UCCX 8.02 Menu Reporting

I have a menu setup that allow customers to chose between 4 menu options. If the customer presses 2 for Sales I have created a SET command in the script that SETs the variable Sales to a value of 2 to indicate what the customer selected. Then I added a SET ENTERPRISE CALL INFO that has under the General tab the following fields set Values - Sales, Names Call.PeripheralVariable1, Tokens All. When I pull a call variable report I show the selection the customers selected for call variable 1. What I am wondering is there a way using HR to get a total for the options selected or is that something another reporting software would have to provide, like crystal reports?

If you need to develop any custom reports for UCCX you need to write them i Crystal reports and you can have the HR expose them to the user, there is HR guide available with details on how to do that.
HTH,
Chris

Similar Messages

  • Function Security Menu Report in Oracle 11i -- URGENT NEED!

    Is there a way that I can run the Function Security Menu report in Oracle 11.5.10 for all responsibilities at the same time? We currently have 175 active responsibilities in the system.
    We also have to provide this info to auditors on a quarterly basis, and it would be great if I didn't have to run this report for each active responsibility. Is there any SQL Script avaliable for this?
    Any help would be very much appreciated?
    Thanks!
    FZ
    Edited by: 993391 on Mar 12, 2013 10:28 AM

    993391 wrote:
    Is there a way that I can run the Function Security Menu report in Oracle 11.5.10 for all responsibilities at the same time? We currently have 175 active responsibilities in the system.
    We also have to provide this info to auditors on a quarterly basis, and it would be great if I didn't have to run this report for each active responsibility. Did anyone wrote any custom queries to pull this information out for all responsibilities or any help would be very much appreciated? Have you checked the code in (Checking Functions Associated with a User Menu or a Responsibility [ID 948512.1])?
    Thanks,
    Hussein

  • Function Security Menu Report under SYSADMIN responsibility

    Friends -
    Using "Function Security Menu Report" i can able to find out what functions and menus are under particular responsibility.
    But we have nearly 100 responsibilities where i need to submit this requests more than 100 times.
    Is there any SQL Script avaliable for this.
    Please advise on this.
    Regards
    Satish

    Hussein -
    Thank you very much for quick response.
    I am looking for both Menu and Function is there is any SQL Query where i can execute in one report.
    Regards
    Satish

  • UCCX IVR Menu Reporting

    Hello! A while back, our Contact Center Supervisor asked if there was a way to pull reports on how many times a menu option on our IVR is pressed.
    We found a away using variables listed here:
    https://supportforums.cisco.com/discussion/11462656/reporting-question
    While that process does work, it is time consuming and tedious having to manually add the totals from the report.
    Has anyone else found a quicker way to compile this data? Is there possibly a 3rd party software that does this?
    Any help is greatly appreciated. Thanks.

    Hi James-
    I have typically done it using the method that you detailed, but obviously that is only useful to the individual call and not so great for seeing trends.  You could configure an external database integration and  write the information to a database and create reporting around that.  You could do something similar by using the some of the HTTP steps to build a URL, but this would. 
    Here are some good references for how to configure the Database Subsystem as well as how to use each of the Database steps or HTTP steps which would also require some development.
    Cisco Unified CCX Administration Guide, Release 9.0(2) (Provisioning of Database Subsystem section)
    Cisco Unified Contact Center Express Getting Started with Scripts, Release 9.0(1)
    Cisco Unified Contact Center Express Editor Step Reference Guide, Release 9.0(1)
    Thanks,
    DJ

  • UCCX 10.5 Historical Reporting

    All - has the Historical Reporting download been removed from UCCX 10.5, and been replaced with Cisco Unified Intelligence Center?  If so, how do I go about configuring supervisors to access reports?
    Thanks,
    Jaime

    Jaime,
    Yes, the historical reporting client has been depreciated in favor of CUIC. You will need to configure each supervisor with access to reporting just as before.
    The URL for CUIC is: https://uccx:8444/cuic/
    You may also access it via the menu: Tools --> Historical Reporting --> Reporting Configuration
    Regards,
    Tanner Ezell

  • UCCX Outbound Campaign(Preview) Reports

    Hi All.
    I am configuring outbound(preview) campaigns on UCCX 8.5SU3. Once the campain is done, is there any defult report in which I can see the status of each contact of the campaign such as successful, not dialed yet, invalid number etc?
    Many thanks in advance!
    Dhammike.

    Hi
    I'm afraid not - it should be feasible to create a custom report for this purpose though.
    Aaron

  • UCCX 10 CUIC Custom Report (using external data source)

    Hi.
    We have a customer where we are storing information in an external data source. We would like to built a report and import that report into their UCCX CUIC System in order for the customer to have the new report along side with the UCCX built-in reports. We need to add the external data source to CUIC but I'm not sure if the strip CUIC version of UCCX can allow that. Is that possible?
    I know that with CUIC Premium we can add third party data sources into the CUIC. The Premium CUIC NFR allows that and we can create the report but for it to work in UCCX we need to add the external data source to CUIC.
    What are my options? If any?
    Thanks in advanced,
    -Jose

    Hi Jose,
    You can basically build custom reports on a standalone CUIC server and import them to the CUIC on UCCX.
    But I am not sure if this datasource is continuously polling information from the DB and giving it to the report and if this is possible.
    Please refer to the link below for creating the custom reports on CUIC in UCCX:
    https://communities.cisco.com/docs/DOC-31936
    Regards,
    Arundeep

  • UCCX 7.x Historical Reporting Licensing

    Hi, is there a limit on the number of historical report users for UCCX 7.x?

    Yes. It depends on the MCS hardware and other sizing metrics. If you are a partner, you should run through the config/sizing tool to understand what value is acceptable. If not, ask your partner to do this before changing the value within System Parameters. HRC takes a significant toll on the server and setting this value carelessly can result in call processing interruptions.
    http://www.cisco.com/en/US/partner/prod/voicesw/networking_solutions_products_genericcontent0900aecd80710427.html

  • UCCX 8.5 - Custom reports (not using Crystal)

    I have a customer requesting a report of the calls per hour per agent...Say I go into the reporting system that I have setup and the person is able to select a date range and queue name, the output should show a series of tables (one for each day) that includes agent name, with the number of calls taken per hour....
    can anyone point me in the right direction of a sql statement that would querry the database to do so?

    Custom reporting on the UCCX platform can be a real chore, luckily if what you're doing is only a modification of an existing report you can create the new report with minimal hassle.
    UCCX primarily uses stored procedures to generating report data, the procedure name and variables it consumes are provided in the report defintions provided with the HRC client (check the installed directory). This is an XML file you can parse.
    From there, you may customize to your hearts content and display to whatever interface deemed appropriate.
    You may wish to consult both the UCCX Database Schema and Historical Reports developer guide for your partitcular version of UCCX.
    HTH,
    Tanner Ezell
    www.ctilogic.com

  • UCCX 9.x Historical reports

    Hi
    I am experiencing installing the Historical Reports Application on a server running Windows 2003.
    Even in compatability mode, the application fails with a message that it is not supported and that it has to be installed on Server 2000, Windows XP or Windows 7.
    UCCX Version 7 worked on this exact server without issues.
    I have tried doing a fresh install of version 9 and even an upgrade from 7 to 9, but both fail.
    thanks              

    Are you referring to Cisco Historical Reporting Client (HRC)?
    a) This is client (supervisor/manager) application and should be installed on their PC/laptop which is most likely running XP / 7
    b) Are you aware of the availability of CUIC in UCCX v9 onwards? That is something to explore and it will automatically elimate any OS dependencies since its web based
    Thanks!
    -JT-

  • Java Exception in Main/Menu/Reporting Tools/XML Publisher/Report Definition

    Hi ,
    One know this error :
    Java Exception: java.lang.NoSuchMethodError: oracle.xml.parser.schema.XSDBuilder.build(Ljava/io/InputStream;Ljava/net/URL;)Loracle/xml/parser/schema/XMLSchema;: during call of com.peoplesoft.pt.xmlpublisher.PSXPXsdUtils.getLevel0ColNames. (2,763) PSXPRPTDEFN_WRK.FUNCLIB.FieldFormula Name:GetBurstFieldValues PCPC:3211 Statement:48
    Called from:PSXPRPTDEFN_WRK.FUNCLIB.FieldFormula Name:SetBurstFieldValues Statement:81
    Called from:PSXPRPTDEFN_WRK.FUNCLIB.FieldFormula Name:LoadReportDefn Statement:660
    Called from:PSXPRPTDEFN_WRK.FUNCLIB.FieldFormula Name:SelectReportDefn Statement:744
    Called from:PSXPRPTDEFN.GBL.PostBuild Statement:36 The noted Java error was thrown during a call of the given method.
    It's if i Add a New Value in the report definition (Peoplesoft 8.5 , CRM ) : No customization in this
    Thanks in advance..

    Judging by the error, it looks like the xsd can not be constructed.
    I would start of by checking if the target location is defined in the Intergration Broker.
    PeopleBooks > PeopleTools 8.52: PeopleSoft Integration Broker Administration > Configuring PeopleSoft Integration Broker for Handling Services > Using the Target Locations Page to Set Target Locations for Services
    http://docs.oracle.com/cd/E28394_01/pt852pbh1/eng/psbooks/tiba/book.htm?File=tiba/htm/tiba08.htm#H3007

  • UCCX 8.5 - Historical Reports - Traffic Analysis report and Application Performance Analysis report different calls presented

    Hi,
    Please Advice.
    When I compare Traffic Analysis report and Application report, Calls presented are not same. Please Help !
    Also attached herwith the reports

    Mohammed,
    It is common, in many of the Cisco Express 8.5 environments we have looked at, for the Total Incoming Calls given on a Traffic Analysis report to be a higher number than an Application Report.
    The Traffic Analysis Report counts every unique sessionID (unique call) that is inbound (contact type of 1).  The Application Reports do a similar thing but qualify (filter) only the records that have an application assigned.
    There are simply times where inbound calls have been directed to an "agent" without having an applicaiton assigned.
    The best thing the reporting user can do is to run a query on his or her database such as: 
         select * from ContactCallDetail where contactType=1and startDateTime > '2012-11-16 10:00:00' and startDateTime < '2012-11-16 11:00:00';
    Usually when an application is not assigned to the record in the ContactCallDetail table it is because the destination type is equal to 1, which is an 'Agent' instead of a 'route point'.
    So if you modify your select statement to filter by destinationType, you can quickly find the records that don't have the application assigned. 
    Example:  select * from ContactCallDetail where contactType = 1 and destinationType = 1 and startDateTime > '2012-11-16 10:00:00 and startDateTime < 2012-11-16 11:00:00';
    When you look at these records, you will see the agent that took the call from the destinationID field.  The number in that field should match up with the field called 'resourceID' in a table called 'resouce';
         Example:  select * from resource where resouce=6011; where 6011 was the number you found in the destinationID field.
    If there is still confusion about the source of the call - then talk to that agent and find out what is was.
    Good Luck and let me know if you need further help.
    Ron Reif
    [email protected]

  • UCCX 5 HA Historical Reports: Footer message

    We have some users complaining thta they are shown this message on their reports:
    "This report might not include complete data for calls received after [date] [time]."
    All reports for the day after the date/time shown, display this message.
    According to the documentation we should just wait a few minutes and it will go away. It does not.
    I cannot find any problem with the database sync and the users are pointing the reporting client at the Publisher.
    Any ideas?
    Tks.

    Hi,
    I have the exact same issue. But only when the user generate the reports for the current day.
    The message displays "This report might not include complete data for calls received after" with yesterday's date/time.
    I can understand that we have two servers and the data needs to be replicated. But why this happens at a specific time each day. Is there a way we can change this scheduled replication time?
    Thanks,

  • UCCX 7.0 historical report for afterhours callcenter

    We have a UCCX7.0 deployment with a CallCenter that closes at 6:00 PM and open the next day at 7:00AM. Customer wants to get a report of how many calls are they getting after business hours. I know I can get this report in a daily base but is any way to get this info for a whole month instead of running the report 30 times individually?
    Thanks,
    Oscar

    Hi
    The three ways I can think of getting this would be:
    1) Assuming that you are not sending your out-of-hours calls to the CSQs, you could run the 'Application Performance Analysis' report for the month, then run one of the 'Contact Service Queue' reports to see how many calls go to the queue. The number of calls presented to the application minus the number presented to the CSQ would be the number of calls that are out of hours (assuming there are no other branches the call may go down which result in calls not reaching the CSQ).
    2) Run a detailed call-by-call ccdr report for the entire period;  export to Excel and then use Excel or Access to filter out the  dates/times that you aren't interested in.
    3) Write a custom report/stored procedure based on the canned reports that filters out the in-hours times.
    Regards
    Aaron
    Please rate helpful posts..

  • UCCX 7.01 Historical Reporting

    Need a little help on formatting HR reports. My customer exports the icd_agent_state_detail_chart_en_us and the agents names are all overlapping and jumbled up. How can I fix this.

    You'll need the Crystal Reports XI Developer suite (you can get a 30 day free trial). Once you have it you can modify the .rpt files to adjust spacing as desired.

Maybe you are looking for

  • SAP Log on into Business Objects server not working (Error FWB 00014)

    Hello, I recently installed Business Objects XI 3.1 Edge series, I am able to logon to enterprise and everything is working fine. I am even able to import roles from SAP system but I have two problems. 1. Logging on to enterprise using SAP user: I am

  • In Mail:  how do I mark prior emails as read.

    Aside from opening them one at a time, how can I mark prior emails as "read" in one or two steps? Thanks!

  • Support for generic classes

    hi, i m using creator 2 update 1, it does not support generic classes. it says use source 1.5 for generic classes. please tell me how to solve this problem thank you

  • Flickering after export

    Hi, i have some flickering troubles after export in several videos i made. These videos are quite easy, short and with a few effects. Generally they are made with ten video tracks and only 1 audio track. These flickerings appear randomly in the video

  • Java Applets with AS

    I am developing a web-based application using JDeveloper. when i test the application in JDeveloper it goes OK.. but when testing it in Internet Explorer it can't connect to the oracleDB. should i use Oracle Application Server to make it work ok or W