[Home] [Help]
| Product: | JTF - CRM Foundation |
|---|---|
| Meaning: | JTF BRM OPERATOR TYPE |
| Description: | Operators as used by the Business Rule Workbench |
| Code | Meaning | Description |
|---|---|---|
| < | < | Less than |
| <= | <= | Less than or equal to |
| <> | <> | Not equal to |
| = | = | Equals |
| > | > | Greater than |
| >= | >= | Greater than or equal to |
| IS | IS | Check left value for NULL |
| IS NOT | IS NOT | Check left value for NOT NULL |
|
|
|
|