J
jkatj
I've created a report to show the amount of time that is spent on each
project my department works on. It's grouped first by client and then by
individual project. Each individual project is broken down into how much time
was spent by each employee on the project. At the end of the project is a
total of the time spent on that project, at the end of each client is a total
of the time spent on all projects for that client, and at the end of the
report is a total of all the time spent on all the projects listed on the
report. So far so good.
At the end of the report, I'd also like to show the average amount of time
for an individual project. However, all I can conjure up is the average of
the line items of all the projects, which isn't helpful at all. The formula
giving me that average is "=Avg([WorkerTime])" and obviously isn't the
formula I need in the Report Footer. So I tried "=Avg([SubtotalWorkerTime])"
where "SubtotalWorkerTime" is the name of the text box with the total time
worked for a project, but that yielded only a prompt for SubtotalWorkerTime
upon opening the report.
I've played around in queries trying to find a way to get one to calculate
what I need, but I've been completely unsuccessful.
Does anyone have any advice on how to get the average I seek in my report?
It's probably something painfully obvious, but I'm just not finding it.
Thanks in advance for any help.
project my department works on. It's grouped first by client and then by
individual project. Each individual project is broken down into how much time
was spent by each employee on the project. At the end of the project is a
total of the time spent on that project, at the end of each client is a total
of the time spent on all projects for that client, and at the end of the
report is a total of all the time spent on all the projects listed on the
report. So far so good.
At the end of the report, I'd also like to show the average amount of time
for an individual project. However, all I can conjure up is the average of
the line items of all the projects, which isn't helpful at all. The formula
giving me that average is "=Avg([WorkerTime])" and obviously isn't the
formula I need in the Report Footer. So I tried "=Avg([SubtotalWorkerTime])"
where "SubtotalWorkerTime" is the name of the text box with the total time
worked for a project, but that yielded only a prompt for SubtotalWorkerTime
upon opening the report.
I've played around in queries trying to find a way to get one to calculate
what I need, but I've been completely unsuccessful.
Does anyone have any advice on how to get the average I seek in my report?
It's probably something painfully obvious, but I'm just not finding it.
Thanks in advance for any help.