Using Inline Filters

Last Updated: 08/12/2016 Introduced in Verision: 2.0

When creating a report, using Inline Filters can be an invaluable tool for making the report a more manageable size.  These filters allow users to customize the data retrieved and displayed in the report.

Example

The goal of this example is to:

  1. Edit an existing report to include inline filters.
  2. Display the results in the Report Viewer.

To begin, navigate to a Designer Folder and select the Edit link on an existing report.

editReport

 

Once the Report Designer opens, in the Toolbox Panel expand the Data Filters category.  From the list of available filters, select those that will be applied to this report.  For this example, Entity Name Contains and Modified Date Does Not Equal filters will be used.  This will limit the entities in the report to those that meet the requirements of both filters.

expandFilters

 

First, expand the Field Filters category, expand the Entity Name category, and drag an Entity Name Contains component into the Filters list.

dragEntityNameContains

 

To configure the filter attribute, in the Properties Panel, enter the value to be filtered.

configureEntityNameContainsFilter

 

Next, expand the Modified Date category and drag a Modified Date Does Not Equal component into the Filters list.

dragModifiedDateDoesNotEqual

 

To configure the filter attribute, in the Properties Panel, enter the value to be filtered.

configureModifiedDate

 

The report is now complete.  Save it and close the Report Designer.

saveReport

 

In the portal, click on the Run Report option in the report’s Action menu.

runReport

 

Notice only those entities that meet the criteria set by the filters are displayed. 

result

 

Additional Resources