Operators
Operators used in the navigator for getting reports are:
| Operator | Description |
|---|---|
= | Equal to |
<> | Not equal to |
> | Greater than |
< | Less than |
>= | Greater than or equal to |
<= | Less than or equal to |
- | In range (e.g. in the range 1-5 ) |
~- | Not in range |
*- | All, but |
* | Any of |
** | Contains any of |
() | Is not null/blank |
)( | Is null |
*~ | Starts with |
~* | Ends with |