CalculationRegisterRecordSet.<Calculation register name>.Total
Syntax:
Parameters:
<FieldName> (required)
Identifier of the record field by which you want to calculate the total.
Returned value:
Numeric value of the calculation result.
Description:
If only one type is set for the record set field, then by calculating, there will be an attempt to transform values to the type Number.
If types are not assigned to the field, then only values of type Number will participate in the summing process; values of other types will be ignored.
If there are several types for the field, including Number, then only values of type Number will be part of the calculating process; values of other types will be ignored.
If there are several types for the field but not Number, then the result will be the value Undefined.
Availability: