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.
Filter Operator |
Description |
Use With Filter Property Types |
|||||||||
== |
Identical to |
|
|||||||||
=~ |
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 |
|
|||||||||
!= |
Not equal to |
|
|||||||||
!~ |
Does not match (with wildcards) |
|
|||||||||
> |
Greater than |
DATE |
|||||||||
< |
Less than |
DATE |
See Also