Forum Discussion
Anonymous
7 years agoNot applicable
How to calculate difference between two columns - related column and count column
I'm struggling with this. I want to create a column that calculates the difference of (First RequiredShiftA) and (CountDuringShiftA) columns. This started as two tables. I created new columns i...
Anonymous
7 years agoNot applicable
For example, using that formula:
instead of 2 - 2 = 0
I am getting -6
So I'm not exactly sure what is being calculated
ibarrau
Super User
7 years agoAre you sure you are checking the result in the data view?
2 - 2 = 6 sounds like having the visualization with a value of SUM of calculatedColumn.
Can you show a picture with the two columns and the substract result from the DataView?
- Anonymous7 years agoNot applicable
The one column was a quick measure and doesn't show up in the data view.
- ibarrau7 years ago
Super User
Then don't use a "quick measure" and create a "calculated column" with the substract.
- Anonymous7 years agoNot applicable
I've been trying. I get a lot of errors.