Rules for Setting Filters

Use any of the following operators to filter information in a view:

Operator

Description

>

greater than

<

less than

=

equals; the default

~

not equal to

<>

not equal to

!=

not equal to

!

not equal to

>=

greater than or equal to

<=

less than or equal to

Note: No operator implies the equal to (=) character. The filtered results are the same whether you specify the = operator or not, for example, both =ABC and ABC are the same.

Valid wildcard characters are asterisk (*), percentage (%), and question mark (?).

More Information: