TotalColumn (PQL)

Returns the sum of all values in a given column found in the query result set.

  • Returned Output: Numeric
  • Library: PQL \ Dynamic \ Column
  • Version: 2018.00.000
  • Compatibility: Any content (regardless of data source) in the relevant parts of the application

Syntax

TotalColumn( <Column Integer> )

* Click on the function's arguments above for more details on the input values.

Comments
  • The column's zero-based index number must be supplied to indicate which column to total.

Examples

The example below uses the following example grid.

This example returns the value 931,401, summing up values in the "graduate degree" column:

TotalColumn(1)