AssetRecovery
Programmer
I have a report that needs to be modified slightly and I'm having trouble figuring out how to add grand totals to the end of three coluns. The three columns are in a sub report that prints out in the middle of the main report. My three columns are called 'Sum of @Create Total(Number)' 'Sum of @Resolved Total(Number)' '@Resolution Percentage(Number)'
As you can see each one is showing me numbers for an individual so it would look like:
Technicians Total Create Total Resolved Resolution%
Mike Smith 1 1 !00%
Kerry Brown 2 1 50%
Allen Rogers 5 1 20%
What I need is a count of each column and a total at the bottom showing 8 3 170%
As you can see each one is showing me numbers for an individual so it would look like:
Technicians Total Create Total Resolved Resolution%
Mike Smith 1 1 !00%
Kerry Brown 2 1 50%
Allen Rogers 5 1 20%
What I need is a count of each column and a total at the bottom showing 8 3 170%