Can someone please help me out with displaying group totals in the header of my report. I have 4 groups and for each group I'm looking to display the groups total for a particular column in the report header. I'm using the following functions and I am coming up with the wrong totals.
sum({field}, {report.group1})
sum({field}, {report.group2})
sum({field}, {report.group3})
sum({field}, {report.group4})
Thanks,
DB
sum({field}, {report.group1})
sum({field}, {report.group2})
sum({field}, {report.group3})
sum({field}, {report.group4})
Thanks,
DB