03-25-2013 01:53 PM - edited 03-14-2019 11:27 AM
Hi All,
During our initial phase of deployment to CUIC reporting tool we want to offer similar features to our team to ensure smoother transition. However, I'm seeing discrepancy in data pulled by two different reporting engines - Webview 7.5 and CUIC 8.x. I have attached the screen shot of both highlighted in red.
Details:
CUIC/WebView Report: caltyp24_Call Type Real Time All Fields;
Version of CUIC: 8.5(4) build 1 (8_5_4_10000_99);
ICM Version: Release 7.5.1.0, Build 23684;
Column with Discrepancy: Service level today.
Any help much appreciated.
Thanks in advance,
Ramchand
Solved! Go to Solution.
03-26-2013 06:44 AM
Using Webview help you can figure out the SQL columns and query the data in the field in question is coming from.
For CUIC, yiu can do the same by clicking on SQL.
Compare and see what columns/ query/ formula the report is using for this field.
03-26-2013 06:44 AM
Using Webview help you can figure out the SQL columns and query the data in the field in question is coming from.
For CUIC, yiu can do the same by clicking on SQL.
Compare and see what columns/ query/ formula the report is using for this field.
03-26-2013 02:12 PM
Thanks very much for responding so quickly Kartik. The data is pulled from the ServiceLevelToday column in Call_Type_Real_Time table. Here is the query; I have truncated some columns for brevity:
SELECT Call_Type.EnterpriseName,
Call_Type_Real_Time.CallTypeID,
…,
Call_Type_Real_Time.ServiceLevelCallsToday,
Call_Type_Real_Time.ServiceLevelToday,
Call_Type_Real_Time.TalkTimeToday,
…,
Call_Type_Real_Time.ReturnReleaseHalf,
RouterCallsAbandToAgentTo5 = Call_Type_Real_Time.RouterCallsAbandToAgentTo5,
RouterCallsAbandToAgentHalf = Call_Type_Real_Time.RouterCallsAbandToAgentHalf,
…
CallsAtVRUNow = Call_Type_Real_Time.CallsAtVRUNow,
CallsAtAgentNow = Call_Type_Real_Time.CallsAtAgentNow
FROM Call_Type, Call_Type_Real_Time
where Call_Type.CallTypeID = Call_Type_Real_Time.CallTypeID
Order BY Call_Type.EnterpriseName, Call_Type_Real_Time.DateTime
We used the templates through CDN that mimic the real time and historic reports from Web View. This is the only real time report where we noticed the discrepancy in service level today column. We have the Standard CUIC license so I am unable to verify the report definition through CUIC. However, I should assume that both reports are referring to the same columns and tables. Do we have any alternatives? Please suggest…thanks
04-01-2013 12:15 PM
I would like to know if someone can update the report definition, excluding fields in conflict, from the CallType_24_Differences document and post to this forum, I appreciate it.
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