Jump to content
We've recently updated our Privacy Statement, available here ×

calendar + REPORT_LOCALE parameter makes read fields Error:null


roosit

Recommended Posts

 

if i create a calendar parameter, like this:

Calendar.getInstance($P{TZ},$P{REPORT_LOCALE})

or even like this:

Calendar.getInstance($P{TZ}, new java.util.Locale(($P{REPORT_LOCALE}==null)?"en":"en", "GB"))

properties -> edit query -> read fields -> results in Error:null

If i only change in the report the calendar parameter to

Calendar.getInstance($P{TZ}, new java.util.Locale("en", "GB"))

Everything is working correctly.

 

 

 

 

 

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...