I have a report with multiple parameters. Some of the parameters return huge amount of selection options. I would like to be able to have the first option to be ALL and it will select all of the items behind the scenes without physically selecting each item. We use input controls to drive the items available to select. Is this possible in JasperSoft either via Studio or the Server?
4 Answers:
Mariano,
How do you do that? I already have a multi-select query that brings in the results of the items I want to be able to select.
I just want to add in an option called ALL that would then be able to be selected and behind the scenes pull in all corresponding selections for that input control.
Must be a multi-select checkbox to allow select all, unselect all.
I know this is possible since 6.X version of Jasperserver. Before this i don't know.
Checkout this:
From my jaspersver. In spanish: Todo -> Select all, Ninguno -> Select none, Inverso -> Reverse
Mariano