Hello,
I've created an report using the locale packages. When I set the REPORT_LOCALE in iReport, or the via the regualr JasperServer web interface (... &reportLocale=en_EN ) everything works fine.
But when I want to use the rest_v2 Interface, passing the REPORT_LOCALE parameter is ignored. How can I handle this issue? Any suggestions for me?
Thanks,
Michael Schmuck
2 Answers:
Posted on April 9, 2013 at 8:42am
Here is an example on how I do this:
http://192.168.1.81:8080/jasperserver/rest_v2/reports/reports/tz_test.pd...userLocale=en_US&category_ids=4
However, I wanted to take this further and specify the time zone since a country may have multiple time zones.
Do you have any idea on how to achieve that?