Hi
I have a report that contains a repeater in it. I am trying to get the grand totals for the entire report at the bottom of the report. I have the data items calculated for the totals but they show up at each grouping instead of showing only once at the bottom of the report.
Any help is greatly appreciated.
Thanks,
DRL
Hi,
How have you calculated the totals currently? You could try adding a Query calculation for each total you need with syntax along the lines of
total([your measure item] for report)
Regards,
MF.