TOTAL

Returns the sum of the values displayed in the rows of the table control. The function accepts values only from textbox, label and literal controls. This function is called as

<TableControlName>.TOTAL("<ControlName>")

A TableControl instance indicates which TableControl contains the values to be operated on by the function, e.g.,

Order_DetailsTableControl

ProductsTableControl, CategoriesTableControl

The function is synonymous with the SUM function and has similar syntax and functionality.

See SUM for details.