Hello everybody,
I have a key figure in which I can get both negative and positive values.
I display all the negative values in one column and the positive values into another column by two different formulas (see below an example).
To have a good result for these new formulas B and C, I set Calculate Result as 'summation'.
A | B: A<0 | C: A>0 | SUMCT C | |
---|---|---|---|---|
row 1 | -3 | 3 | 0 | 4 |
row 2 | 2 | 0 | 2 | 4 |
row 3 | 5 | 0 | 5 | 4 |
Result | 4 | 3 | 7 | 4 |
Now I'd like to create a new formula based on the result of the column C.
But when I use SUMCT C, it return the result of A and not the result of C.
Has someone an idea to resolve my problem ?
Thanks in advance.
Regards,
Nicolas B