Skip to main content
Hitachi Vantara Lumada and Pentaho Documentation

Supported Operators

The table below contains a listing of supported operators.

Operator Description
= Returns true if two expressions are equal
> Returns true if first expression is larger than the second
< Returns true if first expression is smaller than the second
>= Returns true if first expression is larger than or equal to the second
<= Returns true if first expression is smaller than or equal to the second
<> Returns true if two expressions are not equal
+ Adds two values
- Subtracts two values
* Multiplies two values
/ Divides two values