In SAS Visual Analytics,
filters are based on expressions that contain operators. Conditions
enable you to easily add the most common operators to your expression.
Depending on the type of data that is used by the filter, you can
select from the following categories of filter conditions:
Conditions for Character Data
|
Specifies that a matching
value must match one of the filter values exactly.
|
|
Specifies that a matching
value must contain the filter value.
|
|
Specifies that a matching
value must contain the filter value at the end of the value.
|
|
Specifies that a matching
value is in the list that you select. To select your list, choose
the values from the drop-down list.
|
|
Specifies that a missing
value matches the filter.
|
|
Specifies that a matching
value must not contain the filter value.
|
|
Specifies that a matching
value is not in the list that you select. To select your list, choose
the values from the drop-down list.
|
|
Specifies that a nonmissing
value matches the filter.
|
|
Specifies that a matching
value must contain the filter value at the start of the value.
|
Conditions for Numeric Data and Date and Time Data
|
Specifies that a matching
value must not be equal to the filter value.
|
|
Specifies that a matching
value must be equal to the filter value.
|
|
Specifies that a matching
value must be less than the filter value.
|
|
Specifies that a matching
value must be less than or equal to the filter value.
|
|
Specifies that a matching
value must be greater than the filter value.
|
|
Specifies that a matching
value must be greater than or equal to the filter value.
|
|
Specifies that a matching
value must be greater than the first filter value and less than the
second filter value.
|
|
Specifies that a matching
value must be greater than or equal to the first filter value and
less than or equal to the second filter value.
|
|
Specifies that a matching
value is in the list that you select. To select your list, choose
the values from the drop-down list.
Note: This condition is not available
for continuous numeric data.
|
|
Specifies that a missing
value matches the filter.
|
|
Specifies that a matching
value must be less than the first filter value or greater than the
second filter value.
|
|
Specifies that a matching
value must be less than or equal to the first filter value or less
than or equal to the second filter value.
|
|
Specifies that a matching
value is not in the list that you select. To select your list, choose
the values from the drop-down list.
Note: This condition is not available
for continuous numeric data.
|
|
Specifies that a nonmissing
value matches the filter.
|