Benjamin Bolduc
Registered User.
- Local time
- Today, 15:11
- Joined
- Jan 4, 2002
- Messages
- 169
Hi everyone,
I have a report that has many calculated fields on it. It is grouped by "Pack#" and has a footer that I would like to put the averages of these fields in.
Heres an example of one of the fields:
(In Detail Section, the field 'TotalTime')
=[Producing_time]-[Total_Change_time]
And I would like to put in the footer
=Avg([TotalTime])
But it doesnt work and asks me for parameter values.
I have a report that has many calculated fields on it. It is grouped by "Pack#" and has a footer that I would like to put the averages of these fields in.
Heres an example of one of the fields:
(In Detail Section, the field 'TotalTime')
=[Producing_time]-[Total_Change_time]
And I would like to put in the footer
=Avg([TotalTime])
But it doesnt work and asks me for parameter values.