About

Page about Expression in Powercenter. The expression are build with the expression editor.

Operator

Operator Meaning
( ) Parentheses
+, -, NOT Unary plus and minus and the logical NOT operator
*, /,% Multiplication, division, modulus
+, - Addition, subtraction
|| Concatenate
<, <=, >, >= Less than, less than or equal to, greater than, greater than or equal to
=, <>, !=, ^= Equal to, not equal to, not equal to, not equal to
AND Logical AND operator, used when specifying conditions
OR Logical OR operator, used when specifying conditions