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

Add "all values" in an input multi selected input control


pioppogatto

Recommended Posts

I have a report in iReport 4.7.1 with a multi-selected input control, java.util.Collection mandatory, and the result of the query in JasperServer gives a lot of values. I'd like to insert in my input control a Check Box "All values" in order to select all the values and not selct them one by one.

Example: code for input_control

select A from Tab returns values: a, b, c, d, e .....

 

code for my query report

select * from tab where $X{IN, field, input_control}

 

Is it possible?

Link to comment
Share on other sites

  • Replies 1
  • 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...