Has anyone been able to create "custom" reports out of the IPOCC?
IPOCC custom reports
Collapse
X
-
I'm looking into Custom Reports myself. Within Avaya CCC we had the option of creating Custom Reports with Crystal Reports and with Avaya CCR through MS Report Builder 3.0. I understand how "custom" reporting works through the Avaya IPO CC interface. I am running 9.1 and need to be able to create statistics with custom formulas and indicators. What can be done to achieve this?
Comment
-
-
Originally posted by covar View PostWow, that sucks! Anyone at least knows how to change the default headers within the tables so I can put a name instead of the abbreviated variable name? For example: totNewCon, just so I can change it to Answered.
As for something like Crystal Reports, Qlikview, etc, the reporting engine is driven by the tr schema in the Postgres dbase, so you could probably connect to it with the Postgres ODBC driver and extract info. **NOTE: I have no idea if this would be sanctioned by Avaya or what it might do to future service requests.**
Comment
-
-
You can reach the Transaction database tables directly from a customers tools (like MS reporting), but you have to write all the queries, there are no predefined.
Check Avaya IP Office Contact Center Feature Description.pdf chapter 8. This will describe the different level of transaction table.
With the postgre admin user you can create readonly user for reporting.
NOTE: to connect to postgreSQL you need 32bit version of ODBC driver. The 64bit version will never connect!
Comment
-
Comment