Creating filters for export profiles and internal transfer profiles
To create a new filter:
- Follow the steps outlined in the topic 'Using profile filters'.
- From the Filter Selection dialog, click New. The Filter Designer (FLD) dialog is displayed.
- Specify a unique name and a description for the filter.
-
Select a data element from the left hand pane. Drag and drop
the item into the Filter pane.
As you drop the data element, the Filter Criteria dialog is displayed.
-
Click the Allow
All Values check box or select an operator from the drop down
list and specify a decimal value underneath.
Note: The Not Equals filter works the same as the equivalent filter in Microsoft SQL Server, and excludes null columns from comparison. To include all records in a comparison using Not Equals, use the clause
<value> IS NULL
.For example, you could create the filter FilterByState as
State Not Equal 'Middlesex' OR State IS NULL
. -
Click OK. The filter clause is displayed as a text value in the
Filter Designer (FLD) dialog.
Note: If necessary, these characteristics can be amended or deleted by right-clicking the data element in the filter pane.
- When you have finished creating the filters, click OK. The Filter Designer (FLD) dialog is closed.
- In the Filter Selection dialog, select your filter, check the Filter Enabled check box, and click OK. The filter name is displayed in the relevant profile.