Versions Compared

Key

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

...

Calls ended in IVR (before ACD)

CallsEndedBeforeACD

Criteria UsedDescription

COUNT( DISTINCT( a.ID ) ) 

a.bOutbound = 0

AND acdb.ID IS NULL 

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


Calls Offered outside Opening Hours

...

Criteria UsedDescription

COUNT( DISTINCT( a.ID ) ) 

a.bOutbound = 0

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.

Calls Offered during Opening Hours

...

Criteria UsedDescription

COUNT( DISTINCT( a.ID ) ) 

a.bOutbound = 0

AND acdb.ID IS NOT NULL 

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

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

...