" /> How to export Historical Queue report 15 min to a separate CSV file - Genesys CTI User Forum

Author Topic: How to export Historical Queue report 15 min to a separate CSV file  (Read 2719 times)

Offline codebug

  • Newbie
  • *
  • Posts: 16
  • Karma: 0
Advertisement
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

any pointers where to start would be appreciated :)

CB



Offline Tambo

  • Sr. Member
  • ****
  • Posts: 456
  • Karma: 5
from what ??

ccpulse, icon, gim, pulse

Offline codebug

  • Newbie
  • *
  • Posts: 16
  • Karma: 0
Hi Tambo
would be in GIM/icon

CB

Offline Noufal

  • Full Member
  • ***
  • Posts: 106
  • Karma: -6
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
« Last Edit: May 03, 2018, 07:13:10 AM by Noufal »

Offline Tambo

  • Sr. Member
  • ****
  • Posts: 456
  • Karma: 5
if you're using GI2 as Noufal says then there shouldn't be any issues, or are you just wanting an export straight out from GIM?

Offline codebug

  • Newbie
  • *
  • Posts: 16
  • Karma: 0
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 ..

CB

Sent from my SM-G925I using Tapatalk


Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Do a job in sql to export to csv.

Enviado de meu E6633 usando o Tapatalk


Offline hsujdik

  • Hero Member
  • *****
  • Posts: 541
  • Karma: 30
[quote author=cavagnaro link=topic=10962.msg49808#msg49808 date=1525351260]
Do a job in sql to export to csv.

Enviado de meu E6633 usando o Tapatalk


[/quote]

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.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
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.

Enviado de meu E6633 usando o Tapatalk


Offline codebug

  • Newbie
  • *
  • Posts: 16
  • Karma: 0
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

CB

Sent from my SM-G925I using Tapatalk


Offline codebug

  • Newbie
  • *
  • Posts: 16
  • Karma: 0
[quote author=hsujdik link=topic=10962.msg49811#msg49811 date=1525355774]
[quote author=cavagnaro link=topic=10962.msg49808#msg49808 date=1525351260]
Do a job in sql to export to csv.

Enviado de meu E6633 usando o Tapatalk


[/quote]

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.
[/quote]Would be awesome if u can help me ..what would query look like

CB

Sent from my SM-G925I using Tapatalk