POWER
Description
Returns the value of the first number raised to the power of the second number
Parameters
Two attributes of the Number type or number constants or calculations producing number
Example
IF POWER (Transaction.Amount, 2) = 100 THEN ...