UCCX 7: Report on agent service level

Hi all,
Typically we would measure the service level based on a CSQ. Would it be possible to measure it on the agent level? For example, the number of calls answered before/after service level by the agent. I guessing the CCD table would be capturing this.
Any ideas? Thanks!
-JT-

Calculating SL is something that you calculate at the "Group Level".  The reason you do not calculate at the Agent Level is because an agent in the group has no control over which call in queue they are going to end up answering.  The queue is typically a FIFO queue.  An agent is typically going through a cycle of:
1)     being in Ready State
2)     ACD sending them the next call
3)     finishing the call and going into Work State
4)     go back to Ready State
Since the agent has no control over which customers they end up talking to, then appraising an Agent is done with other metrics such as Average Talk Time, Average Work Time, Time in productive states (such as Ready and Talking on a call), correct phone usuage etc.
I hope that this helps.
Ron Reif
SMSI
[email protected]

Similar Messages

  • UCCX printable reports for Contact Service Queues displaying old data

    Hello,
    Does anyone know how to remove old data from the printable reports? I am trying to view all users listed under specific CSQs and it returns old data of users that are no longer in our system.
    -Ben

    Walter,
    Thanks for the suggestions. We are running version 8.5.1.11002-22. I strictly deal with the UCCX side of things and spoke with the CUCM admin. He advised that the extension is still active because we are forwarding all of the calls for now. Once he removes it I am sure that the name will disappear from the printable reports. If it does not disappear, you will see me posting again.
    Thanks Walter.
    -Ben

  • Route calls to two different CSQs, but show single set of Service Level stats on report

    We have a single node UCCX 9.0.2 Premium environment to handle our ACD operations.  Our agents take inbound customer service, claims and sales calls for a few dozen of our clients.  All of these calls are currently taken by the same two teams of people regardless of which client it is for, with the sales calls going to one team and the customer service and claims calls going to the other team.  There is a Sales CSQ and Skill for each client, and a Customer Service CSQ and Skill for each client.  Currently the caller is presented with a menu giving two options...press 1 for customer service, press 2 for sales.
    What we are looking at doing is adding a third prompt specifically for claims.  Claims issues are handled by the Customer Service team, but only certain members of the team.  Obviously I can create a new CSQ and Skill for Claims for each client, then have the new prompt route to the CSQ for Claims.
    The challenging part is the reporting for this.  We have to report Service Level statistics for Customer Service calls (but not sales) for each client, to show whether or not we're meeting the service level agreement requirements.  The splitting out of claims calls to be handled by specific people is something being requested by our internal management, not the client.  But as far as the client is concerned those are customer service calls, they would count toward our customer service SLA, and they expect to see a single SLA statistic reported.
    I know that it's only possible to add multiple skills to a CSQ and force agent selection based on a specific skill in CCE (not available in CCX).  But is there any way to script my way around this to get the same end result, and have the reporting data still reflect a single set of CSQ service level stats?

    Thanks Aaron.  We're running HRC right now, but I've been dying to switch us to the version of CUIC that's built in to CCX for quite a while and it appears I may be able to do so soon.  I'm hoping to utilize some of the additional flexibility of the saved reporting templates in CUIC to massage the data formatting as needed.
    CUIC Premium is something our management will be considering, but I'm anticipating the license for it being very expensive and probably causing them to eliminate it as an option.  Unfortunately I haven't been able to get my hands on a demo copy of it to try to "sell" it to them either.
    Thanks again for your help Aaron.

  • "Service Level" defined for UCCX v8.5

                       One of my Service Desk Chief's are asking how Service Level is DEFINED. From the UCCX Administration Guide it states that Service Level is "the target maximum number of seconds a call is queued before it is connected to an agent". IF we are reading this correctly then the calculation DOES NOT START until after it is placed into the appropriate CSQ (since this is where the metric is located, would make sense). IF that be the case, then the time from when the call first enters the IVR/menu of the UCCX until the caller selects the appropriate option/CSQ is NOT counted in this time?
    Therefore, only the time from whence the caller enters the CSQ wait until the time the call is presented to a Service Desk agent is counted (in seconds).
    Please let me know if this is correct?
    Thanks!
    George Y

    Hi,
    yes, it's correct. The Service Level timer is started when the call enters the CSQ.
    There's a number of resources discussing various aspects of call center metrics, but the key is: the time the customer spends listening to the IVR menu and choosing what to do is the customer's time, this cannot be influenced by the call center configuration. What can be influenced is the time the customer spends in the queue (starting from the moment the customer makes up his/her mind and chooses an IVR option to the point the agent picks up the phone, or the customer hangs up).
    This is the reason why the Service Level calculation takes only the number of seconds spent in the queue.
    Check out the Historical Reporting Guide for your UCCX version for more details about the other columns.
    G.

  • Service levels in UCCX- include IVR time?

    I`ve been asked a question regarding Service Levels. Within UCCX the levels are set so if the service level is 10 and the % is set to 25% then we expect 25% of  calls to be answered within 10secs however if you have IVR, option 1, press 2 etc should you not take into account any IVR. When I worked on Nortel Symposium you created sub scripts so when running Service Levels the actual script you report on was only used to offer the call to the Skill Set and was not configured with any  IVR options so it was the service level- what are the options in UCCX do we add the IVR prompt so if the prompt is 10 sec long we would in the above situation make the Service Level 20 sec to give a true picture?
    thanks

    You should create a proof script, and tell us what you found out.
    Here's an example:
    startacceptdelay(15000)select resource     connected          end     queued          delay(30000)terminateend
    Set your SLA to 10 seconds and 100%, then call this script with a ready agent.  Now run a report and see if you made the SLA.  If you made the SLA, that means you handled the call within 10 seconds, which also means, the time before the "select resource" step is not a part of the SLA.
    Take it one step further:  is the time the call is ringing on the Agent's phone a part of the SLA?  i.e., RNA timer is 10 sec. and SLA is 5 sec.

  • *** Service Level for CSQ for Dialer Calls - UCCX ***

    Hi - Service Level and percentage is applicable for CSQ which is assigned for Campaign in Agent Preview, Does it reflect in CSQ based reports.

    Hi,
    yes, that's correct. Even if you change the Service Level interval from 20 to 30 on your CallTypes, it won't change too much in the data that has already been aggregated (grouped), ie you can't alter history.
    What I would do is just export all rows from the Termination_Call_Detail table (if available at all for that period), filter CallTypes I want to check and then split the result into two tables: one table will hold the calls abandoned within the IVR , and the second table will contain the calls answered by agents (you can filter them by PeripheralID and CallDisposition).
    And then just take a look at the Duration and the NetQTime values.
    I know it's sort of a poor man's way of doing things but this is the only thing I could think of in this situation.
    G.

  • Not able to generate UCCX Historical Report of one agent

    Dear All,
    I am not able to generate the UCCX Historical report of the agent as the Historical reports of the agent is generating upto the Feburary 2013 but we are not able to view the Historical Report of March 2013 and onwards, the realtime reports are generating and the agent name is added to the Active Directory only once, help is required in this regard.
    Best Regards,
    Durraze Khan

    Rajesh,
    Put a breakpoint and try to debug the report step by step.
    You will findout the reason very easily.
    Whenever you have a select and are trying to append into an internal table, keep checking your internal table if it is been populated with the correct records.
    This way, you will findout the cause and can correct is accordingly.
    Thanks,
    Suresh Ganti

  • How to configure Service Level Reporting???

    Hi All,
    I have to configure Service Lever Reporing (SLR) on my solution manager for managed systems. Can any one please help me in configuring it? A Step-by-step explanation will be a great help.
    Waiting for your kind responses.
    Regards,
    Faisal

    Hi Jared,
    Thanks for sharing the link. I have gone through the link.
    However, when I edit the "Setup Service Level Reporting" by click the link under "Solution Monitoring->Service Level Reporting" under "Operations Setup", I could get the screen where in I found the below details:
    1. Setup SL Reporting (On the left Pane)
    2. Variants Administration (under the above head tree)
    On the right pane, I could find:
    1. Name
    2. Type
    3. Weeday of Processing
    4. Active
    5. Date of Next Report
    I could successfully give the above details and saved it. However, I dont see any provision for seleting the system SIDs as mentioned in the help.sap.com site proposed by you.
    May you help me in selecting the System SID for which I need to declare SLR?
    Regards,
    Syed

  • Solution and Service level Reporting in Solution Manager

    Hi All,
    I have got some requirement , can anyone please provide me the link/blog regarding Solution and Service level Reporting.
    Thanks,
    vk

    Hi,
    got confused since previous you said it was enterprise service report,
    https://websmp207.sap-ag.de/~form/sapnet?_SCENARIO=01100035870000000202&_SHORTKEY=01100035870000742027&_OBJECT=011000358700000999072011E
    the Following SAP notes
    https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1442799
    https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1250529
    https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1391968
    Thanks
    Jansi

  • Report Subscription by email error - The SQL Agent service is not running

    Hello All,
    This may be an easy answer, so please excuse my ignorance if I am overlooking something simple. I a simply trying to setup Report Subscriptions to be emailed to me. We currently have essentially 3 servers in use in our environment - a CAS, a Site server
    and a SQL 2012.
    I have configured the email settings in Reporting Services Configuration Manager on the Site server and was finally able to see the email option in the Create Subscription Wizard, but it errors out with:
    System.Web.Services.Protocols.SoapException: The SQL Agent service is not running. This operation requires the SQL Agent service. ---> Microsoft.ReportingServices.Diagnostics.Utilities.SchedulerNotRespondingException: The SQL Agent service is not running.
    This operation requires the SQL Agent service.   at Microsoft.ReportingServices.Library.ReportingService2005Impl.CreateSubscription(String Report, ExtensionSettings ExtensionSettings, Boolean isDataDriven, DataRetrievalPlan DataRetrievalPlan, String
    Description, String EventType, String MatchData, ParameterValueOrFieldReference[] Parameters, Guid batchId, String& SubscriptionID)   at Microsoft.ReportingServices.WebServer.ReportingService2005.CreateSubscription(String Report, ExtensionSettings
    ExtensionSettings, String Description, String EventType, String MatchData, ParameterValue[] Parameters, String& SubscriptionID)
    We do not have SQL installed locally, therefore it makes sense that the Agent service is not running. How do I subscribe to alerts in SCCM without a local installation of SQL?
    -Brad

    I am positive - see screenshots below of services on the SQL server:
    Yes, reports work perfectly otherwise... Just cannot subscribe.
    -Brad

  • Is there any report for service level agreement monitoring?

    Regards,
    Lament

    Hello
    To configure the SLR Report, goto transaction DSMOP or DSWP
    in soution overview, choose your system (i'm suposing you already configured monitoring for your system)
    goto tab Solution Monitoring, choose operations setup on the left, and Service level reporting on the right.
    there you can activate service level reporting, and customize your report.
    If you need more help, let me know.
    Regards
    Geert

  • Layout Service Level Report

    Hi together,
    does anyone know, how to change the Layout of the Office-Document the Service Level Reports generated by the Solutionmanager? I know how to change the Fooder and Header, but what do I have to do to change e.g. the SAP Logo to the Logo of my company? Is it possible to change the Word Master Document?
    Does anyone know?
    Best regards
       Thomas

    Hello Thomas,
    You can customize the SLR front page.
    You can customize the header and footer, and since the SAP Logo is part of the report header, you should be able to replace it with your company logo. Please visit this link for more details [Customizing SLR FrontPage|https://websmp208.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700000598892010E].
    Please check the PDF at this location because I beleive it fully answers your question.
    You should specifically look at "2.2 Customizing Step by Step - 2.2.2 General Settings - Coverpage".
    Regards,
    Paul

  • Service Level Report values not matching to Service Level Dashboard v 2.0 values

    Hi Experts,
    We have installed SLD v2 on a development SQL server along with WSS 3.0. The SLD is pointed to the SCOM datawarehouseDB to collect the information to have it up in the dials.
    We have SCOM 2007 R2 who's OpsMgrDB and OpsMgrDWDB are hosted on a SQL 2008 R2 instance.
    I have created the Distributed application and added 3 Service level Tracking to it. 
    Availibility
    Processor Utilization
    Memory Utilization
    The problem here i am facing is that the values in the dials on the SLD Home sites do not match with the values i get when i run the report for  Service Level Tracking Summary under reporting tab in Ops
    Console.
    What could be probable reason for this ?
    Regards,
    Prajul

    Hello,
    Here are some articles related to this issue. Hope they are helpful.
    Running a Service Level Tracking Report
    http://technet.microsoft.com/en-us/library/hh212726.aspx
    Generating a Service Level Tracking Report
    http://technet.microsoft.com/en-us/library/dd441422.aspx
    The Service Level Tracking Summary Report in System Center Operations Manager 2007 may be empty if TODAY is not selected for the TO date
    http://support.microsoft.com/kb/2567404/en-us
    Best regards,
    Sophia Sun
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • UCCX Historical Reports Not Accurately Filtered by Agent Name

    Hello, we're having an odd problem when running our historical reports.  When we filter a report by Agent Name only a couple of agents have any records.  However when we filter the same report by skill or CSQ name the records for all agents are present, leading me to think that the records are not being tagged properly somewhere in the database.  Has anyone seen this before or have any suggestions for resolving this? 
    For an example, if I run the Agent Call Summary report and filter by all of my agent names, I only get records for 3 people during the reporting period.  If I filter based on CSQ name I get records for all 25 agents.
    We are using UCCX version 8.02

    I'm also having agents show in the filter list that are no longer in the system, and in at least one case reports filtered by a skill report an agent who is not assigned to that skill anymore.  Are these symptoms a result of configuration in some way?  I'm starting to feel like the reporting is buggy in this release.

  • Service Level Tracking Reports show no data from the data warehouse db.

    Hi, I have some Service Level Tracking reports that will only show data from the last few days.  If I select last month as the time frame, there is no data displayed.  All of these reports have previously worked fine.  Nothing to my knowledge
    has changed, and it appears that the data is still being collected in the data warehouse database.  Any thoughts would be greatly appreciated.

    Is this meant for SCOM forum
    https://social.technet.microsoft.com/Forums/systemcenter/en-US/home?category=systemcenteroperationsmanager
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

Maybe you are looking for

  • Ipod Nano sync songs but when play song it stops

    HI, When I listen to the song in Itunes the whole song plays well. Once I sync the nano the same song plays for a few seconds and stops. Can anyone help me with this? What can I do to fix it?

  • How to run a "exe" file that is residing in application server.

    Hi, I have a requirement in which a .exe (Windows executive) file needs to be run through code, which is residing in the application server. That exe file is nothing but a pdf-excel converter that will convert a pdf file to excel. The corresponding p

  • Timecode not displaying when using QTSS

    Hi, I have timecode selected on some of my QT's but when I play them via the QTSS it does not get displayed. If I play them locally i can see the timecode. Have I missed something silly?

  • Need help regarding CATS

    How to include the long text field present in CAT2 in a report.?The user wants atleast 150-200 characters of long text which was entered to appear in a report to avoid truncation of characters..

  • MBSA 2.3 is unable to scan a remote machine

    Hello Experts I am trying to scan a cloud image machine (in a workgroup) from my machine at office. Traffic is allowed through firewalls and windows firewall is disabled on both source/targets. I  am getting this error : Computer has an older version