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

ICM SQL QUERY FOR CALL RECEIVED

anupamrai
Level 1
Level 1

I am in need of a report detailing all calls received into call center for the duration of FY13

with as much data that can be retreived is appreciated, but minimum needed data points are as follows:

Date, Time, Call Direction, Calling Phone Number, Receiving Agent, Skill Group

4 Replies 4

How about you show us what you already have and then we will provide more details?

david

Thanks David for response.. I have a very basic SQL query of RCD but I am not able to see agent peripheral numbers, skill groups and agents ID after running this query.

Try querying Termination_Call_Detail, not Route_Call_Detail. That should have the details you're looking for.

-Jameson

-Jameson

Dear Anupma,

Try below query

select * from Termination_Call_Detail where DateTime between ''start date' and "end date"

you can refer the ICM DB schema for the field description.

Date Time format as 2013-09-22 00:00:00

hope above will serve your purpose.

Regards,

Shalid K.C

Rate usefull posts...

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: