J
Jaycee
I have a db that stores manhours for each team/project
and calculates the Average Number of Personnel (ANP) for
each team (not each project). Here's the report I'm
having trouble with:
GROUP FOOTER (team totals):
(A) Usage: Total of project hours for each team
(B) ANP: (A)/2080
(C) Available Hours: Number of members per team*2080
(this expression is in the query, and the result is
therefore attached to each record)
(D) Available ANP: (C)/2080
Net Hours: ((D)*2080))-(A)
Net ANP: (B)-((A)/2080)
Everything calculates correctly in the Group Footer.
In the Report Footer, (A) and (B) calculate correctly,
but when I sum (C), it adds all hours from all records,
which is seriously distorted. I only need it to sum the
values in the Group Footer, not in all of the records.
This naturally throws off the remaining calculations.
How do I get the Report Footer calculation to look only
at the values (C) in the Group Footer and ignore the same
value (C) that's associated with each record? Or is that
even the right question??
Any help is greatly appreciated!
Jaycee
and calculates the Average Number of Personnel (ANP) for
each team (not each project). Here's the report I'm
having trouble with:
GROUP FOOTER (team totals):
(A) Usage: Total of project hours for each team
(B) ANP: (A)/2080
(C) Available Hours: Number of members per team*2080
(this expression is in the query, and the result is
therefore attached to each record)
(D) Available ANP: (C)/2080
Net Hours: ((D)*2080))-(A)
Net ANP: (B)-((A)/2080)
Everything calculates correctly in the Group Footer.
In the Report Footer, (A) and (B) calculate correctly,
but when I sum (C), it adds all hours from all records,
which is seriously distorted. I only need it to sum the
values in the Group Footer, not in all of the records.
This naturally throws off the remaining calculations.
How do I get the Report Footer calculation to look only
at the values (C) in the Group Footer and ignore the same
value (C) that's associated with each record? Or is that
even the right question??
Any help is greatly appreciated!
Jaycee