Column Filtering
This section describes how filtering works in the filter boxes on the grid.
- Text Filter: A column type of "rotxt" will use a text filter. Retrieves values which contain mask defined through text field.
- Numeric Filter: A column type of "ron" will use a text filter that allows using comparison operators in it. Retrieves values which contain mask defined through 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 |