T
toolsgg
I need to add sub-totals toa report that are printed at the end of a higher
level group (eg print employee totals at the end of each month wher employee
records are at the detail level and month is a group level)
I can accumulate this data in an array but don't know if there is a way to
print the array in the month group footer.
As an example, it would need to look something like:
Employee 1 10
Employee 1 15
Employee 2 12
Employee 2 17
Employee 1 2
Month 1 totals
Employee 1 27
Employee 2 29
etc.
level group (eg print employee totals at the end of each month wher employee
records are at the detail level and month is a group level)
I can accumulate this data in an array but don't know if there is a way to
print the array in the month group footer.
As an example, it would need to look something like:
Employee 1 10
Employee 1 15
Employee 2 12
Employee 2 17
Employee 1 2
Month 1 totals
Employee 1 27
Employee 2 29
etc.