On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.

BIRT Parameter Example

Virgil
Virgil AdministratorEM admin
edited 2013 01 in DevShare Downloads #1
This example demonstrates how to filter the data in a BIRT report at runtime by using report and data set parameters. Report parameters allow end-users to interactively filter the report's data to gain deeper insights. The user is guided through the steps to add a dataset parameter and a report parameter. <br />
<br />
The report list quantities of stock. The list of returned products is culled, by adding a where clause to the select statement and using a data set parameter. The data set parameter is then linked with a report parameter.