Tekture
03-04-2009, 11:42 AM
I have a report that tracks Job Announcements for my organization. The report is based on a query, and inside that query i have some calculations (IE. time between 2 dates)
The jobs are grouped by department, so i have a group header and footer. This is the only group. In the group footer, i want to be able to display the total jobs in that group, the average of a calculation result, and the percentage of jobs against all jobs.
To make things even more complicated, i have a filter by form that lets you select a specialist. Then it shows all jobs, just by that specialist.
I had planned on using a Dcount (for the total) and Daverage (for the average) But how do I apply these formulas to this report?
Yeah, i could write a Dcount formula that picks out a SPECIFIC department and SPECIFIC specialist, but how can i write a smart one that will adjust itself depending on the department its grouped under and the specialist that was choosen?
Thanks!
The jobs are grouped by department, so i have a group header and footer. This is the only group. In the group footer, i want to be able to display the total jobs in that group, the average of a calculation result, and the percentage of jobs against all jobs.
To make things even more complicated, i have a filter by form that lets you select a specialist. Then it shows all jobs, just by that specialist.
I had planned on using a Dcount (for the total) and Daverage (for the average) But how do I apply these formulas to this report?
Yeah, i could write a Dcount formula that picks out a SPECIFIC department and SPECIFIC specialist, but how can i write a smart one that will adjust itself depending on the department its grouped under and the specialist that was choosen?
Thanks!