06-03-2013 07:58 PM - edited 03-14-2019 11:49 AM
Does anyone have an sql query or know-how to build a query for UCCE for repeat calls. We are trying to build a 7 day, 30 repeat call report. Any help would be appreciated.
06-03-2013 10:52 PM
Probably i think you want to retrieve the ANI's where calls have count of 30, the below query will take the distinct ANI's and the Count they hit in the Route Call Detail Table.
SELECT DISTINCT (ANI), count(*) AS count
FROM Route_Call_Detail where DateTime
between '
Check whether this helps.
Regards,
Senthil
06-07-2013 06:16 AM
Thank you for the feedback. I will try it out today.
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