Hello,
I've grouped the values of one column and added it as a sum. And I want to use this value in another column as a expression. But it isn't using the sum value. It is using the individual value.
examp:
Process nAME | data given | value(This result is sum of individual value for the given group abc i.e. 2500+2500) | Individual Data | Difference(this is the subtraction of data given and value fields) |
abc | 5000 | 5000 | 2500 | 0 |
2500 |
I need to write an expression for the difference field so that it can subtract Value field data from data given field.
Instead my expression is subtracting data given field value from Individual data field. It isn't using the summed up value.
I'm getting the result as 5000 - 2500 = 2500.
But I should get it as 5000 - 5000 = 0