LN

Returns the Natural Logarithm (base 2.71828) for the values in a numeric field.

LN ( <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 the natural log of their income.

LN( [CUSTOMER.INCOME] )