J
JWeaver
I have a report that lists the total number of hours worked by each employee
for a particular program. Some employees work in more than one program. My
report gives me the correct totals for each program, however, I want to add a
grand total of the hours worked for all programs. Is there a way to do this
so that the grand total can appear on the same line as the last program?
Right now, the grand total that appears is the same as the number of hours
in the total hours for program, which is OK if only one program is involved
but not when there are more than one.
Example of how report looks now:
Name Pgm Total Grand Total
Adams John W 40 40
Hall Lisa P 25 25
Hall Lisa Y 20 20
Williams Sally P 30 30
Williams Sally W 30 30
Williams Sally Y 20 20
Example of what I need report to look like:
Name Pgm Total Grand Total
Adams John W 40 40
Hall Lisa P 25
Hall Lisa Y 20 45
Williams Sally P 30
Williams Sally W 30
Williams Sally Y 20 80
Any help would be appreciated!!
for a particular program. Some employees work in more than one program. My
report gives me the correct totals for each program, however, I want to add a
grand total of the hours worked for all programs. Is there a way to do this
so that the grand total can appear on the same line as the last program?
Right now, the grand total that appears is the same as the number of hours
in the total hours for program, which is OK if only one program is involved
but not when there are more than one.
Example of how report looks now:
Name Pgm Total Grand Total
Adams John W 40 40
Hall Lisa P 25 25
Hall Lisa Y 20 20
Williams Sally P 30 30
Williams Sally W 30 30
Williams Sally Y 20 20
Example of what I need report to look like:
Name Pgm Total Grand Total
Adams John W 40 40
Hall Lisa P 25
Hall Lisa Y 20 45
Williams Sally P 30
Williams Sally W 30
Williams Sally Y 20 80
Any help would be appreciated!!