Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hey guys,Just wondering whether anyone has figured out a way to show what reports are using a particular report definition? So something like 'Show Dependency Records' in CUCM for example?The reason for asking is if I want to update a report defintio...
Hi Sahar and anyone else,Has anyone gotten this issue resolved? I'm having the same issue (version 9.0.1.10000-10 with the COP4 file installed).Try and add the Cisco Facebook fanpage, get the authorization page pop up, login to facebook using person...
Hi Purna,CUIC can definitely provide those kind of statistics. I suggest starting here https://developer.cisco.com/web/ccr/documentation which has Webview templates for CUIC which may help you.Some of the stock reports in CUIC may also provide you th...
Solved!!!SSH to the CUIC box and run the following commands:run sql select id, name from cuic_data:cuicreportdefinition run sql select name, reportdefinitionid from cuic_data:cuicreport Join the 2 bits of data together using the id and reportdefiniti...
Hi Sarah,No worries on the Relative Dates.The other question is a tad harder to answer but here goes.Basically for the agent summary you need to extract the data out of the historical tables (Something like Agent_Skill_Group_Half_Hour) and sum it to...
Hi Sarah,I believe what you are after is done in CUIC. It will be in the report definitions and dependent on the SQL query used.Are you using relative dates to allow the user to select options such as 'This Week', ' Last Week' etc?If so the query can...