Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Help Text: Select an operator for the current line
Style: ComboBox
Values
| Name | Value | Description | 
|---|---|---|
| empty | 0 | |
| equal | 1 | = | 
| NotEqual | 2 | != | 
| Less | 3 | < | 
| more | 4 | > | 
| LessEqual | 5 | <= | 
| MoreEqual | 6 | >= | 
| compareLike | 7 | Like |