SUM

The SUM function sums the numbers contained in a column.

Syntax

SUM(
    column
)

Parameters
  • column: Name of the column that contains the numbers to be added.
Returned value

The SUM function returns a real number.

Additional Information

The SUM function sums the values of the entire column even when used in a calculated column.

Examples

If we have the following data table and define the "Suma" measure:

SUM function. Example of use

By taking the measure to a card-type display, we would obtain the sum of the "Valores" column:

SUM function. Example of use

Related functions
Category
Mathematical and trigonometric
Submitted by admin on Tue, 12/04/2018 - 12:14