Building and Using Dashboards > Dashboard Function Reference > Expression Syntax in Dashboard Functions > Operators in dashboard function expressions
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, XOR
*Arithmetic 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.
Copyright © 2013-2015 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.
Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.