Hello
How can one export Historical Queue report 15 min interval data to a separate CSV file for each interval for a whole week in the Genesys world
And select specific stats to be available.
eg
Date-13:00.csv
Date-13:15.csv
Date-13:30.csv
each file has something like this format..
Queue;Interval;CallVolume;ASA,AHT
Q1;13:00;4;5
Q2;13:00;2;1
do you use Business intelligence for historical report (for GIM), if you have it… its very easy , generate report for the day and drill with date raw first it will come with hour second it will come with 30 min third 15 min
Hi folks
Yes I can generate the report in the web interface..but what I am after is getting the csv files generated in the above mentioned format in separate files.. as I need this data for one month for example that has the break down for each days 15 min interval not sure how would u do this ..
This way pointed by cavagnaro would be the easiest one. That can be done in GI2 as well, but it would be a pain to do so. If you need help, I can guide you on how you on how you need to build the queries.
Actually is the “easiest” but also the dummiest…I always reject this kind of requests due creating an extra point of failure.
Actually you have a 3rd party tool that will import this export of a DB, the correct solution is your 3rd party app to connect directly to the DB and avoid middle solutions with possible errors.
Hi Cav
Yes agree in ideal situation then connecting to DB directly would be the way to go .. unfortunately we are under the mercy of 3rd party tool and how it works