I have created a crosstab with 2 separate Running Totals in my summarized fields. I need to show these running totals as a percentage of another summarized field.
I need to add (#RTotal0 / Count of Gf.Gf_IDKEY) as a summarized field shown as a percentage. Below that (#RTotal1 / Count of Gf.Gf_IDKEY) as a summarized field shown as a percentage.
Is there any way to do this?