Applying a filter to the current data file enables you to limit the amount of records that are displayed at a time.
Your filter is defined by one or more conditions, and you can produce filtered results that include records matching all or any one of those conditions.
There are two types of condition that you can use:
For both types of condition, you select a value that you wish to filter and an operator (for example, greater than, contains, or not equal to). There are also supplementary criteria to add to the condition, such as making it case sensitive, or trimming leading or trailing space from the area filtered.
Data File Tools retains the last set of filtered results until another filter is applied, which enables you to toggle between displaying these results and displaying the original data file.