Description

This block is used to compute a subtraction between values of two columns.

The operation will happen a new column to the previous tables, so all the columns will remain available and an additional column will appear.


Reminder of the terms:

minuend - subtrahend = difference


Implementation


Properties

  • ColumnName: The name of the new column containing the result (difference).
  • Minuend: The column from which the subtrahend is to be subtracted. Use SFormat (column/columns functions or artifact).
  • Subtrahend: The column to be subtracted from the minuend. Use SFormat (column/columns functions or artifact).


Summary