hey guys, i have a query which calculates the total number of calls per priority ie:
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
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