SQRT
Description
Calculates the square root of the provided number
Parameters
Attribute of the Number type or number constant or calculation producing number
Example
IF SQRT(Transaction.Amount) = 10 THEN ...
Calculates the square root of the provided number
Attribute of the Number type or number constant or calculation producing number
IF SQRT(Transaction.Amount) = 10 THEN ...