Versions Compared

Key

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

...

Criteria UsedDescription

COUNT( DISTINCT( a.ID ) ) 

a.bOutbound = 0

AND ServiceNumbersID IS NOT NULL

AND acdb.ID IS NULL 

Total number of inbound calls to the selected service number(s), which ended in the IVR application.

...

Criteria UsedDescription

COUNT( DISTINCT( a.ID ) ) 

a.bOutbound = 0

AND ServiceNumbersID IS NOT NULL

AND acdb.ID IS NOT NULL 

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

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

...

Criteria UsedDescription

COUNT( DISTINCT( a.ID ) ) 

a.bOutbound = 0

AND ServiceNumbersID IS NOT NULL

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.

...

Criteria UsedDescription

COUNT( DISTINCT( a.ID ) ) 

a.bOutbound = 0

AND ServiceNumbersID IS NOT NULL

AND acdb.ID IS NOT NULL 

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

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

Total number of inbound calls to the selected service number(s), which were successfully connected to an agent during opening hours and ended because of an AcdGroupEndReason with ID 5, 103, 104, 203 or 204.

See also Value Reference - AcdGroupEndReasons

...

Criteria UsedDescription

COUNT( DISTINCT( a.ID ) ) 

a.bOutbound = 0

AND ServiceNumbersID IS NOT NULL

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 an AcdGroupEndReason with ID 106, 107, 108, 109, 206, 207 or 200.

See also Value Reference - AcdGroupEndReasons

...

Criteria UsedDescription

COUNT( DISTINCT( a.ID ) ) 

a.bOutbound = 0

AND ServiceNumbersID IS NOT NULL

AND acdb.ID IS NOT NULL 

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

AND acdb.AcdGroupEndReasonsID IN ( 1, 2, 3 )

Total number of inbound calls to the selected service number(s), which ended before entering the ACD group's queue during opening hours, because of an AcdGroupEndReason with ID 1, 2 or 3.

See also Value Reference - AcdGroupEndReasons

...

Criteria UsedDescription

COUNT( DISTINCT( a.ID ) ) 

a.bOutbound = 0

AND ServiceNumbersID IS NOT NULL

AND acdb.ID IS NOT NULL 

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

AND acdb.AcdGroupEndReasonsID IN ( 105, 205 ) 

Total number of inbound calls to the selected service number(s), which ended before entering the ACD group's queue during opening hours, because of an AcdGroupEndReason with ID 105 or 205.

See also Value Reference - AcdGroupEndReasons

...

Criteria UsedDescription

COUNT( DISTINCT( a.ID ) ) 

a.bOutbound = 0

AND ServiceNumbersID IS NOT NULL

AND acdb.ID IS NOT NULL 

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

AND acdb.AcdGroupEndReasonsID IN ( 4 )

Total number of inbound calls to the selected service number(s), which ended in the ACD group's queue during opening hours, because the caller hungup.

See also Value Reference - AcdGroupEndReasons

...

Criteria UsedDescription

COUNT( DISTINCT( a.ID ) ) 

a.bOutbound = 0

AND ServiceNumbersID IS NOT NULL

AND acdb.ID IS NOT NULL 

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

AND acdb.AcdGroupEndReasonsID IN ( 4 )

AND ( acdb.dtGroupEnd - acdb.dtQueueStart) <= Short Hangups (s)

Total number of inbound calls to the selected service number(s), which ended before <Short Hangups (s)> seconds in the ACD group's queue during opening hours, because the caller hungup.

See also Value Reference - AcdGroupEndReasons

...

Criteria UsedDescription

COUNT( DISTINCT( a.ID ) ) 

a.bOutbound = 0

AND ServiceNumbersID IS NOT NULL

AND acdb.ID IS NOT NULL 

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

AND acdb.AcdGroupEndReasonsID IN ( 4 )

AND ( acdb.dtGroupEnd - acdb.dtQueueStart) <= Hangup Threshold (s)

Total number of inbound calls to the selected service number(s), which ended after <Hangup Threshold e (s)> seconds in the ACD group's queue during opening hours, because the caller hungup.

See also Value Reference - AcdGroupEndReasons

...

Criteria UsedDescription

COUNT( DISTINCT( a.ID ) ) 

a.bOutbound = 0

AND ServiceNumbersID IS NOT NULL

AND acdb.ID IS NOT NULL 

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

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

AND ( acdb.dtAgentConnect - a.dtCallStart ) <= Service Level (s)

Total number of inbound calls to the selected service number(s), which were successfully connected to an agent before <Service Level (s)> during opening hours.

See also Value Reference - AcdGroupEndReasons

...

Criteria UsedDescription

COUNT( DISTINCT( a.ID ) ) 

a.bOutbound = 0

AND ServiceNumbersID IS NOT NULL

AND acdb.ID IS NOT NULL 

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

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

AND ( acdb.dtAgentConnect - a.dtCallStart ) > Service Level (s)

AND ServiceNumbersID IS NOT NULL

Total number of inbound calls to the selected service number(s), which were successfully connected to an agent after <Service Level (s)> during opening hours.

See also Value Reference - AcdGroupEndReasons

...

Criteria UsedDescription

IFNULL( AVG( acdb.GroupStart_LoggedInForCallsAgentCount ), 0 )

a.bOutbound = 0

AND ServiceNumbersID IS NOT NULL

AND acdb.ID IS NULL 

Total

The average number of agents logged into the ACD group for calls at the time inbound calls to the selected service number(s)

, which ended in the IVR application.

entered the group. 

See also Table Reference - AcdStatisticsPartB (AcdB)

Agent Calls Time Total

Criteria UsedDescription

IFNULL( SUM( acdb.dtGroupEnd - acdb.dtAgentConnect ), 0 )

a.bOutbound = 0

AND ServiceNumbersID IS NOT NULL

AND acdb.ID IS NOT NULL 

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

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

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

See also Value Reference - AcdGroupEndReasons

...