average minutes?

s0rtd

Registered User.
Local time
Tomorrow, 10:37
Joined
Apr 16, 2003
Messages
96
hey guys, i have a query which calculates the total number of calls per priority ie:
Code:
priority  total_calls
    1               2
    2               16
    3               133
    4               123

and i have a query which has calculate the total resolution time for every call.
each call has a priority.

what i would like to do is calculate the total resolution time (add up all resolution times per priority)

then with that i can calculate the average resolution time (total resolution time per priority divided by total calls per priority.

cheers for your help
 

Users who are viewing this thread

Back
Top Bottom