Defining and Applying Filters to Target Data
You can define and apply data filters to filter your target data. Filters are EZscript expressions.
To define and apply data filters:
1. In the map file, go to the Targets tab > Define Filters section.
2. Click
to add a data filter.
The EZscript Expressions window is displayed, where you can define a filter by adding an expression. For example, Records("R1").Fields("State") == "LA"
3. After adding the data filter, it appears in the Define Filters section.
4. From the Apply Filters to drop-down list, select one of the following options:
• All records - Applies the filter to all the records in the target.
• N records - Applies the filter to a specified set of records in the target. When you select this option, where N Equals appears. Type a value. The maximum value is 2147483647.
5. You can also do the following:
• To edit a data filter, click the filter and then click
.
The EZscript Expressions window is displayed where you can modify the expression.
• To delete a data filter, click the filter and then click
. A message appears asking for confirmation. Click
Yes. The filter is removed from the
Define Filters section.
• To move the order of the data filters:
– Click
to move the data filter up.
– Click
to move the data filter down.
6. Click Save to save the changes.
Last modified date: 12/03/2024