CueRun.getQuerySum Method [AX 2012]

Gets query sum.

private str getQuerySum(
    Query query, 
    str tableName, 
    str fieldName)

Run On

Called

Parameters

query
Type: Query Class
The query.
tableName
Type: str
The table for which to get the sum.
fieldName
Type: str
The field for which to get the sum.

Return Value

Type: str
The sum.

Community Additions

ADD
Show: