SysQueryForm.packAggregates Method [AX 2012]

Packs aggregate fields.

Syntax

private void packAggregates(
    TableId _tableId, 
    TmpSysQuery _tmpSysQueryAggregate, 
    QueryBuildDataSource _qbds)

Run On

Client

Parameters

  • _tmpSysQueryAggregate
    Type: TmpSysQuery Table
    A TmpSysQuery record that represents an aggregate grid.

See Also

Reference

SysQueryForm Class