RichMorrison
Registered User.
- Local time
- , 21:18
- Joined
- Apr 24, 2002
- Messages
- 588
I am making an aging report. There is a table of transactions with a Submitted date and a Completed date. The difference between Submitted and Completed is expressed in days.
The transactions are also grouped by the Processing Department.
A standard summary query produces a result such as:
Dept AgeInDays # of transactions
A 2 20
A 3 30
A 4 50
B 2 20
B 3 40
etc.
I want the percent of the Department total for each AgeInDays group. Using the numbers above, for Department A the AgeInDays=2 is 20 percent.
What is the simplest way to calculate the percent and print it on a report ?
Thanks,
RichM
[This message has been edited by RichMorrison (edited 05-04-2002).]
The transactions are also grouped by the Processing Department.
A standard summary query produces a result such as:
Dept AgeInDays # of transactions
A 2 20
A 3 30
A 4 50
B 2 20
B 3 40
etc.
I want the percent of the Department total for each AgeInDays group. Using the numbers above, for Department A the AgeInDays=2 is 20 percent.
What is the simplest way to calculate the percent and print it on a report ?
Thanks,
RichM
[This message has been edited by RichMorrison (edited 05-04-2002).]