Difference between revisions of "PEC-REP/Current/RPRT/HRCXIiWDIntrDyPrcs"

From Genesys Documentation
Jump to: navigation, search
(Published)
(Published)
Line 7: Line 7:
 
|Role=Administrator, Supervisor
 
|Role=Administrator, Supervisor
 
|Application=Reporting, Reporting GCXI
 
|Application=Reporting, Reporting GCXI
 +
|Prereq=
 
|Section={{Section
 
|Section={{Section
 
|sectionHeading=Understanding the Intraday Process Report
 
|sectionHeading=Understanding the Intraday Process Report
Line 27: Line 28:
  
 
The following tables explain the prompts you can select when you generate the report, and the metrics and attributes that are represented in the report:
 
The following tables explain the prompts you can select when you generate the report, and the metrics and attributes that are represented in the report:
 +
|FAQHeading=
 
|Status=No
 
|Status=No
 
}}{{Section
 
}}{{Section
Line 32: Line 34:
 
|anchor=Prompts
 
|anchor=Prompts
 
|alignment=Vertical
 
|alignment=Vertical
 +
|Media=
 +
|image=
 
|structuredtext={{{!}}  
 
|structuredtext={{{!}}  
 
!'''Prompt'''
 
!'''Prompt'''
Line 50: Line 54:
 
{{!}}Process
 
{{!}}Process
 
{{!}}Optionally, select a business process on which to focus the report.
 
{{!}}Optionally, select a business process on which to focus the report.
{{!}}-
 
{{!}}Tenant
 
{{!}}Note: This field is reserved for future use. Optionally, select a tenant on which to focus the report.
 
 
{{!}}-
 
{{!}}-
 
{{!}}}
 
{{!}}}
 +
|structuredtextwide=
 +
|FAQHeading=
 
|Status=No
 
|Status=No
 
}}{{Section
 
}}{{Section
Line 60: Line 63:
 
|anchor=Attributes
 
|anchor=Attributes
 
|alignment=Vertical
 
|alignment=Vertical
 +
|Media=
 +
|image=
 
|structuredtext={{{!}}  
 
|structuredtext={{{!}}  
 
!'''Attribute'''
 
!'''Attribute'''
 
!'''Description'''
 
!'''Description'''
!'''Data Mart Table.Column'''
 
 
{{!}}-  
 
{{!}}-  
{{!}}Tenant
 
{{!}}Note: This field is reserved for future use. Enables data within the reporting interval to be organized by tenant.<!--For multi-tenant environments, the universe connection that you define points to only one tenant schema in the Info Mart. New connections are required for access to other tenant schemas.-->
 
{{!}}TENANT.TENANT_NAME
 
{{!}}-
 
 
{{!}}Department
 
{{!}}Department
 
{{!}}Enables data to be organized by the name of the department for which iWD prioritizes and routes tasks.
 
{{!}}Enables data to be organized by the name of the department for which iWD prioritizes and routes tasks.
{{!}}DEPARTMENT.DEPARTMENT_NAME
 
 
{{!}}-
 
{{!}}-
 
{{!}}Process
 
{{!}}Process
 
{{!}}Enables data to be organized by the name of the business process, which is a core attribute of tasks and work items that define strategies for how to route them.
 
{{!}}Enables data to be organized by the name of the business process, which is a core attribute of tasks and work items that define strategies for how to route them.
{{!}}PROCESS.PROCESS_NAME
 
 
{{!}}-
 
{{!}}-
 
{{!}}Day
 
{{!}}Day
 
{{!}}Enables data within the reporting interval to be organized by a particular day within a month and year. Day values are presented in YYYY-MM-DD format.
 
{{!}}Enables data within the reporting interval to be organized by a particular day within a month and year. Day values are presented in YYYY-MM-DD format.
{{!}}DATE_TIME.LABEL_YYYY_MM_DD
 
 
{{!}}-
 
{{!}}-
 
{{!}}}
 
{{!}}}
 +
|structuredtextwide=
 +
|FAQHeading=
 
|Status=No
 
|Status=No
 
}}{{Section
 
}}{{Section
Line 87: Line 86:
 
|anchor=Metrics
 
|anchor=Metrics
 
|alignment=Vertical
 
|alignment=Vertical
 +
|Media=
 +
|image=
 
|structuredtext={{{!}}  
 
|structuredtext={{{!}}  
 
!'''Metric'''
 
!'''Metric'''
 
!'''Description'''
 
!'''Description'''
!'''Source or Calculation'''
 
 
{{!}}-  
 
{{!}}-  
 
{{!}}Entered
 
{{!}}Entered
 
{{!}}The total number of new tasks of this classification that were submitted to iWD during the reporting interval.
 
{{!}}The total number of new tasks of this classification that were submitted to iWD during the reporting interval.
{{!}}IWD_AGG_TASK_CLASSIF_[Y,Q,M,W,D,H,15].NEW_TASK_COUNT
 
 
{{!}}-
 
{{!}}-
 
{{!}}Finished
 
{{!}}Finished
 
{{!}}The total number of tasks of this classification that were completed during the reporting interval.
 
{{!}}The total number of tasks of this classification that were completed during the reporting interval.
{{!}}IWD_AGG_TASK_CLASSIF_[Y,Q,M,W,D,H,15].CMPL_TASK_COUNT
 
 
{{!}}-
 
{{!}}-
 
{{!}}% Finished
 
{{!}}% Finished
 
{{!}}The percentage of tasks of this classification that were completed during the reporting interval.
 
{{!}}The percentage of tasks of this classification that were completed during the reporting interval.
{{!}}Calculated based on the Finished and Pending metrics, where:
 
 
*Finished is: IWD_AGG_TASK_CLASSIF_[Y,Q,M,W,D,H,15].CMPL_TASK_COUNT
 
*Pending is:  IWD_AGG_TASK_CLASSIF_[Y,Q,M,W,D,H,15].TOTAL_PENDING_TASK_COUNT
 
 
{{!}}-
 
{{!}}-
 
{{!}}Finished Overdue
 
{{!}}Finished Overdue
 
{{!}}The total number of completed tasks of this classification that were overdue during the reporting interval.
 
{{!}}The total number of completed tasks of this classification that were overdue during the reporting interval.
{{!}}IWD_AGG_TASK_CLASSIF_[Y,Q,M,W,D,H,15].COMPLETED_OVERDUE_TASK_COUNT
 
 
{{!}}-
 
{{!}}-
 
{{!}}% Finished Overdue
 
{{!}}% Finished Overdue
 
{{!}}The percentage of completed tasks of this classification that were overdue during the reporting interval.
 
{{!}}The percentage of completed tasks of this classification that were overdue during the reporting interval.
{{!}}Calculated based on the Finished Overdue and Finished metrics, where:
 
 
*Finished Overdue is: IWD_AGG_TASK_CLASSIF_[Y,Q,M,W,D,H,15].COMPLETED_OVERDUE_TASK_COUNT
 
*Finished is: IWD_AGG_TASK_CLASSIF_[Y,Q,M,W,D,H,15].CMPL_TASK_COUNT
 
 
{{!}}-
 
{{!}}-
 
{{!}}Pending
 
{{!}}Pending
 
{{!}}The current number of tasks that were pending (where the task status is Queued, Assigned, or Held) at the end of the reporting interval.
 
{{!}}The current number of tasks that were pending (where the task status is Queued, Assigned, or Held) at the end of the reporting interval.
{{!}}IWD_AGG_TASK_CLASSIF_[Y,Q,M,W,D,H,15].TOTAL_PENDING_TASK_COUNT
 
 
{{!}}-
 
{{!}}-
 
{{!}}Pending Overdue
 
{{!}}Pending Overdue
 
{{!}}The current number of pending tasks that were overdue at the end of the reporting interval. A task is considered overdue when the Service-Level Agreement (SLA) due date/time has been missed.
 
{{!}}The current number of pending tasks that were overdue at the end of the reporting interval. A task is considered overdue when the Service-Level Agreement (SLA) due date/time has been missed.
{{!}}IWD_AGG_TASK_CLASSIF_[Y,Q,M,W,D,H,15].TOTAL_OVERDUE_TASK_COUNT
 
 
{{!}}-
 
{{!}}-
 
{{!}}Avg Finish Time (Fmt)
 
{{!}}Avg Finish Time (Fmt)
 
{{!}}The average amount of time that elapsed before agents completed tasks of this classification. This metric includes the time that tasks were backlogged, as well as work time.
 
{{!}}The average amount of time that elapsed before agents completed tasks of this classification. This metric includes the time that tasks were backlogged, as well as work time.
{{!}}Calculated based on the value of the Finish Time and Finished metrics, where:
 
 
*Finish Time is: IWD_AGG_TASK_CLASSIF_[Y,Q,M,W,D,H,15].CMPL_TASK_COMPLETE_TIME
 
*Finished is: IWD_AGG_TASK_CLASSIF_[Y,Q,M,W,D,H,15].CMPL_TASK_COUNT
 
 
{{!}}-
 
{{!}}-
 
{{!}}Avg Handle Time (Fmt)
 
{{!}}Avg Handle Time (Fmt)
 
{{!}}The average amount of time that agents worked on tasks of this classification before the tasks were completed.
 
{{!}}The average amount of time that agents worked on tasks of this classification before the tasks were completed.
{{!}}Calculated based on the value of the Handle Time and Finished metrics, where:
 
 
*Handle Time is: IWD_AGG_TASK_CLASSIF_[Y,Q,M,W,D,H,15].CMPL_TASK_WORK_TIME
 
*Finished is: IWD_AGG_TASK_CLASSIF_[Y,Q,M,W,D,H,15].CMPL_TASK_COUNT
 
 
{{!}}-
 
{{!}}-
 
{{!}}Avg Accept Time (Fmt)
 
{{!}}Avg Accept Time (Fmt)
 
{{!}}For completed tasks, the average amount of time that elapsed within the iWD system before tasks of this classification were assigned to a resource for the first time. This metric reflects how long, on average, tasks were backlogged.
 
{{!}}For completed tasks, the average amount of time that elapsed within the iWD system before tasks of this classification were assigned to a resource for the first time. This metric reflects how long, on average, tasks were backlogged.
{{!}}Calculated based on the value of the Accept Time and Finished metrics, where:
 
 
*Accept Time is: IWD_AGG_TASK_CLASSIF_[Y,Q,M,W,D,H,15].CMPL_TASK_ASSIGN_TIME
 
*Finished is: IWD_AGG_TASK_CLASSIF_[Y,Q,M,W,D,H,15].CMPL_TASK_COUNT
 
 
{{!}}-
 
{{!}}-
 
{{!}}}
 
{{!}}}
 +
To view more detailed information about the metrics and attributes in this report, and other metrics and attributes that can be used to customize reports, see the [https://docs.genesys.com/Documentation/GCXI/9.0.0/PG/Welcome ''Genesys CX Insights Projects Reference Guide''].
 +
|structuredtextwide=
 +
|FAQHeading=
 
|Status=No
 
|Status=No
 
}}
 
}}
 
}}
 
}}

Revision as of 14:09, June 12, 2020

This topic is part of the manual Work with Genesys CX Insights Reports for version Current of Reporting.

Examine the performance of historical and pending work items, explore backlogs, throughput, and overdue tasks.

Understanding the Intraday Process Report

This page describes how you (as a manager, business user, workforce planning user, or team leader) can use the (CX Insights for iWD folder) > Intraday Process Report to view information about the performance of historical and pending work items, to learn more about sources of backlog, about throughput, and to understand how often tasks become overdue before they are finished.

This report provides a count of the completed iWD tasks that were overdue and the counts, percentages, and averages of completed iWD tasks, and breaks down the average amount of time it took to complete tasks using three metrics:

  • Avg Finish Time — measuring the average time it took for tasks to be completed after entering the system,
  • Avg Accept Time — measuring average amount of time that tasks were backlogged before they reached a handling resource, and
  • Avg Handle Time — measuring the average amount of time that resources worked on tasks.

The report also provides a snapshot of the task backlog for a day or reporting interval, providing detailed information about how many tasks are currently pending, how many tasks are currently overdue, and how many of the completed tasks were overdue. Data is organized by day, tenant, department, and by business process.

To get a better idea of what this report looks like, view sample output from the report:

SampleIntradayProcessReport.pdf

The following tables explain the prompts you can select when you generate the report, and the metrics and attributes that are represented in the report:

Prompts for the Intraday Process Report

Prompt Description
Pre-set Date Filter Choose from the convenient list of predefined rolling time ranges, spanning one day or more, over which to run the report.
Start Date Choose the first day and time from which to gather report data.
End Date Choose the last day and time from which to gather report data.
Department Optionally, select a department on which to focus the report.
Process Optionally, select a business process on which to focus the report.

Attributes used in the Intraday Process Report

Attribute Description
Department Enables data to be organized by the name of the department for which iWD prioritizes and routes tasks.
Process Enables data to be organized by the name of the business process, which is a core attribute of tasks and work items that define strategies for how to route them.
Day Enables data within the reporting interval to be organized by a particular day within a month and year. Day values are presented in YYYY-MM-DD format.

Metrics used in the Intraday Process Report

Metric Description
Entered The total number of new tasks of this classification that were submitted to iWD during the reporting interval.
Finished The total number of tasks of this classification that were completed during the reporting interval.
% Finished The percentage of tasks of this classification that were completed during the reporting interval.
Finished Overdue The total number of completed tasks of this classification that were overdue during the reporting interval.
% Finished Overdue The percentage of completed tasks of this classification that were overdue during the reporting interval.
Pending The current number of tasks that were pending (where the task status is Queued, Assigned, or Held) at the end of the reporting interval.
Pending Overdue The current number of pending tasks that were overdue at the end of the reporting interval. A task is considered overdue when the Service-Level Agreement (SLA) due date/time has been missed.
Avg Finish Time (Fmt) The average amount of time that elapsed before agents completed tasks of this classification. This metric includes the time that tasks were backlogged, as well as work time.
Avg Handle Time (Fmt) The average amount of time that agents worked on tasks of this classification before the tasks were completed.
Avg Accept Time (Fmt) For completed tasks, the average amount of time that elapsed within the iWD system before tasks of this classification were assigned to a resource for the first time. This metric reflects how long, on average, tasks were backlogged.

To view more detailed information about the metrics and attributes in this report, and other metrics and attributes that can be used to customize reports, see the Genesys CX Insights Projects Reference Guide.

Comments or questions about this documentation? Contact us for support!