Jump to content

iReport gives null values when there is valid data in the related parameter


Recommended Posts

Hello,

I'm using the parameter dateExtKa61 to send data from Java to iReport. Although no apparent mistake was found, when the application is executed, the report always returns null values. Even when there is valid data.

 

During debug I have checked for the values bellow:
ka00.getKa00e1DTO().getDateExt() which is "10/04/2013 09:54"
girBudget.get("dateExtKa61").toString() which is <error(s)_during_the_evaluation>


Then command bellow have runned:
girBudget.put("dateExtKa61", ka00.getKa00e1DTO().getDateExt());


Finally, I have checked for the second value again:
girBudget.get("dateExtKa61").toString() which is "10/04/2013 09:54"
 

 

Is it possible to have a problem with the report?

Best regards!

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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...