Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Calls Offered during Opening Hours

CallsTotal

Criteria UsesUsedDescription

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 UsesUsedDescription

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 UsesUsedDescription

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 UsesUsedDescription

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.
Criteria UsesDescription