Configurable Form Table Filters#
There are forms within the application that could benefit from table filters to allow the data in the form to be filtered down. Previously, this sort of change had to be done programmatically but now there is functionality in place that allows users such as a System Administrators to add filters to forms. This functionality may be added to forms in Self Service and in Professional.
Required Set Up#
Form table filters are based on where clauses. A where clause would be created with the filter requirements and then added to the form table usages tab in IMFD.Step 1 – Create a Where Clause#
The first step is to build a where clause. The where clause will further restrict the base form where clause defined on the form table usage.The Data Source must be the base table of the form. The Usage should be User Defined. The Where Clause Type must be Ad Hoc.
The column name field contains the column used to filter by. References by using <<>> to other fields on the screen are not supported for this feature.