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)
Drop a Table Based on a Report Parameter
mwilliams
Simple example report showing how to drop a table based on a user entered parameter.<br />
<br />
This report contains two tables, a customer table and an employee table. The tables are named "Customer" and "Employee" in the property editor. The user selects which table they'd like to see in the parameter screen. This parameter's value is checked in the beforeFactory script of the report and the table not chosen is dropped from the report to eliminate the processing time of the extra table that you would still get by just hiding the table.<br />
<br />
This report was designed in BIRT 2.3.2.2
Find more posts tagged with
Comments
There are no comments yet