Table Field Column Sum

The Table Field Column Sum block lets you get the sum of values in a table column by providing the table structure and the column name.

Table Field Column Sum block

Input Pins

Simple Table Field

Defines the structure of the Simple Table

Data Type : Dictionary

Example  :  { "headings": ["Column1", "Column2", "Column3"], "value": [ [1, 2, 3], [1, 2, 3], [1, 2, 3] ] }
Column Name

The name of the column whose values you want to sum

Data Type : String

Example  : Column1

Output Pins

Column Values

Sum of the desired column

Data Type : Integer

Example  :  3
Example: Using the Table Field Column Sum block in a real application

Last updated