In my report I have two columns (AllUnits, TypeA) each of which has a total count value at the bottom. I would like to get a percentage of the total count of TypeA units against the total count of AllUnits.
Something like [Count(AllUnits]\[Count(TypeA)].
This does not work because the total count values are not calculated before the percentage calculation takes place. Is there anyway to make the total Count values happen first?
Something like [Count(AllUnits]\[Count(TypeA)].
This does not work because the total count values are not calculated before the percentage calculation takes place. Is there anyway to make the total Count values happen first?