FormDataCollection.Total

Syntax:

Total(<Column>)

Parameters:

<Column> (optional)

Type: String.
Name of the column for which total is to be returned.

Returned value:

Type: Number.

Description:

Returns the sum of the values of all rows in the specified column.
The sum is calculated only for columns containing data of Number type.

Availability:

Thin client, web-client, server, thick client, Mobile application (client), Mobile application (server).

Example:

Overall = Articles.Total("Sum");

    

1C:Enterprise Developer's Community