Using Runtime Editable Filters to Customize Report Output
  • 22 Apr 2021
  • 1 Minute to read
  • Dark
    Light
  This documentation version is deprecated, please click here for the latest version.

Using Runtime Editable Filters to Customize Report Output

  • Dark
    Light

Article summary

Overview

Filters enable users to create manageable reports. Using a Runtime Editable Filter gives a user the option to change the filtering criteria while in the Report Viewer.

Example

The goal of this example is to edit an existing Report, insert inline filters, configure filters to allow runtime editing, and use runtime filters in the Report Viewer.

This example contains a report that was previously built. 

  1. Start in the Report Designer; this Report has an Entity Data Source as its Data Source
  2. Under the Filters click Add. Expand the Field Filters > Entity Name > Entity Name Contains.
  3. In the Properties panel, select Runtime Editable in the Runtime Behavior drop down list.
  4. Next, expand the Entity Type Short Name category and select an Entity Type Shortname Contains.
  5. In the Properties Panel > Runtime Behavior drop down list, select Runtime Editable.
  6. This completes the Report. 
  7. Save and close the Report Designer.
  8. In the Portal, select the Run Report option from the Report’s Actions menu.
  9. When the Report opens in the Report Viewer, notice the new filter bar available above the top right side of the Report.
  10. Enter values in the Entity Name Contains and Entity Type Short Name Contains fields to filter the Report based on the criteria.
  11. Notice how only items meeting the criteria are included in the Report.
    To hide the filter bar from the Report page, click the Filter icon on the right side. To reopen the filter bar, click the Filter icon again in the upper right corner of the Report Viewer. Also, to clear the filters added at runtime, select the Clear button.

Was this article helpful?