Creating a filter within a report: Embedded filters

Filters can be added to reports in two ways:

This topic explains how to create a filter within a report. For a comparison of both types of filters, see About filters.

Filters can be created as part of a given report, at the same time the report itself is being created. You can filter data based on any object that is part of the report’s definition. You can also use the results of another report as the filter for this report. The conditions specified by the report's filter are part of the SQL that retrieves the report result set from your database.

To create a filter within a report

  1. Open the report you want to create a filter for. From the Home menu, select Design mode.

  2. If the Report Filter panel is not displayed above the report, click the Filter icon Filter icon.

  3. Select the object you want to base your filter on:

  4. Right-click the object and select Add to Filter.

    If DHTML is disabled, select the object and click Add.

  5. Depending on the type of object you added to the filter, a new set of choices may appear. The links below provide steps to filter data on the object you chose:

  6. Click the Apply icon Apply icon to apply your new filter condition to the report.

  7. You can add additional conditions to the report's filter by repeating the steps above to add another object to the filter and define the condition.

  8. To run the report, click the Run Report icon Run Report icon. The report results displayed reflect the new filter.

Related topics