Calculates the total of a column of SumIndexFields in a C/SIDE table. Using parameters, you can specify which fields to calculate.

[Ok :=] Record.CALCSUMS (Field1, [Field2],...)

Parameters

Record

Type: Record

The record that contains the SumIndexFields that you want to calculate.

Field1, Field2, …

Type: Decimal

The fields that you want to calculate. Each field is a decimal field, defined as a SumIndexField, in the current key.

Expand imageProperty Value/Return Value

Expand imageRemarks

Expand imageExample

Expand imageSee Also