Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
How do I add check box to hide the data set rows in BIRT report?
Sachin_K
Hi,
I created Master and detailed report. In Master report I have hyperlink to Detailed report. When User clicks on hyperlink in master report, the detailed report asks for parameter (start date and end date) and detailed report displays the bar chart for the selected date range and data set rows (date in 1st column and values in 2nd column).
I would like to add a check box on parameter window (it will be checked by default) so that user can uncheck this check box to not to display the data set rows (data set table). Any suggestions?
Thanks.
Sachin
Find more posts tagged with
Comments
Virgil Dodson
Hi Sachin, you can create a boolean parameter on your detail report... and then use that parameter along with the Visibility property on the table to show/hide based on what the user has checked.
Sachin_K
HI Virgil,
Thanks a lot. It worked.