Build a Filter:
- Select
field from the “Column” drop-down list.
- Select
an operator from the “which” drop-down list.
- Enter
value into the “value” field.
- Select
“AND”, “OR” or “END” from the last drop-down list.
- Click
the “Add” button.
- Add additional
filter criteria statements to narrow the table.
- The “AND”
or “OR” operations go in the order of the statements from top to bottom.
- An “END”
operation will terminate the filter, even if it is not the last filter statement.
- The
operators are “CONTAINS”, “IS GREATER THAN”, “IS LESS THAN”, “EQUALS” and “DOES
NOT EQUALS”. Use these various operators with “AND”/”OR” to form more
complex filters.
- The
operators depend on the columns variable type along with the value type.
For example, if the column is an enumeration type (drop-down list), based
on the enumeration of a MIB, if you enter a number in the value field, it
will compare enumeration numbers instead of string types. If the value type is of string, it will
use the label of the enumeration type to compare, instead of the number.
- “CONTAINS”
always uses the string type.
- Select
a row in “Display rows where:” list, make a modification and select the
replace button to modify a filter statement in the list.
- Select
“Remove all” button and Filter to return to the unfiltered table.
- Select
a row in “Display rows where:” list, select “Remove” button to remove
filter statement from the list.