Previous Topic Next topic Print topic


Editing Report Parameters

Parameters are customizable statement elements. Parameters can be defined any time before a report execution by simply changing them in the Parameters tab.

The Parameters page lists customizable statement elements. Parameters can be defined any time before a report execution by simply changing them on the Parameters page. The syntax of a parameter is: ${parametername|defaultvalue|guiname}. The defaultvalue and the guiname are optional. Parameter-names cannot contain whitespace characters.

When a report has parameters associated with it, it is possible to edit the values of the parameters before each report execution. Parameter values are stored in the current user context, which means edited values are available only to the user who performs the edits. When parameter values are not specified for a given report execution, the default values from the report definition are used.

When a report has subreports assigned to it, the parameters of those subreports are also shown in the Parameters page and the values are stored only within the context of the selected report. For example, the values are only used in conjunction with the current subreport configuration. When creating new reports, parameters are the values that are defined on the Create New Report dialog box in the Selection criteria area. See Creating New Reports for details.

To edit the parameters of a report:

  1. In the menu, click Performance Manager > Reports.
  2. Select a report in the Reports tree.
  3. Click the Parameters tab. If the report has parameters defined for it, the parameters are listed here.
  4. Click Edit Parameters. The Edit Parameters dialog box appears.
  5. Edit the Label or Value of the listed parameters as required.
  6. From the Usage list, select the usage type of the parameter:
    • Constant Value
    • Start Time
    • End Time

    Start Time and End Time are used for reports that query for a specific date range.

  7. Click OK.
Previous Topic Next topic Print topic