Filters |
Use filters to isolate key selection criteria.
Overview
Add any number of filters in any combination, following these basic steps:
Note: To remove all filters, select ‘Delete’ until no filters are shown, then select ‘Apply’. The entire database will be listed without any filters.
The
‘Like’ Operator and Wildcards
With the 'Like' operator, two wildcards are possible:
| % | A substitute for zero or more characters | |
| _ | A substitute for exactly one character |
| ABC% | Lists all models that begin with ‘ABC’ | |
| %ABC | Lists all models that end with ‘ABC’ | |
| %ABC% | Lists all models that contain ‘ABC’ | |
| ABC__% | Lists all models that are minimum 5 characters long and start with ‘ABC’ | |
| __ABC | Lists all models that are 5 characters long and end with ‘ABC’ |
The following example lists all models that begin with the letters ‘ABC’.
The
‘Between’ Operator
The following example lists all motors with a maximum torque rating between 80 and 100 Nm.