Operators in dashboard function expressions
A dashboard function that contains an expression can use the following operators:
Operator | Precedence |
unary | + - ! |
multiplicative | * / % |
additive | + - |
relational | < > <= => |
equality | == != |
logical | && || |
The following operators are not supported:
Bitwise
NOT,
AND,
OR,
XORArithmetic shift
Supported operators may be applied to double type variables. In addition, the relational and equality operators may be applied to string variables, and the addition operator may be used to concatenate strings.