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

Parameter to subreport


mnf59

Recommended Posts

Hi all, i'm very new to jasper report and Ireport too, i need to solve a problem. I'm working on a subreport that has to execute a query with a between condition and the min and max values should come from a query in the master report. I've followed the help so i've created parameters in the subreport definition with name MIN1 MAX1 and default value $F{MIN1} and $F{MAX1},

then in the subreport query i've inserted

 

where CCF_ID between to_number (${LMIN1}) and to_number(${LMAX1})

 

and created 2 new parameters.But i've an error about Token sql92 not supported when i try to save the query.

Without the where condition the report works fine.

Where is my error ?

Thanks.

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

  • 1 year later...
  • 4 years later...

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