SUM Function

Generates the sums of the numeric elements at the lowest levels of a dynamic array and returns a new dynamic array in which each element at the next level is replaced by the sum of its contents.

Syntax

SUM(dynArray)

Syntax Elements

dynArray An expression that evaluates to a dynamic array.

Operation

Note

This behaviour can be changed with the SUM.NULL compatibility option.

See Also

SUMMATION function.

Examples