CueRun.getQuerySum Method [AX 2012]
Gets query sum.
private str getQuerySum(
Query query,
str tableName,
str fieldName)
Run On
CalledParameters
- 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.
Community Additions
ADD
Show: