LOG
Returns the Common Logarithm (base 10) for the values in a numeric field.
LOG ( <field_name or value> )
-
field_name or value: The numeric field or value to perform the calculation on.
Example: create a field at the CUSTOMER level that returns base 10 log of their income.
LOG( [CUSTOMER.INCOME] )