Description

This report indicates how many inbound calls were routed through the selected ACD groups and how many time each selected transaction code was set in a particular time slice. This report can display up to 20 transaction codes while ACD Transaction Code Report 3 displays up to 7 transaction codes.

Sample Execution (Input) → Sample Report (Output)

Column

Legend

Table

Alias

StatisticsPartA (See also Table Reference - StatisticsPartA (A) )

a

AcdStatisticsPartB (See also Table Reference - AcdStatisticsPartB (AcdB) )

acdb

StatisticsPartB (See also Table Reference - StatisticsPartB (B) )b
AcdStatisticsLogin (See also Table Reference - AcdStatisticsLogin)login

Calls Offered during Opening Hours

CallsTotal

Criteria UsedDescription

a.bOutbound = 0

AND acdb.bCallInStandardServiceTimes <> 0

Total number of calls routed to the selected ACD group(s) during the opening hours and within a particular time slice.

Calls Answered by Agent

CallsAnswered

Criteria UsedDescription

a.bOutbound = 0

AND acdb.bCallInStandardServiceTimes <> 0

AND acdb.dtAgentConnect IS NOT NULL

Total number of calls routed to the selected ACD group(s) during the opening hours, within a particular time slice and were successfully connected to the destination.

Short Hangups < 5 Seconds

CallsShortHangup

Criteria UsedDescription

a.bOutbound = 0

AND acdb.bCallInStandardServiceTimes <> 0

AND acdb.dtGroupEnd - acdb.dtQueueStart <= 5

Total number of calls routed to the selected ACD group(s) during the opening hours, within a particular time slice and were hungup within the first 5 seconds in the queue.

Average Talk Time

Criteria UsedDescription

sum(acdb.dtGroupEnd - acdb.dtAgentConnect) / CallsTotal

AND a.bOutbound = 0

AND acdb.bCallInStandardServiceTimes <> 0

The total talk time duration divided by the total number of calls offered during the opening hours.

Availability

Formula UsedDescription
CallsAnswered / CallsTotalThe ratio between the calls answered by agent and the total number of calls offered within the opening time.

  • No labels