First page Back Continue Last page Overview Graphics
Possible Operators
<= Not greater than
< Lesser than
>= Not less than
> Greater than
<> Not equal to
= equal to
!~ Not containing (i.e. do not match) strings
~ Containing (i.e. approximately matching) strings
[] In range
][ Outside the range
% Modulo integer
%% Not Modulo integer
Notes: