Versions Compared

Key

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

...

Criteria UsedDescription

COUNT( DISTINCT( a.ID ) ) 

a.bOutbound = 0

AND acdb.ID IS NOT NULL 

AND ( _bNotStandardOpeningTimes <> 0 
OR acdb.bCallInStandardServiceTimes <> 0 )

should be

( _bNotStandardOpeningTimes = 0 
OR acdb.bCallInStandardServiceTimes <> 0 )

box not checked or call during service time

Total number of inbound calls to the selected service number(s), which were offered during opening hours.

Calls Answered by Agent

CallsAnswered

Criteria UsedDescription

COUNT( DISTINCT( a.ID ) ) 

a.bOutbound = 0

AND acdb.ID IS NOT NULL 

AND ( _bNotStandardOpeningTimes <> 0 
OR acdb.bCallInStandardServiceTimes <> 0 )

AND acdb.AcdGroupEndReasonsID IN ( 5, 103, 104, 203, 204 )

Total

calls answered by

number of inbound calls to the selected service number(s), which were successfully connected to an agent during opening hours.

See also Value Reference - AcdGroupEndReasons

Overflow queue (timeout and other)

CallsEndAfterQueue

Criteria UsedDescription

COUNT( DISTINCT( a.ID ) ) 

a.bOutbound = 0

AND acdb.ID IS NOT NULL 

AND ( _bNotStandardOpeningTimes <> 0 
OR acdb.bCallInStandardServiceTimes <> 0 )

AND acdb.AcdGroupEndReasonsID IN ( 106, 107, 108, 109, 206, 207, 200 )

Total number of inbound calls to the selected service number(s), which left the ACD group during opening hours, because of the AcdGroupEndReasons with ID 106, 107, 108, 109, 206, 207, 200.

See also Value Reference - AcdGroupEndReasons

Calls which ended before entering the ACD queue

...