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: The type of operator used in an expression
Style: ComboBox
Values
| Name | Value | Description |
|---|---|---|
| BeginsWith | 0 | Begins with |
| Contains | 1 | Contains |
| Equals | 2 | Equals |
| GreaterThan | 3 | Greater than |
| GreaterThanOrEqual | 4 | Greater than or equal |
| NotEqual | 5 | Not equal |
| LessThan | 6 | Less than |
| LessThanOrEqual | 7 | Less than or equal |
| OnOrAfter | 8 | On or after |
| OnOrBefore | 9 | On or before |
| IsAtOrBelow | 10 | Is at or below |
| IsAtOrAbove | 11 | Is at or above |
| IsAt | 12 | Is at |
| IsBelow | 13 | Is below |
| IsAbove | 14 | Is above |