Custom AutoFilter Dialog |
The Custom AutoFilter dialog, accessible from the Select Records dialog or the print-time Record Picker data entry control, enables you to create a custom filter for a specific column using a complex expression with up to two specific criteria.
To open the Custom AutoFilter dialog, move the cursor over the header of the column you want to filter, and allow the cursor to hover in this position until the Filter button appears. Click and select Custom from the Filter button dropdown list.
Header: Contains the name of the column being filtered.
First filter criterion
Assignment Operator: Using this dropdown list, you can specify an assignment operator to apply to the filter value
Filter Value: Enables you to specify the value that the assignment operator is applied to.
Boolean Operator: Defines how condition statements in a filter are linked together.
And: Displays records that meet the criteria set in all of the defined conditions.
Or: Displays records that meet the criteria set in at least one of the defined conditions.
Second filter criterion
Assignment OperatorUsing this dropdown list, you can specify an assignment operator to apply to the filter value
Filter Value: Enables you to specify the value that the assignment operator is applied to.
|
The second Assignment Operator dropdown list and Filter Value text box located below the Boolean operators enable you to define a second condition statement. |
Related Topics