This section describes how filtering works in the filter boxes on the grid.
-
Text Filter: A column type of "rotxt" uses a text filter to retrieve values containing the mask defined in the text field.
-
Numeric Filter: A column type of "ron" uses a text filter that supports comparison operators. It retrieves values containing the mask defined in the text field.
The possible comparison operators are:
|
= |
Equal to |
|
> |
Greater than |
|
< |
Less than |
|
? |
Less or equal to |
|
>= |
Greater or equal to |
|
n1..n2 |
A range of values |