Author Topic: How to Customize Today's Report on Call Statistics  (Read 4460 times)

stephen

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
    • View Profile
How to Customize Today's Report on Call Statistics
« on: May 21, 2008, 09:54:09 »
Hi,

I manage to write a simple JSP to display Total Answered Calls and Total UnAnswered Calls in one page using jsp. But the display of the number is too small . I am using T.render(). This is the code which I used

 T = doOk.dispatch( CallOkDO.ANSWERED_CALLS_BY_QUEUE );
    out.println(T.render());

Is there a way to customized the HTML display ? (to make the number display in a larger font?)

Thanks,
Stephen

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: How to Customize Today's Report on Call Statistics
« Reply #1 on: May 21, 2008, 11:31:35 »
No you shoud not change the JSP, as you have no way to port those changes between versions.
Way better would be to use the XML-RPC interface, query data out of QM that way, and write your own reports.
Or if you just need larger fonts, edit  the CSS files directly!