Skip to main content
Version: 5.3

211 Ent. CallType RealTime and Today Performance

Definition

Contact Center Inbound key data (ACD & MR) in real time and for the current day based on the locally configured b+s time zone per Enterprise CallType (To5=moving window of last 5 minutes, Today=daily summary values based on interval data)

This report shows Contact Center Inbound key data (ACD & MR) in real time and for the current day, based on the locally configured b+s time zone. These data are displayed per CallType for the past 5 minutes as well as the current day as a summary based on interval data, to avoid data being reset due to the midnight refresh.

Each selected CallType is shown, even though it does not contain any data – so each value is shown as "0".

Main data sources: Call_Type_Real_Time, Call_Type_Interval

Screenshots

Screenshot

Screenshot

Screenshot

Field description

Field nameDescriptionFormula
EnterpriseCallTypeIDID of Enterprise call type (corresponds to the ID of the group of Call Center Services) 
EnterpriseCallTypeNameName of Enterprise call type (corresponds to the name of the group of Call Center Services) 
ECTDescriptionDescription of Enterprise call type (can be used as a short display name or as a sort order criteria within Dashboards) 
InQueueNowNumber of pending Contact Center tasks in the queue 
AtAgentNowNumber of Contact Center tasks which are currently being handled by agents (incl. wrap-up) 
LongestQueueTimeWaiting time in seconds of Contact Center tasks which have been waiting the longest in the queue 
TotalCallsTo5Total number of received Contact Center tasks of the last 5 minutes (corresponds to TotalCompleted, is calculated, however, from Offered - conventional RONA) 
AnsweredTo5Number of Contact Center tasks of the last 5 minutes answered by agents 
PerAnsweredTo5Percentage of Contact Center tasks of the last 5 minutes answered by agentsAnsweredTo5 / TotalCallsTo5
AbandonedTo5Number of Call Center calls of the last 5 minutes which were ended by callers after the Short Call threshold (default 5 seconds) 
PerAbandonedTo5Percentage of Call Center calls of the last 5 minutes which were ended by callers after the Short Call threshold (default 5 seconds)AbandonedTo5 / TotalCallsTo5
TotWaitTimeTo5Waiting time in seconds of the last 5 minutes until Contact Center tasks were answered or Call Center calls were ended by callers 
AvgTotWaitTimeTo5Average waiting time in seconds of the last 5 minutes until Contact Center tasks were answered or Call Center calls were ended by callersTotWaitTimeTo5 / (AnsweredTo5 + AbandonedTo5)
AnsWaitTimeTo5Waiting time in seconds of the last 5 minutes until Contact Center tasks were answered 
AvgAnsWaitTimeTo5Average waiting time in seconds of the last 5 minutes until Contact Center tasks were answeredAnsWaitTimeTo5 / AnsweredTo5
AbanWaitTimeTo5Waiting time in seconds of the last 5 minutes until Call Center calls were ended by callers 
AvgAbanWaitTimeTo5Average waiting time in seconds of the last 5 minutes until Call Center calls were ended by callersAbanWaitTimeTo5 / AbandonedTo5
HandledTo5Number of Contact Center tasks of the last 5 minutes answered by agents (incremented upon completion of wrap-up) 
HandleTimeTo5Total handling time of Contact Center tasks in seconds of the last 5 minutes from answering to end of wrap-up (sum of talk, hold and wrap-up time) 
AvgHandleTimeTo5Average total handling time of Contact Center tasks in seconds of the last 5 minutes from answering to end of wrap-up (sum of talk, hold and wrap-up time)HandleTimeTo5 / HandledTo5
SLOfferedTo5Total number of Contact Center tasks of the last 5 minutes which are used to calculate the Service Level. Includes completed tasks in the CallType without Short Calls, including classical RONA (not Requery), regardless of the service level threshold 
SLAnsBeforeTo5Number of Contact Center tasks of the last 5 minutes which were answered within the Service Level threshold 
SLAbanBeforeTo5Number of Call Center calls of the last 5 minutes which were ended by callers after the Short Call threshold (default 5 seconds) and within the Service Level threshold 
ServiceLevelTo5The percentage of Contact Center tasks in the last 5 minutes which were answered within the Service Level threshold Contacts which are terminated ("hung up") before the target time are ignored.SLAnsBeforeTo5 / (SLOfferedTo5 - SLAbanBeforeTo5)
ServiceLevelNegImpTo5The percentage of Contact Center tasks in the last 5 minutes which were answered within the Service Level threshold. Contacts which are terminated ("hung up") before the target time have a negative impact to the Service Level.SLAnsBeforeTo5 / SLOfferedTo5
ServiceLevelPosImpTo5The percentage of Contact Center tasks in the last 5 minutes which were answered or ended by callers within the Service Level threshold.(SLAnsBeforeTo5 + SLAbanBeforeTo5) / SLOfferedTo5
AvailabilityTo5Total percentage of Contact Center tasks in the last 5 minutes which were answered. Forwarded tasks, system errors and tasks which were terminated ("hung up") before the target time are ignored.AnsweredTo5 / (AnsweredTo5 + AbandonedTo5 - SLAbanBeforeTo5)
ReducedAvailabilityTo5Total percentage of Contact Center tasks in the last 5 minutes which were answered. Forwarded tasks and system errors are ignored.AnsweredTo5 / (AnsweredTo5 + AbandonedTo5)
TotalCallsTodayTotal number of received Contact Center tasks for the current day (corresponds to TotalCompleted) 
AnsweredTodayNumber of Contact Center tasks for the current day answered by agents 
PerAnsweredTodayPercentage of Contact Center tasks for the current day answered by agentsAnsweredToday / TotalCallsToday
AbandonedTodayNumber of Call Center calls for the current day which were ended by callers after the Short Call threshold (default 5 seconds) 
PerAbandonedTodayPercentage of Call Center calls for the current day which were ended by callers after the Short Call threshold (default 5 seconds)AbandonedToday / TotalCallsToday
TotWaitTimeTodayWaiting time in seconds for the current day until Contact Center tasks were answered or Call Center calls were ended by callers 
AvgTotWaitTimeTodayAverage waiting time in seconds for the current day until Contact Center tasks were answered or Call Center calls were ended by callersTotWaitTimeToday / (AnsweredToday + AbandonedToday)
AnsWaitTimeTodayWaiting time in seconds for the current day until Contact Center tasks were answered 
AvgAnsWaitTimeTodayAverage waiting time in seconds for the current day until Contact Center tasks were answeredAnsWaitTimeToday / AnsweredToday
AbanWaitTimeTodayWaiting time in seconds for the current day until Call Center calls were ended by callers 
AvgAbanWaitTimeTodayAverage waiting time in seconds for the current day until Call Center calls were ended by callersAbanWaitTimeToday / AbandonedToday
HandledTodayNumber of Contact Center tasks for the current day answered by agents (incremented upon completion of wrap-up) 
HandleTimeTodayTotal handling time of Contact Center tasks in seconds for the current day from answering to end of wrap-up (sum of talk, hold and wrap-up time) 
AvgHandleTimeTodayAverage total handling time of Contact Center tasks in seconds for the current day from answering to end of wrap-up (sum of talk, hold and wrap-up time)HandleTimeToday / HandledToday
SLOfferedTodayTotal number of Contact Center tasks for the current day which are used to calculate the Service Level. Includes completed tasks in the CallType without Short Calls, including classical RONA (not Requery), regardless of the service level threshold 
SLAnsBeforeTodayNumber of Contact Center tasks for the current day which were answered within the Service Level threshold 
SLAbanBeforeTodayNumber of Call Center calls for the current day which were ended by callers after the Short Call threshold (default 5 seconds) and within the Service Level threshold 
ServiceLevelTodayThe percentage of Contact Center tasks for the current day which were answered within the Service Level threshold Contacts which are terminated ("hung up") before the target time are ignored.SLAnsBeforeToday / (SLOfferedToday - SLAbanBeforeToday)
ServiceLevelNegImpTodayThe percentage of Contact Center tasks for the current day which were answered within the Service Level threshold. Contacts which are terminated ("hung up") before the target time have a negative impact to the Service Level.SLAnsBeforeToday / SLOfferedToday
ServiceLevelPosImpTodayThe percentage of Contact Center tasks for the current day which were answered or ended by callers within the Service Level threshold.(SLAnsBeforeToday + SLAbanBeforeToday) / SLOfferedToday
AvailabilityTodayTotal percentage of Contact Center tasks for the current day which were answered. Forwarded tasks, system errors and tasks which were terminated ("hung up") before the target time are ignored.AnsweredToday / (AnsweredToday + AbandonedToday - SLAbanBeforeToday)
ReducedAvailabilityTodayTotal percentage of Contact Center tasks for the current day which were answered. Forwarded tasks and system errors are ignored.AnsweredToday / (AnsweredToday + AbandonedToday)