Numeric Calculation Operations
Last updated
Apply arithmetic, statistical, and mathematical functions to a numeric column.
Numeric calculation operations are available under Calculate > in the Numeric column context menu.

The following sub-operations are available:
Applies a standard arithmetic operation between the selected column and a second operand (a fixed value or another numeric column in the Dataset).
+
Addition
-
Subtraction
*
Multiplication
/
Division
Calculates the square root of each value in the column. Output: √x.
Calculates the natural logarithm (base e) of each value in the column. Output: ln(x).
Returns the absolute value of each cell, removing the sign from negative numbers. Output: |x|.
Calculates the exponential function of each value. Output: e^x.
Calculates the square of each value. Output: x².
Rounds each numeric value to the nearest integer.
Rounds each value to a specified number of decimal places.
Example: 1.2345 rounded to 2 decimal places returns 1.23.
Last updated

