Server User Guides > Survey Tabulation > Advanced expressions > Operators > Arithmetic operators
 
Arithmetic operators
Use the following arithmetic operators to perform arithmetic calculations on UNICOM Intelligence Data Model variables. The behavior of the operators depends on the data types of the variables involved.
addition (+)
subtraction (-)
multiplication (*)
division (/)
modulus (Mod)
When an arithmetic operator is used on values of different data types, the UNICOM Intelligence Data Model Evaluate component tries to convert the values to the same data type. However, this is not always possible, and when it is, the results are not always sensible.
The examples in this topic are based on the variables in the Museum sample data set.
See
+ operator
- operator
* operator
/ operator
Mod operator
See also
Operators