Siebel Developer's Reference > Operators, Expressions, and Conditions >

Arithmetic Operators


The table below describes the purpose of each arithmetic operator and gives an example of how it is used.

Operator
Purpose
Example

+

Add

[Record Number] + 1

-

Subtract

[Record Number] - 1

-

Negate

[Revenue] < -100

*

Multiply

[Subtotal] * 0.0625

/

Divide

[Total Items] / [Total Orders]

^

Exponent

[Grid Height] ^ 2

Siebel Developer's Reference