Sv translation | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Supervisor - Header Settings
Daily Statistics - ACD Group (AcdStatisticsPartB)
Supervisor - Today's Statistics -ACD GroupAgent CallsCaption
Meaning Totals Criteria Used | 1 | Waiting Time Max.(TodayWaitingTimeMax) Maximum Waiting Time for completed calls, from the perspective of the ACD Group. That means only the waiting time in the respective ACD group is considered. The waiting time is measured before the entry in the ACD group until:
The maximum value of the column “Waiting Time Max”.
MAX( dtAgentConnect - dtGroupStart ) IF dtAgentConnect IS NOT NULL OR MAX( dtGroupActionStart - dtGroupStart ) IF dtGroupActionStart IS NOT NULL OR MAX( dtGroupEnd - dtGroupStart ) IF dtGroupEnd IS NOT NULL 2 | Waiting Time ØAverage waiting time for closed calls. The calculation is carried out analogously to the maximum waiting time. The sum of the total waiting time for all displayed ACD groups divided by the sum “total calls”.
AVR( dtAgentConnect - dtGroupStart ) IF dtAgentConnect IS NOT NULL OR AVR( dtGroupActionStart - dtGroupStart ) IF dtGroupActionStart IS NOT NULL OR AVR( dtGroupEnd - dtGroupStart ) IF dtGroupEnd IS NOT NULL 3 | Duration (All) Max.(TodayGroupCallsTimeMax) The maximum retention time in the ACD Group for all calls, measured from the time of the entrance in the ACD group until the exit of the ACD group (independent of the reason). The maximum value of the column “Duration (All) Max”.
MAX( dtGroupEnd - dtGroupStart ) 4 | Duration (All) Ø
Supervisor - Today's Statistics - PBX Calls (StatisticsPartTI )
Supervisor - Today's Statistics - ACD GroupColumn File: AcdSupervisor.Wallboard.Statistics.#{column.name}.xhtml
scrollEditorUrl | https://wiki.jtel.de/display/JPW/Supervisor+-+Inbound+Since%3A+Common+Criteria | spaceKey | JPW | scrollEditorDisplayTitle | Supervisor - Inbound Since: Common Criteria |
5 | Calls Total(TodayGroupCalls) Number of all received calls in this ACD group with regard to the group entrance (if a call enters the ACD group by several forwardings or overflows, it will be calculated several times). The sum of the calls for all displayed ACD groups.
6 | Calls ControlThe number Control is the sum of the columns:
and serves for control of the number “Calls - Total”. If the system works correctly, the numbers “Calls - Control” and “Calls - Total” are equal. The calculated sum of the total row of the columns:
and serves for control of the number “Calls - Total”. If the system works correctly the sum “Calls - Control” is equal to the sum “Calls - Total”. ( TodayAgentCalls +TodayDroppedByACDBusyCalls +TodayHangupAnnouncementCalls +TodayShortHangupCalls +TodayHangupQueueCalls +TodayOverflowQueueTimeoutCalls +TodayOtherCalls ) 7 | Overflow Level(OverflowLevelIndicator)
MAX( nOverflowLevelIndicator ) 8 | Overflow Out(OverflowCallsOutToOtherGroup)
AND ExtendedGroupSearchAcdGroupsID IS NOT NULL AND ExtendedGroupSearchAcdGroupsID NOT IN ( $ACDGROUPSIDS ) 9 | Overflow In(OverflowCallsInFromOtherGroup) ExtendedGroupSearchAcdGroupsID IN ( $ACDGROUPSIDS ) AND AcdGroupsID NOT IN ( $ACDGROUPSIDS ) AND dtGroupEnd IS NOT NULL 10 | Calls Agents(TodayAgentCalls) The total number of calls which entered the ACD group and were connected to an agent (after whisper). The sum of the column “ Calls Agents”.
AND dtAgentConnect IS NOT NULL 11 | Rejected Calls(TodayRejectCalls) acdb.AcdGroupsID IN ( $ACDGROUPSIDS ) AND a.bOutbound = 0 AND a.CauseCodesID = 17 a.dtCallConnect IS NULL 12 | Outbound Total(TodayOutboundTotalCalls) acdb.dtGroupEnd IS NOT NULL AND acdb.bOutbound = 1 13 | Calls - Busy(TodayDroppedByACDBusyCalls)
Calls which entered the ACD group but did not reach the queue because either: the ACD queue was full (Cause for group end 205), no agents were logged-in waren (Cause for group end 207), or an error occured (200) and the system hung up, because no rule was defined
scrollEditorUrl | https://wiki.jtel.de/display/JPW/Supervisor+-+Inbound+Since%3A+Common+Criteria
scrollEditorDisplayTitle | Supervisor - Inbound Since: Common Criteria
AND AcdGroupEndReasonsID IN ( 200, 205, 207 ) See also Value Reference - AcdGroupEndReasons 14 | Calls - Other(TodayOtherCalls) All Calls, which:
scrollEditorUrl | https://wiki.jtel.de/display/JPW/Supervisor+-+Inbound+Since%3A+Common+Criteria
scrollEditorDisplayTitle | Supervisor - Inbound Since: Common Criteria
AND AcdGroupEndReasonsID NOT IN (106, 206) AnD AcdGroupEndReasonsID NOT IN (200, 205, 207)
15 | Overflow Queue Timeout(TodayOverflowQueueTimeoutCalls) The number of calls which left the ACD
The sum of the column "Overflow Queue Timeout". Include+ | scrollEditorUrl | https://wiki.jtel.de/display/JPW/Supervisor+-+Inbound+Since%3A+Common+Criteria | spaceKey | JPW |
scrollEditorDisplayTitle | Supervisor - Inbound Since: Common Criteria
16 | Last-Agent(TodayLastAgentCalls)
AND dtAgentConnect IS NOT NULL AND bLastAgentConnect = 1 17 | Last-Agent %As percentage the relation between the column “Last Agent” and “Calls Agents”. Over all displayed groups the percentage of the calls, which were connected to the Last Agent with the Last Agent algorithm as relation to the number of Agent Calls.
(TodayLastAgentCalls / TodayAgentCalls)*100 18 | Hangup Announcement(TodayHangupAnnouncementCalls) The number of calls which hung up
The sum of the column “Hangup Announcement”.
AND dtAgentConnect IS NULL AND AcdGroupEndReasonsID in (1, 2, 3) See also Value Reference - AcdGroupEndReasons 19 | Hangup Announcement Ø(TodayHangupAnnouncementCallsTime) The average duration of the calls, measured from the group entry until the hangup (Group end), which
hung up. The sum of the call duration for all calls which interrupted the prompt divided by the sum of “Hangup Announcement”.
AND dtAgentConnect IS NULL AND AcdGroupEndReasonsID in (1, 2, 3) See also Value Reference - AcdGroupEndReasons 20 | Short Hangups(TodayShortHangupCalls) Number of callers, who hung up in the ACD Queue (Cause for Group end 4), but were in the queue for less than the set Short Hangups time. The sum of the column “Hangup Announcement”.
AND dtAgentConnect IS NULL AND AcdGroupEndReasonsID = 4 AND ( dtGroupEnd - dtQueueStart ) <= SHORT_HANGUP_SECONDS See also Value Reference - AcdGroupEndReasons 21 | Short Hangups Ø(TodayShortHangupCallsTime) Average time in the ACD group measured from the group entry to the hang up (Group end), for callers who hung up in the ACD queue (Cause for group end 4), but were in the queue for less than or equal the set Short Hangups time. The sum of the call duration in the ACD group, for all calls hung up in the queue <= Short Hangups divided by the sum of the column “Short Hangups”.
AND dtAgentConnect IS NULL AND AcdGroupEndReasonsID = 4 AND ( dtGroupEnd - dtQueueStart ) <= SHORT_HANGUP_SECONDS See also Value Reference - AcdGroupEndReasons 22 | Hangups Queue(TodayHangupQueueCalls) Number of callers, who hung up in the ACD Queue (Cause for Group end 4), but were in the queue longer than the set Short Hangups time. The sum of the column “Hangups Queue”.
AND dtAgentConnect IS NULL AND AcdGroupEndReasonsID = 4 AND ( dtGroupEnd - dtQueueStart ) > SHORT_HANGUP_SECONDS See also Value Reference - AcdGroupEndReasons 23 | Hangups Queue max.(TodayHangupQueueCallsTimeMax) Average time in the ADC group, measured from the group entry to the hang up (Group end), for callers who hung up in the queue after the set Short Hangups time. The maximum value of the column “Hangups Queue - max.”
AND dtAgentConnect IS NULL AND AcdGroupEndReasonsID = 4 AND ( dtGroupEnd - dtQueueStart ) > SHORT_HANGUP_SECONDS See also Value Reference - AcdGroupEndReasons 24 | Hangups Queue ØAverage time in the ADC group, measured from the group entry to the hang up (Group end), for callers who hung up in the queue after the set Short Hangups time. The sum of the call duration in the ACD group, for all calls hung up in the queue > Short Hangups divided by the sum of the column “Hangup Queue - Total”.
AND dtAgentConnect IS NULL AND AcdGroupEndReasonsID = 4 AND ( dtGroupEnd - dtQueueStart ) > SHORT_HANGUP_SECONDS See also Value Reference - AcdGroupEndReasons 25 | HangupsThe sum of ("Supervisor - Daily Statistics - Hang up Announcement") + ("Supervisor - Daily Statistics - Hangups Queue") + ("Supervisor - Daily Statistics - Short Hangups") The sum of the column “Hangups”. (TodayHangupAnnouncementCalls +TodayHangupQueueCalls +TodayShortHangupCalls) 26 | Transferred(TodayTransferGroupCalls) The total number of transferred calls Since this can happen several times during a call, this number can exceed the total number of calls. The sum of the column “Transferred”.
AND AcdOverflowGroupsID <> AcdStatisticsPartB.AcdGroupsID 27 | VoiceMails(TodayVoiceMailCalls) The number of voicemails. | The sum of the column “Voicemails”. |
AND dtAgentConnect IS NULL AND (AcdGroupActionTypesID = 3 OR AcdGroupActionTypesID = 10) AND bCallbackVoiceMailBooked = 1 28 | Callbacks(TodayCallBackCalls) The number of callbacks (calls in which the agent talked to a destination but did not forward the call). The sum of the column “Callbacks”.
AND dtAgentConnect IS NULL AND (AcdGroupActionTypesID = 8 OR AcdGroupActionTypesID = 11) AND bCallbackVoiceMailBooked = 1 29 | Service Level (s)(ServiceLevelSeconds) Service level seconds set in the ACD Group. His column doesn’t have a sum. AcdGroups.ServiceLevelSeconds 30 | In Service
If service parameter ACD.Wallboard.ServiceLevelCalculation = 0
If System Parameter ACD.Wallboard.ServiceLevelCalculation = 1
If service parameter ACD.Wallboard.ServiceLevelCalculation = 0
If System Parameter ACD.Wallboard.ServiceLevelCalculation = 1
AND dtAgentConnect IS NOT NULL
31 | AvailabilityIf service parameter ACD.Wallboard.ServiceLevelCalculation = 0
If System Parameter ACD.Wallboard.ServiceLevelCalculation = 1
If service parameter ACD.Wallboard.ServiceLevelCalculation = 0
If System Parameter ACD.Wallboard.ServiceLevelCalculation = 1
32 | Answered in s XWith regard to the Servicelevel set in Header the percentage of calls is determined, which were connnected successfully to an agent within the Service Level time measured from the entry in the ACD Group. Indicated as percentage, the relation between the sum of the calls which were labelled as “In Service” per group (with usage of the setting Servicelevel in the header) and the total number of calls in all displayed ACD Groups. ( ( TodayInServiceLevelCalls OR TodayInServiceLevelCalls2 ) / TodayGroupCalls )*100 33 | Y% answered in (s)(TodayVariableServiceQuotaCalls) The maximum response time (difference between the connection with the agent and entry into the ACD group) for the first $SERVICE_QUOTA_PERCENT of answered calls (sorted by answering time ascending). Note: If you set as Service Quota for example 80%, and you have one answered and one not answered call in the ACD group, a dash will appear, because not 80% of the calls were answered! His column doesn’t have a sum.
MAX( dtAgentConnect - dtGroupStart ) 34 | Total Waiting TimeØ(TodayTotalWaitingTime) dtAgentConnect IS NOT NULL SUM ( dtAgentConnect - dtCallStart ) Today's Statistics - Agent Calls (StatisticsPartB) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Value | Comment | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Source | AcdStatisticsPartB, StatisticsPartB (CACHE) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Query | DataCache_AcdGroups_TodaysStatisticsPartB.sql | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Restriction | For the displayed ACD group, only completed calls. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Meaning | Completed agent calls assigned to the respective ACD group | Caption | Meaning | Meaning Totals | Criteria Used | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | Agent Calls (↑)(TodaySuccessfulAgentCallsUpSkill) | The number of calls to agents, who have a higher skill level than configured in the ACD due to a skill correction (Agent Status) Note - in this column also forwardings to agents are counted. This number can exceed the number of agent calls in the section "calls". | The sum of the column "Agent Calls (↑)" | dtGroupEnd IS NOT NULL AND AcdStatisticsPartB.bOutbound = 0 AND CONNRES = 1 AND bTransferExternalNumber = 0 AND dtCallConnect IS NOT NULL AND dtCallEnd IS NOT NULL AND nSkillAfterCorrection > nSkillReal | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | Agent Calls (↓)(TodaySuccessfulAgentCallsDownSkill) | The numer of calls to agents, who have a lower skill level than configured in the ACD due to a skill correction (Agent Status). Note - in this column also forwardings to agents are counted. This number can exceed the number of agent calls in the section "calls". | The sum of the column "Agent Calls (↓)" | dtGroupEnd IS NOT NULL AND AcdStatisticsPartB.bOutbound = 0 AND CONNRES = 1 AND bTransferExternalNumber = 0 AND dtCallConnect IS NOT NULL AND dtCallEnd IS NOT NULL AND nSkillAfterCorrection < nSkillReal | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | (•) | The number of calls to agents, who don't have a skill correction by Agent Status. Note - in this column also forwardings to agents are counted. This number can exceed the number of agent calls in the section "calls". | The sum of the column "Agent Calls (•)" | dtGroupEnd IS NOT NULL AND AcdStatisticsPartB.bOutbound = 0 AND CONNRES = 1 AND bTransferExternalNumber = 0 AND dtCallConnect IS NOT NULL AND dtCallEnd IS NOT NULL AND nSkillAfterCorrection = nSkillReal | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | (↑•↓)(TodaySuccessfulAgentCalls) | The number of calls to agents Note - in this column also forwardings to agents are counted. This number can exceed the number of agent calls in the section "calls". | The sum of the column "Agent Calls (↑•↓)" | dtGroupEnd IS NOT NULL AND AcdStatisticsPartB.bOutbound = 0 AND CONNRES = 1 AND bTransferExternalNumber = 0 AND dtCallConnect IS NOT NULL AND dtCallEnd IS NOT NULL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | Duration (Agents) Ø(TodayDurationAgentCalls) | Average call length of the agent calls without Whisper Transfer Time (only for connected calls) | The total time of the agent calls for the displayed groups divided by the sum "Calls - Agents". | dtGroupEnd IS NOT NULL AND AcdStatisticsPartB.bOutbound = 0 AND CONNRES = 1 AND bTransferExternalNumber = 0 AND dtCallConnect IS NOT NULL AND dtCallEnd IS NOT NULL SUM ( IF dtWhisperEnd IS NOT NULL THEN ( dtCallEnd - dtWhisperEnd ) ELSE ( dtCallEnd - dtCallConnect ) ) / TodayAgentCalls | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 | Duration (Agents) max.(TodayDurationAgentCallsMax) | Maximum call length of the agent calls without Whisper Transfer Time (only for connected calls) | Maximum value of the column "Duration (Agents) max." | dtGroupEnd IS NOT NULL AND AcdStatisticsPartB.bOutbound = 0 AND CONNRES = 1 AND bTransferExternalNumber = 0 AND dtCallConnect IS NOT NULL AND dtCallEnd IS NOT NULL IF dtWhisperEnd IS NOT NULL THEN ( dtCallEnd - dtWhisperEnd ) ELSE ( dtCallEnd - dtCallConnect) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
7 | Post Call Time Ø(TodayPostCallInterval) | Per call the post call time is measured
This time summed for all calls and divided by the number of successful agent calls. This results in the average processing time. | The sum of the processing time for all agent calls divided by the sum "Calls-Agents" | dtGroupEnd IS NOT NULL AND AcdStatisticsPartB.bOutbound = 0 AND PostCallInterval IS NOT NULL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Value | Comment | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Source | AcdStatisticsLogin (CACHE) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Query | DataCache_AcdGroups_TodaysAgentLoginData.sql | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Restriction | For the respective ACD group. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Meaning | Login / Logout statistics of the agents. | Caption | Meaning | Meaning Totals | Criteria Used | 1 | Total Auto-Logoff | Number of agents Auto Log Off in the respective ACD Group because the overall counter for lost calls was exceeded. | The sum of the column “Total Auto-Logoff”. | 2 | Auto log off (no answer) | Number of agents Auto Log Off in the respective ACD Group because the overall counter for no answer was exceeded. | The sum of the column “Auto-Logoff - No Answer”. | 3 | Auto-Logoff – Busy | Number of agents Auto Log Off in the respective ACD Group because the busy-answer counter for lost calls was exceeded. | The sum of the column “Auto-Logoff Busy”. | 4 | Auto-Logoff time-controlled | Number of agents Auto Log Off in the respective ACD Group who were automatically logged off by the system by the time control Auto Log Off. | The sum of the column “Auto-Logoff Time Control”. |
Table of Contents | ||||||
---|---|---|---|---|---|---|
|
the column "Calls Rejected" | acdb.AcdGroupsID IN ( $ACDGROUPSIDS ) AND a.bOutbound = 0 AND a.CauseCodesID = 17 a.dtCallConnect IS NULL AS TodayRejectCalls | ||||||||||
Outbound TotalOutboundTotal | Outgoing calls - initiated by a dialer or a click to dial - from this ACD group. | The sum of the column "Outbound Total" | acdb.dtGroupEnd IS NOT NULL AND acdb.bOutbound = 1 AS TodayOutboundTotalCalls | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Agent Calls (↑•↓)AgentCallsSkillTotal | The number of calls to agents Note - in this column also forwarding to agents are counted. This number can exceed the number of agent calls in the section "calls". | The sum of the column "Agent Calls (↑•↓)" | dtGroupEnd IS NOT NULL AND AcdStatisticsPartB.bOutbound = 0 IFNULL( SUM( CASE See also Value Reference - CONNRES | ||||||||
Agent Calls (↑)AgentCallsSkillUpSkill | The number of calls to agents, who have a higher skill level than configured in the ACD due to a skill correction (Agent Status) Note - in this column also forwardings to agents are counted. This number can exceed the number of agent calls in the section "calls". | The sum of the column "Agent Calls (↑)" | dtGroupEnd IS NOT NULL AND AcdStatisticsPartB.bOutbound = 0 IFNULL( SUM( CASE See also Value Reference - CONNRES | ||||||||
Agent Calls (•)AgentCallsSkillSameSkill | The number of calls to agents, who don't have a skill correction by Agent Status. Note - in this column also forwardings to agents are counted. This number can exceed the number of agent calls in the section "calls". | The sum of the column "Agent Calls (•)" | dtGroupEnd IS NOT NULL AND AcdStatisticsPartB.bOutbound = 0 IFNULL( SUM( CASE See also Value Reference - CONNRES | ||||||||
Agent Calls (↓)AgentCallsSkillDownSkill | The numer of calls to agents, who have a lower skill level than configured in the ACD due to a skill correction (Agent Status). Note - in this column also forwardings to agents are counted. This number can exceed the number of agent calls in the section "calls". | The sum of the column "Agent Calls (↓)" | dtGroupEnd IS NOT NULL AND AcdStatisticsPartB.bOutbound = 0 IFNULL( SUM( CASE See also Value Reference - CONNRES | ||||||||
Queue TimeoutOverflowQueueTimeout | The number of calls which left the ACD
| The sum of the column "Overflow Queue Timeout". |
IFNULL( SUM( CASE See also Value Reference - AcdGroupEndReasons | ||||||||
Last-AgentLastAgentCalls | The number of calls which were connected to the Last Agent. | The sum of column “Last Agent”. |
IFNULL( SUM( CASE | ||||||||
Last-Agent %LastAgentPercent | As percentage the relation between the column “Last Agent” and “Calls Agents”. | Over all displayed groups the percentage of the calls, which were connected to the Last Agent with the Last Agent algorithm as relation to the number of Agent Calls. |
| ||||||||
Hangup AnnouncementHangupAnnouncementTotal | The number of calls which hung up
| The sum of the column “Hangup Announcement”. |
IFNULL( SUM( CASE See also Value Reference - AcdGroupEndReasons | ||||||||
Hangup Announcement ØHangupAnnouncementAvg | The average duration of the calls, measured from the group entry until the hangup (Group end), which
hung up. | The sum of the call duration for all calls which interrupted the prompt divided by the sum of “Hangup Announcement”. |
IFNULL( SUM( CASE See also Value Reference - AcdGroupEndReasons | ||||||||
Short HangupsShortHangupsTotal | Number of callers, who hung up in the ACD Queue (Cause for Group end 4), but were in the queue for less than the set Short Hangups time. | The sum of the column “Hangup Announcement”. |
IFNULL( SUM( CASE See also Value Reference - AcdGroupEndReasons | ||||||||
Short Hangups ØShortHangupsAvg | Average time in the ACD group measured from the group entry to the hang up (Group end), for callers who hung up in the ACD queue (Cause for group end 4), but were in the queue for less than or equal the set Short Hangups time. | The sum of the call duration in the ACD group, for all calls hung up in the queue <= Short Hangups divided by the sum of the column “Short Hangups”. |
AND dtAgentConnect IS NULL AND AcdGroupEndReasonsID = 4 AND ( dtGroupEnd - dtQueueStart ) <= SHORT_HANGUP_SECONDS AS TodayShortHangupCallsTime See also Value Reference - AcdGroupEndReasons | ||||||||
Hangups QueueHangupsQueueTotal | Number of callers, who hung up in the ACD Queue (Cause for Group end 4), but were in the queue longer than the set Short Hangups time. | The sum of the column “Hangups Queue”. |
AND dtAgentConnect IS NULL AND AcdGroupEndReasonsID = 4 AND ( dtGroupEnd - dtQueueStart ) > SHORT_HANGUP_SECONDS AS TodayHangupQueueCalls See also Value Reference - AcdGroupEndReasons | ||||||||
Hangups Queue max.HangupsQueueMax | Maximum time in the ADC group, measured from the group entry to the hang up (Group end), for callers who hung up in the queue after the set Short Hangups time. | The maximum value of the column “Hangups Queue - max.” |
IFNULL( MAX( CASE See also Value Reference - AcdGroupEndReasons | ||||||||
Hangups Queue ØHangupsQueueAvg | Average time in the ADC group, measured from the group entry to the hang up (Group end), for callers who hung up in the queue after the set Short Hangups time. | The sum of the call duration in the ACD group, for all calls hung up in the queue > Short Hangups divided by the sum of the column “Hangup Queue - Total”. |
IFNULL( SUM( CASE See also Value Reference - AcdGroupEndReasons | ||||||||
HangupsHangupsTotal | The sum of ("Supervisor - Daily Statistics - Hang up Announcement") + ("Supervisor - Daily Statistics - Hangups Queue") + ("Supervisor - Daily Statistics - Short Hangups") | The sum of the column “Hangups”. |
| ||||||||
TransferredTransferredNumber | Transferred calls from/to this group. Since this can happen several times during a call, this number can exceed the total number of calls. | The sum of the column “Transferred”. |
IFNULL( SUM( CASE | ||||||||
Enquiry CallsEnquiryCallsTotal | The number of enquiry calls (conversations in which the agent spoke to a target but did not forward). | The sum of the column "Enquiry Calls" | IFNULL( SUM( CASE | ||||||||
Handling Time ØHandlingTimeAvg | Average time taken by the agent to handle the call from the connection to his line to the end of the call inclusive the duration of the processing time after the call end. | The sum of "Handling Time" divided by "Agent Calls" | IFNULL( SUM( CASE HandlingTimeAvg = TodayHandlingTimeAgentCalls / TodayAgentCalls | ||||||||
Service Level (s)ServiceLevelSeconds | Service level seconds set in the ACD Group. | His column doesn’t have a sum. | AcdGroups.ServiceLevelSeconds AS ServiceLevelSeconds | ||||||||
In ServiceServiceLevelInService | If service parameter ACD.Wallboard.ServiceLevelCalculation = 0
If System Parameter ACD.Wallboard.ServiceLevelCalculation = 1
| If service parameter ACD.Wallboard.ServiceLevelCalculation = 0
If System Parameter ACD.Wallboard.ServiceLevelCalculation = 1
|
IF service parameter ACD.Wallboard.ServiceLevelCalculation = 0 THEN IFNULL( SUM( CASE
IF System Parameter ACD.Wallboard.ServiceLevelCalculation = 1 THEN
| ||||||||
AvailabilityServiceLevelAvailability | If service parameter ACD.Wallboard.ServiceLevelCalculation = 0
If System Parameter ACD.Wallboard.ServiceLevelCalculation = 1
| If service parameter ACD.Wallboard.ServiceLevelCalculation = 0
If System Parameter ACD.Wallboard.ServiceLevelCalculation = 1
| IF service parameter ACD.Wallboard.ServiceLevelCalculation = 0 THEN
IF System Parameter ACD.Wallboard.ServiceLevelCalculation = 1 THEN
| ||||||||
Answered in s XServiceLevelAnsweredIn | With regard to the Servicelevel set in Header the percentage of calls is determined, which were connnected successfully to an agent within the Service Level time measured from the entry in the ACD Group. | Indicated as percentage, the relation between the sum of the calls which were labelled as “In Service” per group (with usage of the setting Servicelevel in the header) and the total number of calls in all displayed ACD Groups. |
TodayVariableInServiceLevelCalls = TodayInServiceLevelCalls OR TodayInServiceLevelCalls2 | ||||||||
Y% answered in (s)ServiceLevelPercentAnsweredIn | The maximum response time (difference between the connection with the agent and entry into the ACD group) for the first $SERVICE_QUOTA_PERCENT of answered calls (sorted by answering time ascending). Note: If you set as Service Quota for example 80%, and you have one answered and one not answered call in the ACD group, a dash will appear, because not 80% of the calls were answered! | His column doesn’t have a sum. |
MAX( IFNULL( ( JULIANDAY( dtAgentConnect ) - JULIANDAY( dtGroupStart ) ) * 86400, 999999 ) ) AS TodayVariableServiceQuotaCalls | ||||||||
Calls Not In Stand. Service TimesNotInStandardServiceTimesCalls | Calls which entered this group outside of the standard service times. | The sum of the column "Calls Not In Stand. Service Times" | dtGroupEnd IS NOT NULL AND bCallInStandardServiceTimes = 0 AS TodayNotInStandardServiceTimesCalls | ||||||||
PBX Outbound CallsPBXClick2DialCallsTotal | Outbound Calls made from PBX to external destinations | Sum of the column "PBX Outbound Calls" | bIFNULL( SUM( CASE Table: StatisticsPartTI | ||||||||
PBX Outbound Total TimePBXClick2DialCallsTotalConnectionTime | Duration of Outbound Calls made from PBX to external destinations | Sum of the column "PBX Outbound Total Time" | IFNULL( SUM( CASE Table: StatisticsPartTI | ||||||||
PBX Outbound Ø TimePBXClick2DialCallsTotalConnectionTimeAvg | The average duration of Outbound Calls made from PBX to external destinations | Sum of the column "PBX Outbound Ø Time" |
| ||||||||
Service Service Skill 1 Agents Logged InService.LoggedInAcdSkillsID1 | The number of agents logged into the ACD group in any status with any value of skill 1, at the time the call entered the ACD group. | Sum of the column "Service Service Skill 1 Agents Logged In" | AcdStatisticsPartB.GroupStart_LoggedInAcdSkillsID1AgentCount | ||||||||
Service Skill 1 Agents FreeService.FreeAcdSkillsID1 | The number of available agents with skill 1 (any value):
at the time the call entered the ACD group. Note, this could include agents who are in automatic post call. | Sum of the column "Service Skill 1 Agents Free" | AcdStatisticsPartB.GroupStart_FreeAcdSkillsID1AgentCount | ||||||||
Service Service Skill 2 Agents Logged InService.LoggedInAcdSkillsID2 | The number of agents logged into the ACD group in any status with any value of skill 2, at the time the call entered the ACD group. | Sum of the column "Service Service Skill 2 Agents Logged In" | AcdStatisticsPartB.GroupStart_LoggedInAcdSkillsID2AgentCount | ||||||||
Service Skill 2 Agents FreeService.FreeAcdSkillsID2 | The number of available agents with skill 2 (any value):
at the time the call entered the ACD group. Note, this could include agents who are in automatic post call. | Sum of the column "Service Skill 2 Agents Free" | AcdStatisticsPartB.GroupStart_FreeAcdSkillsID2AgentCount | ||||||||
Service Service Skill 3 Agents Logged InService.LoggedInAcdSkillsID3 | The number of agents logged into the ACD group in any status with any value of skill 3, at the time the call entered the ACD group. | Sum of the column "Service Service Skill 3 Agents Logged In" | AcdStatisticsPartB.GroupStart_LoggedInAcdSkillsID3AgentCount | ||||||||
Service Skill 3 Agents FreeService.FreeAcdSkillsID3 | The number of available agents with skill 3 (any value):
at the time the call entered the ACD group. Note, this could include agents who are in automatic post call. | Sum of the column "Service Skill 3 Agents Free" | AcdStatisticsPartB.GroupStart_FreeAcdSkillsID3AgentCount | ||||||||
Ø Waiting TimeWaitingTimeTotalAvg | The amount of time calls which entered this ACD group wait until a successful connected to the destination. | The sum of the column "Ø Total Waiting Time" |
IFNULL( SUM( ( SELECT CASE | ||||||||
Action | Details: Under Action, the details of the respective selected group are displayed. Card: Under this action the caller card of the respective caller is displayed. |
Table of Contents | ||||||
---|---|---|---|---|---|---|
|
Sv translation | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Supervisor - Header Einstellungen
Tagesstatistik - ACD Gruppe (AcdStatisticsPartB)
Tagesstatistik - Agentenanrufe (StatisticsPartB)
Zähler pro Gruppe
Tagesstatistik - Autologoff (AcdStatisticsLogin)
Zähler pro Gruppe
|
Sv translation | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Superviseur - Paramètres de l'en-tête
Statistiques quotidiennes - Groupe ACD (AcdStatisticsPartB)
Superviseur - Statistiques d'aujourd'hui - Appels Agent
Superviseur - Statistiques d'aujourd'hui - Appels PBX (StatisticsPartTI )
Superviseur - Statistiques d'aujourd'hui - Groupe ACDFichier de colonnes: AcdSupervisor.Wallboard.Statistics.#{column.name}.xhtml
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Sv translation | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Supervisor - Header Einstellungen | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Variable | Wert | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
$SERVICE_LEVEL_SECONDS | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
$STATISTICS_FROM_HOUR | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
$STATISTICS_FROM_MINUTE | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
$SHORT_HANGUP_SECONDS | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
$SERVICE_QUOTA_PERCENT | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Wert | Kommentar | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Quelle | AcdStatisticsPartB (CACHE) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Query | DataCache_AcdGroups_TodaysAcdStatisticsPartB.sql | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Eingrenzung | Für die aktuelle ACD Gruppe, nur abgeschlossene Anrufe. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bedeutung | Abgeschlossene Anrufe für die jeweilige ACD Gruppe. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Überschrift | Bedeutung | Bedeutung Summenzeile | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Wartezeit Max. |
| Der maximale Wert der Spalte "Wartezeit Max.". | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Wartezeit Ø | Durchschnittliche Wartezeit für abgeschlossene Anrufe. Die Berechnung erfolgt analog zur maximalen Wartezeit. | Die Summe der Gesamtwartezeit über alle angezeigten ACD Gruppen geteilt durch die Summe "Anrufe - Gesamt". | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Dauer (Alle) Max. | Die maximale Verweildauer in der ACD Gruppe über alle Anrufe, gemessen vom Zeitpunkt des Eintritts in die ACD Gruppe bis zum Austritt aus der ACD Gruppe (unabhängig vom Grund). | Der maximale Wert der Spalte "Dauer (Alle) Max." | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Dauer (Alle) Ø | Die durchschnittliche Verweildauer in der ACD Gruppe über alle Anrufe. Die Berechnung erfolgt analog zur Dauer (Alle) Max. | Summe aller Zeiten für die Anrufe heute geteilt durch die Anzahl aller Anrufe heute. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Anrufe Gesamt | Gesamtzahl der eingegangene Anrufe in diese ACD Gruppe bezogen auf den Gruppeneintritt (wenn ein Anruf durch mehrere Weiterleitungen oder Überläufe mehrmals in die ACD Gruppe eintritt, so wird dies auch mehrmals gezählt). | Die Summe der Anrufe für alle angezeigten ACD Gruppen. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Anrufe Kontrolle | Die Zahl Kontrolle ist die Summe der Spalten:
und dient als Kontrolle der Zahl "Anrufe - Gesamt". Wenn das System korrekt funktioniert, dann sind die Zahlen "Anrufe - Kontroll" und "Anrufe - Gesamt" gleich. | Die berechnete Summe der Summenzeile aus den Spalten:
und dient als Kontrolle der Zahl "Anrufe - Gesamt". Wenn das System korrekt funktioniert ist die Summe "Anrufe - Kontrolle" gleich mit der Summe "Anrufe - Gesamt". | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Anrufe Agenten | Anzahl der Anrufe die in der ACD Gruppe eingegangen sind und dort auch mit einem Agenten verbunden wurden (nach Whisper). | Die Summe der Spalte "Anrufe Agenten". | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Anrufe Besetzt | Anrufe, die in die ACD Gruppe eingegangen sind, die aber nicht in die Warteschleife gelangen konnten weil entweder:
und das System aufgelegt hat, weil keine Regel definiert war. | Die Summe der Spalte "Anrufe Besetzt". | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Anrufe Sonstiges | Alle Anrufe, die:
| Die Summe der Spalte "Anrufe Sonstiges". | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warteschleife Timeout | Anzahl der Anrufe, die die ACD Warteschleife
verlassen haben. | Die Summe der Spalte "Warteschleife Timeout". | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Last-Agent | Die Anzahl der Anrufe, die an den Last-Agent verbunden wurden. | Die Summe der Spalte "Last-Agent". | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Last-Agent % | Als Prozentzahl die Relation zwischen der Spalte "Last-Agent" und "Anrufe Agenten". | Über alle angezeigten Gruppen die Prozentzahl der Anrufe, die mit dem Last-Agent Algorithmus dem Last-Agent zugestellt wurden als Relation zur Anzahl der Agenten Anrufe. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Abbrecher Ansage | Die Anzahl der Anrufe, die
aufgelegt haben. | Die Summe der Spalte "Abbrecher Ansage". | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Abbrecher Ansage Ø | Die Durchschnittszeit der Anrufe, gemessen von Gruppeneintritt bis zum Auflegen (Gruppenende), die
aufgelegt haben. | Die Summe der Anrufzeit für alle Anrufe die in der Ansage abgebrochen haben geteilt durch die Summe "Abbrecher Ansage". | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Kurzabbrecher | Anzahl der Anrufer, die in der ACD Warteschleife aufgelegt haben (Grund für Gruppenende 4), die jedoch in der Warteschleife waren für kleinergleich der eingestellten $SHORT_HANGUP_SECONDS Zeit. | Die Summe der Spalte "Kurzabbrecher". | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Kurzabbrecher Ø | Durchschnittliche Zeit gemessen von Gruppeneintritt bis zum Auflegen (Gruppenende), die Anrufer, die in der ACD Warteschleife aufgelegt haben (Grund für Gruppenende 4), die jedoch in die Warteschleife waren für kleinergleich der eingestellten $SHORT_HANGUP_SECONDS Zeit, in der ACD Gruppe verweilt haben. | Die Summe der Verweildauer in der ACD Gruppe, für alle Anrufe die in der Warteschleife <= $SHORT_HANGUP_SECONDS aufgelegt haben, geteilt durch die Summe der Spalte "Kurzabbrecher". | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Abbrecher Queue | Anzahl der Anrufer, die in der ACD Warteschleife aufgelegt haben (Grund für Gruppenende 4), jedoch länger in der Warteschleife verweilt haben, als die eingestellte $SHORT_HANGUP_SECONDS Zeit. | Die Summe der Spalte "Abbrecher Queue". | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Abbrecher Queue Max. | Maximale Zeit gemessen von Gruppeneintritt bis zum Auflegen (Gruppenende), die Anrufer die in der Warteschleife nach $SHORT_HANGUP_SECONDS Zeit aufgelegt haben, in der ACD Gruppe verbracht haben. | Der Maximalwert der Spalte "Abbrecher Queue - Max.". | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Abbrecher Queue Ø | Durchschnittliche Zeit gemessen von Gruppeneintritt bis zum Auflegen (Gruppenende), die Anrufer, die in der Warteschleife nach $SHORT_HANGUP_SECONDS Zeit aufgelegt haben, in der ACD Gruppe verbracht haben. | Die Summe der Verweildauer in der ACD Gruppe für alle Anrufe, die in der Warteschleife > $SHORT_HANGUP_SECONDS aufgelegt haben geteilt durch die Summe der Spalte "Abbrecher Queue - Gesamt". | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Aufleger | Die Summe von ("Supervisor - Tagesstatistik - Abbrecher Ansage") + ("Supervisor - Tagesstatistik - Abbrecher Queue") + ("Supervisor - Tagesstatistik - Kurzabbrecher") | Die Summe der Spalte "Aufleger" | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Weitergeleitet | Gesamtzahl der Weiterleitungen. Da dies sich mehrfach innerhalb eines Gesprächs ergeben kann, kann diese Zahl ggf. auch die Gesamtzahl der Gespräche übersteigen. | Die Summe der Spalte "Weitergeleitet". | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Rückfragen | Die Anzahl der Rückfragen (Gespräche, in welchen der Agent mit einem Ziel gesprochen hat, jedoch nicht weitergeleitet hat). | Die Summer der Spalte "Rückfragen" | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Servicelevel (s) | Die in der ACD Gruppe eingestellten Service Level Sekunden. | Diese Spalte hat keine Summe. | In Service | Wenn Systemparameter ACD.Wallboard.ServiceLevelCalculation = 0Erreichbarkeit | Wenn Systemparameter ACD.Wallboard.ServiceLevelCalculation = 0|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Beantwortet in X s | Bezogen auf die in Header eingestellte $SERVICE_LEVEL_SECONDS wird die Prozentzahl der Anrufe ermittelt, die erfolgreich innerhalb der Service Level Zeit mit einem Agenten verbunden wurden gemessen vom Zeitpunkt des Eintritts in die ACD Gruppe. | Als Prozentzahl die Relation zwischen der Summe der Anrufe die je Gruppe als "In Service" gekennzeichnet wurden (mit Nutzung der Einstellung $SERVICE_LEVEL_SECONDS im Header) und der Gesamtzahl der Anrufe in alle angezeigten ACD Gruppen. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Y% beantwortet in (s) | Die Maximale Antwortzeit (Differenz zwischen Verbindung mit Agent und Eintritt in die ACD Gruppe) für die ersten $SERVICE_QUOTA_PERCENT der beantworteten Anrufe (nach Antwortzeit aufsteigend sortiert). Beachte: Stellen Sie als $SERVICE_QUOTA_PERCENT beispielsweise 80% ein, und Sie haben einen beantworteten und einen nicht beantworteten Anruf in der ACD Gruppe, so erscheint hier einen Strich, da nicht 80% der Anrufe beantwortet wurden! | Diese Spalte hat keine Summe. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Wert | Kommentar | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Quelle | AcdStatisticsPartB, StatisticsPartB (CACHE) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Query | DataCache_AcdGroups_TodaysStatisticsPartB.sql | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Eingrenzung | Für die angezeigte ACD Gruppe, nur abgeschlossene Anrufe. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bedeutung | Abgeschlossene Agentenanrufe, die der jeweiligen ACD Gruppe zugeordnet sind. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Überschrift | Bedeutung | Bedeutung Summenzeile | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Dauer (Agenten) Max. | Maximale Gesprächslänge der Agentengespräche ohne Whisper Transfer Zeit (nur für verbundene Gespräche) | Der Maximalwert der Spalte "Dauer (Agenten) Max.". | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Dauer (Agenten) Ø | Durchschnittliche Gesprächslänge der Agentengespräche ohne Whisper Transfer Zeit (nur für verbundene Gespräche) | Die Gesamtzeit der Agentenanrufe für die angezeigten Gruppen geteilt durch die Summe "Anrufe - Agenten". | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Agentenanrufe (↑•↓) | Anzahl der Anrufe an Agenten. Beachte - in dieser Spalte werden auch Weiterleitungen an Agenten gezählt. Diese Zahl kann durchaus größer als die Anzahl der Agentenanrufe im Bereich "Anrufe" sein. | Die Summe der Spalte "Agentenanrufe (↑•↓)". | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Agentenanrufe (↑) | Anzahl der Anrufe an Agenten, die durch eine Skill-Korrektur (Agentenstatus) einen höheren Skill als in der ACD Gruppe konfiguriert inne hatten. Beachte - in dieser Spalte werden auch Weiterleitungen an Agenten gezählt. Diese Zahl kann durchaus größer als die Anzahl der Agentenanrufe im Bereich "Anrufe" sein. | Die Summe der Spalte "Agentenanrufe (↑)". | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Agentenanrufe (•) | Anzahl der Anrufe an Agenten, die keine Skill-Korrektur durch Agentenstatus inne hatten. Beachte - in dieser Spalte werden auch Weiterleitungen an Agenten gezählt. Diese Zahl kann durchaus größer als die Anzahl der Agentenanrufe im Bereich "Anrufe" sein. | Die Summe der Spalte "Agentenanrufe (•)". | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Agentenanrufe (↓) | Anzahl der Anrufe an Agenten, die durch eine Skill-Korrektur (Agentenstatus) einen niedrigeren Skill als in der ACD Gruppe konfiguriert inne hatten. Beachte - in dieser Spalte werden auch Weiterleitungen an Agenten gezählt. Diese Zahl kann durchaus größer als die Anzahl der Agentenanrufe im Bereich "Anrufe" sein. | Die Summe der Spalte "Agentenanrufe (↓)". | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bearbeitungszeit Ø | Pro Anruf wird die Bearbeitungszeit gemessen:
Diese Zeit summiert über alle Anrufe und geteilt durch die Anzahl der erfolgreichen Agentenanrufe. Dies ergibt die durchschnittliche Bearbeitungszeit. | Die Summe der Bearbeitungszeit über alle Agentenanrufe geteilt durch die Summe "Anrufe - Agenten". | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Wert | Kommentar | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Quelle | AcdStatisticsLogin (CACHE) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Query | DataCache_AcdGroups_TodaysAgentLoginData.sql | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Eingrenzung | Für die jeweilige ACD Gruppe. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Bedeutung | Login / Logout Statistiken der Agenten. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Überschrift | Bedeutung | Bedeutung Summenzeile | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Auto-Logoff Gesamt | Anzahl der Agenten Auto-Logoffs in der jeweiligen ACD Gruppe weil der Gesamtzähler für verpasste Anrufe überschritten wurde. | Die Summe der Spalte "Auto-Logoff - Gesamt" | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Auto-Logoff Keine Antwort | Anzahl der Agenten Auto-Logoffs in der jeweiligen ACD Gruppe weil der Keine-Antwort Zähler für verpasste Anrufe überschritten wurde. | Die Summe der Spalte "Auto-Logoff - Keine Antwort" | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Auto-Logoff Besetzt | Anzahl der Agenten Auto-Logoffs in der jeweiligen ACD Gruppe weil der Besetzt-Antwort Zähler für verpasste Anrufe überschritten wurde. | Die Summe der Spalte "Auto-Logoff - Besetzt" | Auto-Logoff Zeitgesteuert | Anzahl der Agenten Auto-Logoffs in der jeweiligen ACD Gruppe die systembedingt durch die Zeitsteuerung für das Automatische Abmelden durchgeführt wurden. | Die Summe der Spalte "Auto-Logoff - Zeitgesteuert"