Operators

TeamDesk provides several operators that allow you to perform basic operations with values. These operators include the following groups:

Operator Precedence

If your formula contains more than one operation, a standard algebraic notation is used to calculate the result. You should take into account the standard order of operations. To determine the priority, refer to the following table:

Operator Priority
Parentheses Highest priority
NOT logical operator
Power operator
Multiplication and division
Addition, subtraction, and concatenation
Comparison operators
AND logical operator
OR logical operator Lowest priority

Consider the following rules as well: