Author Topic: The year is not available in some reports  (Read 3465 times)

tonils

  • Jr. Member
  • **
  • Posts: 54
  • Karma: 0
    • View Profile
    • Email
The year is not available in some reports
« on: January 13, 2010, 08:07:15 »
Hi

One of our clients use this interface to feed certain data (XML_RPC_Value("DetailsDO.CallsOK"), XML_RPC_Value("DetailsDO.CallsKO"), XML_RPC_Value("DetailsDO.AgentSessions")) into a data warehouse. A prolem occurrs when we run a report that spans the end of the year. As the year does not appear to be provided, we have to infer the year and sometimes get this wrong which messes up the data in the data warehouse.

Would it be possible to provide a full date in a future release?

Tony

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: The year is not available in some reports
« Reply #1 on: January 13, 2010, 10:46:56 »
We left it out to save screen space, as this is usually not needed.

Here is what you can do: edit the queuemetrics_en_US.properties configuration file that you find under WEB-INF/LIntl/ and change the:

Code: [Select]
dateformat_completeshort=MM/dd - HH:mm:ss
To add the year, as of

Code: [Select]
dateformat_completeshort=yyyy/MM/dd - HH:mm:ss

This should show the year as well.

Restart everything (QueueMetrics and the browser) to have it picked up.


tonils

  • Jr. Member
  • **
  • Posts: 54
  • Karma: 0
    • View Profile
    • Email
Re: The year is not available in some reports
« Reply #2 on: January 13, 2010, 11:20:37 »
Fantastic!

Thanks for the help

Tony

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: The year is not available in some reports
« Reply #3 on: January 15, 2010, 09:29:29 »
 ;D