This page was last edited on December 18, 2019, at 19:17.
Comments or questions about this documentation? Contact us for support!
Use the (Designer folder) Activity Summary Report to view summary information about activities in Designer applications, including the number of activities within a given time period, and the number and percentage of those activities that were complete or incomplete.
This report provides information about Designer activities.
An activity is a task that you've defined in an application as a series of steps with a starting point and stopping point. For example, you might set up an activity for making a payment that starts with the caller being asked for their credit card details and then ends with the system sending those details to a payment processor and receiving the approval.
Each activity has a start and end point, and can be complete or incomplete, with success or failure.
To get a better idea of what this report looks like, view sample output from the report:
SampleActivitySummaryReport.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:
Prompt | Description |
---|---|
Pre-set Date Filter | From the list, choose a time period on which to report, and move it to the Selected list. |
Start Date | Choose the first day from which to gather data into the report. |
End Date | Choose the last day from which to gather data into the report. |
Application | Choose the applications on which to report. By default, the report includes all applications; if you add any applications to the Selected list, then only those applications are included. |
Activity | Choose the activities on which to report. By default, the report includes all activities. |
Attribute | Description |
---|---|
Activity | This attribute enables data within the reporting interval to be organized by the name of the activity. |
Day | This attribute enables data within the reporting interval to be organized by a particular day. |
Metric | Description | Source Table.Column or Calculation |
---|---|---|
Avg Activity Duration (Fmt) | The average amount of time attributed to each activity. | Calculated based on the values of the Designer > Session > Session Duration and Activities metrics. |
Activities | The total number of activities that began during the reporting interval. | AGT_SDR_ACTIVITY_*.ACTIVITIES |
Completed | The total number of activities that were completed during the reporting interval. | AGT_SDR_ACTIVITY_*.COMPLETED |
Incomplete | The total number of activities that started during the reporting interval, but were not completed. | Calculated as the difference between the value of the Activities metric, and the Completed metric. |
% Completed | The percentage of activities that were completed during the reporting interval. | Calculated based on the values of the Activities metric, and the Completed metric. |
% Incomplete | The percentage of activities that were incomplete at the end of the reporting interval. | Calculated based on the values of the Activities metric, and the Incomplete metric. |