12-07-2010 12:39 PM - edited 03-14-2019 07:01 AM
Hi All,
I'm seeing discrepancy in data pulled by two different reporting engines - Webview 8.x and CUIC 8.x. I have attached the screen shot of both highlighted in red. Basically I want to check HDS using SQL query analyzer to get the actual values stored in the DB, then compare it. I'm not quite sure on the query to run for the field "Service Level - Answered". Tried to find this out from ICM DB Schema handbook, but was not quite successful, or may be I was not searching for the right thing. Any help much appreciated.
Thanks in advance,
Subhrojyoti
12-07-2010 01:31 PM
It may be that the Webview report is pulling from the Half_Hour table and the CUIC report is pulling from the Interval table.
Try running queries with the same Date/Time and SkillTargetID to get:
Skill_Group_Half_Hour.ServiceLevelCallsToHalf
Skill_Group_Interval.ServiceLevelCalls
Also, see this note from the Schema Guide--
Note: The Skill_Group_Interval Table will be populate with 30/15 minute reporting data,depending on the Historical Reporting Interval setting for the PG. The Skill_Group_Half_HourTable will not be populated with this data.
12-07-2010 03:32 PM
From the WebView on-line help you can see exactly what column of what table is being displayed - or if there is a formula involving a number of columns, you can see that. You could easily determine the SQL query from the help.
In CUIS you can work down through the tool and see the actual SQL code (actually I have only worked with the full CUIS, not the "lite" version supplied as part of the 8.x line, and you sure can with the full CUIS).
Regards,
Geoff
12-15-2010 12:26 PM
Thanks everyone for your inputs.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide