Displaying report parameters
The report results page can display the parameter values selected by the user when running the report.
- Click Pages and select Report Page.
-
Select the block below the report title.
Note: You can verify the correct block is selected by checking that its
Block variable
property is set to ShowParameters. -
Specify Yes in the
Current Block property.
The parameter values table is displayed.
-
Add the Employee parameter
to the table:
- Click the Toolbox pane and drag the Text item object to the first cell in the table.
- Specify Employee: and click OK.
-
Expand Textual and drag the Layout calculation item into the second cell
in the table.
The Report Expression window is displayed.
-
In the Available
Components pane, click Parameters and double-click the Employee parameter.
ParamDisplayValue('Employee')
is displayed in the Expression Definition pane. - Click OK.
-
Add the Team parameter to
the table:
- Drag the Text item object to the third cell in the table.
- Specify Team: and click OK.
-
Drag a Layout
calculation object into the forth cell in the table.
The Report Expression window is displayed.
-
In the Available
Components pane, click Parameters and double-click the Team parameter.
ParamDisplayValue('Team')
is displayed in the Expression Definition pane. - Click OK.