Forum Discussion
Lexey
8 years agoHelper I
Percentage between two values
Please help in solving one problem. You need to calculate the percentage as the ratio of [delta plan] and [plan]. Tried different options but have not yet found solutions.
Lexey
8 years agoHelper I
Thanks
I didn't get quite the right result
delta % plan = sumx('fact'; [delta plan]/ [Values of budget])
Floriankx
8 years agoSolution Sage
What would be your expected results?
For the total row I see it makes no sense.
You may have to change to delta % plan = sum([delta plan]/sum[Values of budget]