Breadcrumbs

SubtractBlock

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

image2020-5-13_16-47-2.png


Properties

  • Artifacts: Artifacts created by this block

    • Tables: the resulting table.

  • Target: the table on which the operation will be applied.

  • 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

image-20250801-144519.png