Record count in group header
Hello,
I want to count the number of records in a group but print that count in the group header. How do I do this?
Thank you!
I want to count the number of records in a group but print that count in the group header. How do I do this?
Thank you!
Comments
This report demonstrates how to show group total in the group header.
The report is two-pass report.
On first pass the group totals are accumulated in the variables,
on final pass they are printed in the group header.