TotalRow (PQL)

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

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

Syntax

TotalRow( <Row Integer> )

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

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

Examples

The example below uses the following example grid.

This example returns the value 427,784, summing up values in the "Adihash" row:

TotalRow(1)