Sum
This Flow Script tutorial explains how to use the Sum function with syntax and examples.
Last updated
This Flow Script tutorial explains how to use the Sum function with syntax and examples.
Last updated
The Sum function returns the summarized value of the specified table column.
The syntax for the Sum function is:
Sum(table.column)
table.column - the table column which is to be summarized.
The Sum function returns a number.
Let's look at some Sum function examples and explore how to use the Sum function.