cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
798
Views
0
Helpful
4
Replies

UCCE-CUIC report customization tool

khaled-fahmy
Level 1
Level 1

what are the ways to customize reports & is there a tool that simplifies customizing reports

4 Replies 4

armaan.rakha
Level 1
Level 1

Following is the link for UCCE Database Schema: https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cust_contact/contact_center/icm_enterprise/icm_enterprise_11_6_1/Reference/Guide/ucce_b_database-schema-handbook-for-cisco.html

that provides the use and meaning of fields in UCCE Database.

 

Please have a look using the same we have to write sql queries matching our requirements, then create custom reports in CUIC using report definition. 

Andrew West
Level 4
Level 4

Their are a few different ways to do this.. 

 

Custom SQL in CUIC. 

 

Their are ecosystem companies\partners\VARs that do this.

 

If you really wanted to customize the data you could feed your AWDB\HDS to a shadow or copy database then query against that copy DB to create your own reports and dashboards if you dont want to use CUIC. Along those same lines a strict Read Only account and firm control of who can run what types of queries against what and when can technically be done. It is important to note that everything in this specific last paragraph could have horrible and environment breaking impacts on your call center let alone not being supported by CIsco or TAC and is not in anyway something I am suggesting. 

 

The point being what CUIC is doing is querying a SQL DB and wrapping, along with a few other things obviously, it in a UI so any of the normal ways you can create reports against a SQL DB are also an option. 

 

 

Hi Khaled,

If you are looking for UCCE - CUIC based reports, we can offer you range of reports which can be used and if you have any custom report, then we can customize as well.

if you are interested, you can reach me at prasana@commsouth.com

Regards,

Prasana Kumar

+91-9841027006

Regards, Prasana Kumar.P +919841027006

geoff
Level 10
Level 10

@khaled-fahmy wrote:

what are the ways to customize reports & is there a tool that simplifies customizing reports


Not really. The "tool" is CUIC itself.

 

Customizing reports is really changing the "View" - removing fields, adding missing fields, renaming, resizing, formatting, adding thresholds and so on. Not that hard; but it takes a bit of fiddling and trial and error.

 

But what normally happens is you can't get to where you want to go because the SQL query does not do what you want or expose the fields that you need.

 

Now you are on a totally different train. Now you need your T-SQL skills, a deep understanding of the schema, and a fairly decent insight into the day to day running of  a contact center.

 

If you can create a T-SQL query to show the data you need, you can certainly create a Report Definition from that and abstract the inputs through the Value Lists making it have a wider application. It's hard to show you though - you simply have to try and fail, and try and fail and get up again and try once more.

 

If you don't know your SQL and don't want to learn, then buy services from someone else. It's a very steep hill to climb. It's not rocket science, but it may seem that way to a novice.

 

Regards,

Geoff