Skip to main content
Version: 5.3

813 ECE Dept. Open Activity Status by Type

Definition

Status and age of open activities per department and ActivityType

This report shows one data row per ActivityType (Chat or Email) with a summary of all open cases and their current status. It also provides information about the case age and whether the cases are overdue.

Main data source: EGPL_CASEMGMT_ACTIVITY

Screenshots

Screenshot

Drilldowns

Field description

Field nameDescriptionFormula
DepartmentIDID of the department 
DepartmentName of the department 
ActivityTypeType of the activity (Chat, Email, etc.) 
IsOpenAlways 1 (for summary of all open activities) 
ECEWorkflowNumber of activities in the entry workflow of ECE 
PerECEWorkflowPercentage of activities in the entry workflow of ECEECEWorkflow / IsOpen
CCEQueueNumber of activities in the CCE queue 
PerCCEQueuePercentage of activities in the CCE queueCCEQueue / IsOpen
AssignedNumber of activities routed to an agent (not yet accepted) 
PerAssignedPercentage of activities routed to an agent (not yet accepted)Assigned / IsOpen
InProgressNumber of activities being worked on by agents 
PerInProgressPercentage of activities being worked on by agentsInProgress / IsOpen
IncomingNumber of incoming activities 
PerIncomingPercentage of incoming activitiesIncoming / IsOpen
OutgoingNumber of outgoing activities 
PerOutgoingPercentage of outgoing activitiesOutgoing / IsOpen
NewCasesNumber of activities that are based on a new case 
PerNewCasesPercentage of activities that are based on a new caseNewCases / IsOpen
ExistingCasesNumber of activities that are based on an existing case 
PerExistingCasesPercentage of activities that are based on an existing caseExistingCases / IsOpen
ActivityAgeAge of the activities in days 
AvgActivityAgeAverage age of the activities in daysActivityAge / IsOpen
ActivityTimeAge of the activities in seconds 
AvgActivityTimeAverage age of the activities in secondsActivityTime / IsOpen
MaxActivityAgeAge of the oldest activity in days 
MaxActivityTimeAge of the oldest activity in seconds 
OldestActivityStampCreation date of the oldest activity 
WithoutDueDateNumber of activities without a due date 
PerWithoutDueDatePercentage of activities without a due dateWithoutDueDate / IsOpen
BeforeDueDateNumber of activities which did not pass the due date yet 
PerBeforeDueDatePercentage of activities which did not pass the due date yetBeforeDueDate / IsOpen
DaysToDueNumber of days to the due date 
AvgDaysToDueAverage number of days to the due dateDaysToDue / BeforeDueDate
TimeToDueNumber of seconds to the due date 
AvgTimeToDueAverage number of seconds to the due dateTimeToDue / BeforeDueDate
MinDaysToDueShortest number of days to the due date 
MinTimeToDueShortest number of seconds to the due date 
OverdueNumber of activities which passed the due date 
PerOverduePercentage of activities which passed the due dateOverdue / IsOpen
OverdueAgeOverdue age in days 
AvgOverdueAgeAverage overdue age in daysOverdueAge / Overdue
OverdueTimeOverdue age in seconds 
AvgOverdueTimeAverage overdue age in secondsOverdueTime / Overdue
MaxOverdueAgeMaximum overdue age in days 
MaxOverdueTimeMaximum overdue age in seconds