Search thresholds quick reference
For each search criteria in your query, you can specify a search threshold which identifies the value or value range you are interested in, for example, is, is at least, is between, is not.
The search threshold you can choose depends on the Attribute data type. The different threshold type options have the following effects when used in searches:
| Threshold option | Search returns |
|---|---|
| exists | Records where there is data for this Attribute. |
| does not exist | Records where there is no data for this Attribute. |
| is |
Records where the data value is exactly equal to the specified value. Examples showing use of the is exact match criteria for some Discrete, Logical, and Short Text attributes:
Note that exact match ("is") searches on Short Text Attributes is case-sensitive. For example, these two searches will not return the same results:
Avoid using is for numerical data, because it will give a result only for the true value of the data, not the rounded display number you see on the datasheet. For example, if on the datasheet you see "17.7" but the real value is "17.68917", an exact match search for "is 17.7" will not return a match. |
| is one of |
Records where the data value is one of the selected values. For example:
|
| is not |
Records where the data has any value except the specified value. For example:
For Tabular data, the value may not occur in any of the rows.
|
| is at least |
Records where the data value is greater than or equal to the specified value. For Attributes with a set of ordered values, returns records where the value is equal to or higher than the specified value. Examples:
|
| is at most |
Returns records where the data value is equal to or less than the specified value. For Attributes with a set of ordered values, returns records where the value is lower than or equal to the specified value. Examples:
|
| contains |
Records where the data contains the specified string. For example:
|
| is between |
Records where the data value is in the specified range. For example:
|
| is on, is on or after, is on or before |
|
| includes |
Records where the data contains the selected value. For example: Additive includes UV
stabilizer
|
| includes all of |
Records where the data contains all of the selected values. For example: Filler/reinforcement includes all of
Bar, Extrusion,
Rod
|
| includes one of |
Records where the data contains any one of the selected values. For example: Available Forms includes one of
Clad Plate, Clad
Sheet
|
| does not include |
Records where the data does not contain the selected value. For example: Additive does not include
Plasticizer/oil
|