- Contents
Interaction Reporter Help
(Graph) Answered Call Profile Report
This graph plots the number of answered calls during each specified interval of a specified date range. An answered call occurs when a call is alerting on a queue and the agent picks-up the call.
This graph sorts answered calls by queue name and includes a summary graph page named Grand Total Sum All Queues.
Parameters
You specify the range of date times, activity times, site IDs, and workgroup queues as parameters. You can specify all or part of a day in the time range. You can specify if you want to see detail or summary and if want to print the graph.
Note
If you run this report for a 24 hour period with intervals less than the
default of 30 minutes, it could result in too much information on the
horizontal axis, thus making it difficult for you to read the report.
Each line in the data represents one interval, or in
this case thirty minutes (1800 seconds) by default.
|
Report Log Tables |
Interaction Administrator Unique Report Identifier |
|
WrkgrpQueueStats |
GRAPH_ANSWERED_CALL_PROFILE_NAME |
Sample report
Click on the image below to view a sample of this report.
|
Graph Element |
Report Field or Value |
Field or Value Description |
|
Queue |
cName |
The name of a queue in the specified range. |
|
Intervals (horizontal axis) |
dIntervalStart
|
The activity intervals for recording call data, shown under the bottom of the graph. The default is 30 minute intervals, but the time interval is controlled by the WorkgroupQueueReportingInterval server parameter in Interaction Administrator. |
|
Number of Calls Answered (vertical axis) |
Sum of nAnswered |
The total number of calls answered in this queue during the interval. |
Record selection criteria:
{WrkgrpQueueStats.dIntervalStart} in {?StartDateTime} to {?EndDateTime}) and
{@DateTimeToTime} in {?StartActivityTime} to {?EndActivityTime} and
{WrkgrpQueueStats.cType}="W" and
{WrkgrpQueueStats.cReportGroup} = "*" and
{WrkgrpQueueStats.SiteId} in {?StartSiteId} to {?EndSiteID} and
{WrkGrpQueueStats.cReportGroup} <> "-" and
( IsNull({WrkGrpQueueStats.cHKey3}) or {WrkGrpQueueStats.cHKey3} = "*" or {WrkGrpQueueStats.cHKey3} = "" ) and
( IsNull({WrkGrpQueueStats.cHKey4}) or {WrkGrpQueueStats.cHKey4} = "*" or {WrkGrpQueueStats.cHKey4} = "" ) and
{WrkgrpQueueStats.cName} in {?StartQueueName} to {?EndQueueName}


