Previous Topic

Next Topic

Sum - MaxBasic Function

Sum(Parameter1: Number, Parameter2: Number[, Parameter3: Number, ...])

Return total values for field parameters.

Available in Analysis Reports only.

Sum function syntax has these named arguments:

Parameter

Description

Parameter 1

Required. First parameter to be added to the total.

Parameter 2

Required. Second parameter to be added to the total.

Parameter 3 ...

Optional. Additional parameters to be added to the total.

See Also

Report Functions

Book Contents

Book Index