Versions Compared

Key

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

...

Criteria UsedDescription

acdb.bOutbound = 0

AND ( IFNULL( acdb.AcdGroupEndReasonsID, 0 ) IN ( 100, 101, 102 ) )
AND ( IFNULL( acdb.AcdGroupActionTypesID, 0 ) IN ( 3, 8, 10 ) )

Total number of inbound calls which entered the selected ACD group(s) then left with the AcdGroupEndReasonsID 100 (Group Start (Rule)), 101 (Routing-Application (Rule)) or 102 (Queue (Rule)) and the AcdGroupActionTypesID 3 (Voice-Mail), 8 (Request Callback) or 10 (Request Callback or Voice-Mail).

See also Value Reference - AcdGroupEndReasons and Value Reference - AcdGroupActionTypes

...

Criteria UsedDescription

acdb.bOutbound = 0

AND ( IFNULL( acdb.AcdGroupEndReasonsID, 0 ) IN ( 100, 101, 102 ) )
AND ( IFNULL( acdb.AcdGroupActionTypesID, 0 ) NOT IN ( 3, 8, 10 ) )

Total number of inbound calls which entered the selected ACD group(s) then left with the AcdGroupEndReasonsID 100 (Group Start (Rule)), 101 (Routing-Application (Rule)) or 102 (Queue (Rule)) and none of the AcdGroupActionTypesID 3 (Voice-Mail), 8 (Request Callback) or 10 (Request Callback or Voice-Mail).

See also Value Reference - AcdGroupEndReasons and Value Reference - AcdGroupActionTypes

...

Criteria UsedDescription

acdb.bOutbound = 0

AND dtQueueStart IS NOT NULL

Totals number of inbound calls which entered into the ACD group queue within a particular time slice.

...

Criteria UsedDescription
CallsQueueTotal * 100 / CallsTotalThe ratio in percent between calls that entered the ACD group queue and the total offered calls.

Calls - Relevant for SLA

Criteria UsedDescription
TotalCalls - CallsQueueFullThe difference between the total inbound calls offered and the total inbound calls queue full.

SLA - Availability (%)

Criteria UsedDescription
CallsAnswered * 100 / Calls Relevant for SLAThe ratio in percent between the total calls answered and the total calls relevant for SLA.

SLA - SLA1/2/3 x/y/z (s) - Count

...