Sum Summary The Sum function returns the sum of all input values and expressions. Syntax Sum(<any numeric data type or string that can convert to a numeric>) Return Type The […]
sum()
Aggregate Rows
Aggregate functions group rows and provide summary information about those rows, depending on the function used. Common function calls are count(), sum(), avg(), min(), and max(). NOTE: Xactly has ext...