Editing export and internal transfer profile filters
To edit filters:
- Follow the steps outlined in the topic 'Using profile filters'.
- From the Filter Selection dialog, click Edit. The Filter Designer (FLD) dialog is displayed.
- To add new data elements, select a data element in the left hand pane and 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 enter a decimal value
underneath.
Note: When creating multiple filters, ensure that the filter logic has been correctly sequenced. An
AND
orOR
operator can behave differently if sequenced in a different order, even though the selection is the same. The displayed text value assists you in this.Note: The Not Equals filter operator works the same as the equivalent filter operator in Microsoft SQL Server, and excludes null columns from comparison. To include all records in a comparison using Not Equals, specify<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 finish amending filters, click OK. The Filter Designer (FLD) dialog is closed.
- From the Filter Selection dialog, select and enable the filter and click OK. The filter name is displayed in the relevant profile.