I am building queries to calculate both Inbound AHT & Outbound AHT, I want to calculate all time associated with IB/OB calls in order to ensure related workforce management software is pulling the right data in order to plan staffing requirements.
For the Inbound AHT I have used the following calculation:
(I_ACDTIME + I_ACWINTIME + HOLDTIME + ACDOTHERTIME)/(ACDCALLS)
-Where Date, ACD & Split meet specified criteria.
And for Outbound AHT I have used the following:
(AUXOUTTIME + ACWOUTTIME) / (AUXOUTCALLS + ACWOUTCALLS)
-Again specifying Date, ACD & Split criteria.
Could anyone confirm if I am double counting data or merging incompatible fields - or if I've left something out.
You're help will be much appreciated.
Many thanks
Ben
For the Inbound AHT I have used the following calculation:
(I_ACDTIME + I_ACWINTIME + HOLDTIME + ACDOTHERTIME)/(ACDCALLS)
-Where Date, ACD & Split meet specified criteria.
And for Outbound AHT I have used the following:
(AUXOUTTIME + ACWOUTTIME) / (AUXOUTCALLS + ACWOUTCALLS)
-Again specifying Date, ACD & Split criteria.
Could anyone confirm if I am double counting data or merging incompatible fields - or if I've left something out.
You're help will be much appreciated.
Many thanks
Ben