Previous Next

Enabling the User to Filter Data : Tutorial 3: Creating and using report parameters : Task 11: Create a title that uses the report parameter values

Task 11:

Report parameters can be used for purposes other than filtering data. In this procedure, you add a report title that displays a report parameter value.

1
2
3
4
Products with inventory less than
<VALUE-OF>params["RP_quantityinstock"]</VALUE-OF>
The <VALUE-OF> tag supports displaying a dynamic value. The expression params["RP_quantityinstock"] refers to the RP_quantityinstock report parameter.
5
6
Products with inventory less than 500


(c) Copyright Actuate Corporation 2008