LOG
Description
Calculates the base 10 logarithm of the provided value
Parameters
An attribute of the Number type or number constant or a calculation producing a number
Example
IF LOG (Transaction.Amount) = 1 THEN ...
index function function list mathematical v8.1
Calculates the base 10 logarithm of the provided value
An attribute of the Number type or number constant or a calculation producing a number
IF LOG (Transaction.Amount) = 1 THEN ...