Sum
Last updated
Last updated
The Sum()
function calculates the total value of a list of numbers or durations.
This function is SQL compatible. For more information about SQL compatibility, see our documentation.
Returns a number or duration that is the total value of the given values
.
Returns Unknown
if one of the parameter values is unknown or outside the common valid date boundaries.
Name | Type | Required | Description |
---|---|---|---|
values
list
the list of values of which the sum is calculated. The values can be either numbers or durations.