Skip to main content

Statistical Functions

Statistical functions allow you to aggregate values from arrays.


SUM(V, X)

Returns the sum of expression X evaluated for each item in array V.

SUM( items, line_total )

SUMC(V, X, F, T)

Returns the sum of expression X for items in array V where field F equals value T.

SUMC( items, line_total, type, "service" )

Was this article helpful?

Yes
No