Distribution Queue Service Level Overflows View

DQServiceLevelOverflows_viw View

Distribution Queue Service Level Overflows View

More than six service level distribution buckets can be configured. These additional service level statistics or service level overflows are stored in a separate table apart from the underlying queue period statistics table. The underlying table is called DQServiceLevelOverflows. A view is introduced to include those buckets as well as the first, original six called DQServiceLevel_viw.

  • Last Changed Version - 17.4.0.0
  • Last Changed Reason - Added for data extraction from DQServiceLevelOverflows table.

SQL Column Definitions

Column Data Type (Size) Is Nullable Contains PII Description Last Change Version Last Change Reason
StatisticsSet int (4) False No

A unique identifier representing this row. This identifier can be used to join back to IWrkgrpQueueStats view.

17.4.0.0 Added for data extraction from DQServiceLevelOverflows table.
OverflowGroupSet int (4) False No

Service level overflows are either group set 1 or group set 2, providing a total of 8 additional service level buckets (6 in group set 1, and 2 in group set 2) for both answer and abandon service levels. This table is utilized by the DQServiceLevel_viw view.

17.4.0.0 Added for data extraction from DQServiceLevelOverflows table.
nAnsweredAcdSvcLvl1 int (4) True No

Number of ACD interactions answered in seventh (or thirteenth) service level. The time tracked begins from the point the interaction becomes an ACD interaction, which is not necessarily the same as when it enters the queue. For more information, see the description of service levels in the Interval Queue Data summary section.

17.4.0.0 Added for data extraction from DQServiceLevelOverflows table.
nAnsweredAcdSvcLvl2 int (4) True No

Number of ACD interactions answered in eighth (or fourteenth) service level. The time tracked begins from the point the interaction becomes an ACD interaction, which is not necessarily the same as when it enters the queue. For more information, see the description of service levels in the Interval Queue Data summary section.

17.4.0.0 Added for data extraction from DQServiceLevelOverflows table.
nAnsweredAcdSvcLvl3 int (4) True No

Number of ACD interactions answered in ninth service level. The time tracked begins from the point the interaction becomes an ACD interaction, which is not necessarily the same as when it enters the queue. For more information, see the description of service levels in the Interval Queue Data summary section.

17.4.0.0 Added for data extraction from DQServiceLevelOverflows table.
nAnsweredAcdSvcLvl4 int (4) True No

Number of ACD interactions answered in tenth service level. The time tracked begins from the point the interaction becomes an ACD interaction, which is not necessarily the same as when it enters the queue. For more information, see the description of service levels in the Interval Queue Data summary section.

17.4.0.0 Added for data extraction from DQServiceLevelOverflows table.
nAnsweredAcdSvcLvl5 int (4) True No

Number of ACD interactions answered in eleventh service level. The time tracked begins from the point the interaction becomes an ACD interaction, which is not necessarily the same as when it enters the queue. For more information, see the description of service levels in the Interval Queue Data summary section.

17.4.0.0 Added for data extraction from DQServiceLevelOverflows table.
nAnsweredAcdSvcLvl6 int (4) True No

Number of ACD interactions answered in twelfth service level. The time tracked begins from the point the interaction becomes an ACD interaction, which is not necessarily the same as when it enters the queue. For more information, see the description of service levels in the Interval Queue Data summary section.

17.4.0.0 Added for data extraction from DQServiceLevelOverflows table.
nAbandonAcdSvcLvl1 int (4) True No

Number of ACD interactions abandoned in seventh (or thirteenth) service level. The time tracked begins from the point the interaction becomes an ACD interaction; which is not necessarily the same as when it enters the queue. For more information, see the description of service levels and abandoned interactions in the Interval Queue Data summary section.

17.4.0.0 Added for data extraction from DQServiceLevelOverflows table.
nAbandonAcdSvcLvl2 int (4) True No

Number of ACD interactions abandoned in eighth (or fourteenth) service level. The time tracked begins from the point the interaction becomes an ACD interaction; which is not necessarily the same as when it enters the queue. For more information, see the description of service levels and abandoned interactions in the Interval Queue Data summary section.

17.4.0.0 Added for data extraction from DQServiceLevelOverflows table.
nAbandonAcdSvcLvl3 int (4) True No

Number of ACD interactions abandoned in ninth service level. The time tracked begins from the point the interaction becomes an ACD interaction; which is not necessarily the same as when it enters the queue. For more information, see the description of service levels and abandoned interactions in the Interval Queue Data summary section.

17.4.0.0 Added for data extraction from DQServiceLevelOverflows table.
nAbandonAcdSvcLvl4 int (4) True No

Number of ACD interactions abandoned in tenth service level. The time tracked begins from the point the interaction becomes an ACD interaction; which is not necessarily the same as when it enters the queue. For more information, see the description of service levels and abandoned interactions in the Interval Queue Data summary section.

17.4.0.0 Added for data extraction from DQServiceLevelOverflows table.
nAbandonAcdSvcLvl5 int (4) True No

Number of ACD interactions abandoned in eleventh service level. The time tracked begins from the point the interaction becomes an ACD interaction; which is not necessarily the same as when it enters the queue. For more information, see the description of service levels and abandoned interactions in the Interval Queue Data summary section.

17.4.0.0 Added for data extraction from DQServiceLevelOverflows table.
nAbandonAcdSvcLvl6 int (4) True No

Number of ACD interactions abandoned in twelfth service level. The time tracked begins from the point the interaction becomes an ACD interaction; which is not necessarily the same as when it enters the queue. For more information, see the description of service levels and abandoned interactions in the Interval Queue Data summary section.

17.4.0.0 Added for data extraction from DQServiceLevelOverflows table.
dIntervalStartUTC datetime (8) True No

Holds dIntervalStart time UTC.

17.4.0.0 Added for data extraction from DQServiceLevelOverflows table.
SiteId smallint (2) False No

Site identifier of the source for this record. Used in multi-site installations to distinguish the origin of the record. Configured when setting up CIC.

17.4.0.0 Added for data extraction from DQServiceLevelOverflows table.