Integer

It performs the arithmetic operation on the selected numerical column.

  • Operator: There are four arithmetic operations to choose ( +, -, / , *).

  • Use with: The operation can be performed between column-column and column-value.

  • Operand/Column: The arithmetic operation needs two operands. The first operand is one on which the operation is being performed. The second operation can either be a value or other numerical column based on the choice of use with an option.

The Integer transform has been applied on the Sales column by choosing division with value where operand is 7.

As a result, a new column gets added sales_div_1 with the displaying the divided values of the sales.

Last updated