- Contents
Interaction Reporter Help
User Availability Detail Report
The User Availability Detail report displays information about users in two tables, per user per day, and includes an Overall Summary Duration graph.
-
The first table, for each user, displays a summary grouped by status and shows the duration and frequency for each status.
-
The second table, for each user, displays detailed information on the changes of states per day, within the specified date and time range.
Parameters
The following parameters can be specified for the User Availability Detail report:
-
Status Date
-
ACD Logged In
-
Company
-
After Call Work
-
Department
-
Do Not Disturb
-
Job Title
-
Last Name
-
Logged In
-
Site ID
-
Status
-
User
-
User List
Sample report
Click on the image below to view a sample of this report.
Report Element Descriptions
Report Element |
Database Column or Computation |
Status Time |
Time part of StatusDateTime |
Status |
StatusKey |
Duration |
LoggedIn |
Status group |
StatusGroup |
Logged in flag |
If LoggedIn = 1 then true else false |
Non ACD flag |
If AcdLoggedIn = 0 then true else false |
DND flag |
StatusDnd |
ACW flag |
StatusAcw |
Available |
Computed: sum of duration if status group is Available |
Break |
Computed: sum of duration if status group is Break |
Follow Up |
Computed: sum of duration if status group is Follow up |
Unavailable |
Computed: sum of duration if status group is Unavailable |
Training |
Computed: sum of duration if status group is Training |
Stored Procedure
-
sprpt_UserActivity2
-
sprpt_UserActivity_count2
Tables
-
AgentActivityLog
-
Individual