Report Filter Operator Symbols

You can use report filter operator symbols to construct expressions to filter the data in your reports. The following table describes each filter operator symbol and the filter property types with which you can use them.

Report Filter Operators

Filter Operator

Description

Use With Filter Property Types

==

Identical to

BOOLEAN
STRING
STRING_LIST

=~

Matches (with wildcards):

* - Match any number of characters

? - Match any single character

pattern* - Match pattern at beginning of text

*pattern - Match pattern at end of text

*pattern* - Match pattern anywhere in text

*pattern1* *pattern2* - Match multiple patterns; separate with spaces

BOOLEAN
STRING
STRING_LIST

 

!=

Not equal to

BOOLEAN
STRING
STRING_LIST

!~

Does not match (with wildcards)
See wildcard description under =~

BOOLEAN
STRING
STRING_LIST

>

Greater than

DATE

<

Less than

DATE

See Also