Hello,
I am using the flex grid as below, the Var % is calculated as (78081-75790)/78081 * 100. This is calculated well on each line. However , when i am grouping and aggregating value, the variance is being summed up which is incorrect. It should have taken
(10,498,902 - 11,700,011)/ 10,498,902 * 100 = 10 %, on the screen it showing -396. Any possibility of a calculation.
Thank you