Hi,
I have a list report which displays 3 measures A,B,C, this A,B,C is the run time total value obtained, how can i use this run time values , which i will be using in calculating my percentage?
Kind Regards
You may getter better feedback posting an example with data and where you are after. 'Calculating my percentage' is a bit vague..
Knip, you might have to create some data items to calculate the numerator and denominator for the percentage calculation. For example:
TOTAL( [A] for grouping) / TOTAL ( for grouping)