N
Nigel
I have a list of customers and each customer can have a number of processes
lasting different times. On my report, I can average each customers processes
and get an average time by using in the Customer footer of my report:
=Int(Avg(qryCARR!DurationInMinutes/60)) to get the number of hours, and:
=(Avg(qryCARR!DurationInMinutes/60)-[AvgHrs])*60 to get the number of
minutes, and it seems to work ok. However, when I use the same expressions in
the Report footer to average all my customers, I get strange resyults at
times, like: 4 hrs 62 mins!
Any help would be gratefully received.
Thanks
lasting different times. On my report, I can average each customers processes
and get an average time by using in the Customer footer of my report:
=Int(Avg(qryCARR!DurationInMinutes/60)) to get the number of hours, and:
=(Avg(qryCARR!DurationInMinutes/60)-[AvgHrs])*60 to get the number of
minutes, and it seems to work ok. However, when I use the same expressions in
the Report footer to average all my customers, I get strange resyults at
times, like: 4 hrs 62 mins!
Any help would be gratefully received.
Thanks