# Other operators

| OPERATORS | DESCRIPTION                             |
| --------- | --------------------------------------- |
| +,-       | Addition & Subtraction                  |
| >, >=     | Greater than & Greater than or equal to |
| =, !=     | Equal to & Not equal to                 |
| \*, /     | Multiplication & Division               |
| ()        | Parenthesis                             |
| +, -      | Plus & Minus(-1)                        |
| <, <=     | Less than & Less than or equal to       |

The mentioned arithmetic and logical operators can be used with node references and measures as operands. These operators can also be used with nodes/measures containing calendar dates.
