python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
LibreOffice Calc: How to use a variable in a function/formula?
Before
After
I'm trying to dynamically fill a range of cells in a column based on a number in another cell.
So, fill x amount of cells with a value set in, say, E4. x is the value in cell E5.
If cell...
Rylan
Votes: 0
Answers: 1
libreoffice calc graph | scale in relation to each row of data
I have a list of data by year with expenses for each topic, eg.
2014 2015 ...
expenses 1 12 14
exp. 2 321 339
exp. 3 43'334 42'991
As the different rows do...
user30424
Votes: 0
Answers: 1
Stepwise calculation based on window width in CSS
I need to make a calculation that every 100px of window width + 2% css increased in the left %:
Examples:
width > 700px: left: 30%
width > 800px: left: 32%
How I can do this?
Lazarus
Votes: 0
Answers: 1
How do I get SUM by date without losing a calculation that relies on summing instance
CODE:
SELECT occurred_at,
SUM(CASE WHEN activity_name = 'create' THEN 1 ELSE 0 END) AS has_create,
SUM(CASE WHEN activity_name = 'Resolve' THEN 1 ELSE 0 END) AS has_resolve
FROM Activ...
DataYes
Votes: 0
Answers: 1