Task 11: Create a title that uses the report parameter values
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 Choose Layout to resume editing the report.
2 Insert a text element at the top of the report.
3 In Edit Text Item, in the field with the value Auto, select HTML from the drop-down list.
4 Type the following text:
Products with inventory less than <VALUE-OF>params["RP_quantityinstock"].value</VALUE-OF>
The <VALUE-OF> tag supports displaying a dynamic value. The expression params["RP_quantityinstock"].value refers to the value of the RP_quantityinstock report parameter.
5 Choose OK to save the edits to the text element.
6 Preview the report. Use the current parameter values.
The report title displays the following text:
Products with inventory less than 500