Displaying report parameters

The report results page can display the parameter values selected by the user when running the report.

  1. Click Pages and select Report Page.
  2. 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.
  3. Specify Yes in the Current Block property.
    The parameter values table is displayed.
  4. Add the Employee parameter to the table:
    1. Click the Toolbox pane and drag the Text item object to the first cell in the table.
    2. Specify Employee: and click OK.
    3. Expand Textual and drag the Layout calculation item into the second cell in the table.
      The Report Expression window is displayed.
    4. In the Available Components pane, click Parameters and double-click the Employee parameter.
      ParamDisplayValue('Employee') is displayed in the Expression Definition pane.
    5. Click OK.
  5. Add the Team parameter to the table:
    1. Drag the Text item object to the third cell in the table.
    2. Specify Team: and click OK.
    3. Drag a Layout calculation object into the forth cell in the table.
      The Report Expression window is displayed.
    4. In the Available Components pane, click Parameters and double-click the Team parameter.
      ParamDisplayValue('Team') is displayed in the Expression Definition pane.
    5. Click OK.