To edit the default {Parameter.Filter}

  1. In the Infrastructure Administrator, do one of the following:
    • Click Enterprise and connect to the enterprise industry model. Open a project.
    • Click File and open an industry model drawing or template.
  2. Select the Industry Model node for the report.
  3. On the Administrator toolbar, click the Report Designer icon .
  4. Open a report definition.
  5. Click Add menu > Parameter > Manage.
  6. In the Parameter dialog box, select FILTER and edit the value.

    The default is “(1=1)”.

    The following are examples of parameters:
    Filter Expression Replacement
    fid=10 "and h. {Parameter.Filter}" "and h. fid=10"
    fid=10 or fid=13 "and h. {Parameter.Filter}" "and h. fid=10 or fid=13”
    fid=10 or fid=13 “and h.fid in (select fid from WA_HYDRANT where {Parameter.Filter})” “and h.fid in (select fid from WA_HYDRANT where fid=10 or fid=13”