Mike Hughes
Registered User.
- Local time
- Today, 08:00
- Joined
- Mar 23, 2002
- Messages
- 493
Problem
A report has a Total field in the Report Footer to sum up the columns
There is a column called OPEN CASES and a column called EST TYPE O
In the Report Footer I want the sum’s of each of these columns and I also want the % of the sum of EST TYPE O / OPEN CASES.
The sum of OPEN CASES is a result of =Sum([OPEN CASES])
The sum of EST TYPE O is a result of =Sum([EST TYPE O])
It if create another field in the Report Footer what do I put in the text box to get the percent of EST TYPE O / OPEN CASES ?
Thanks Mike
A report has a Total field in the Report Footer to sum up the columns
There is a column called OPEN CASES and a column called EST TYPE O
In the Report Footer I want the sum’s of each of these columns and I also want the % of the sum of EST TYPE O / OPEN CASES.
The sum of OPEN CASES is a result of =Sum([OPEN CASES])
The sum of EST TYPE O is a result of =Sum([EST TYPE O])
It if create another field in the Report Footer what do I put in the text box to get the percent of EST TYPE O / OPEN CASES ?
Thanks Mike