_AccumulatedData.

accumulate_grand_totals

accumulate_grand_totals( from_result: ExecutionResult, paging_dim: int, response: BareExecutionResponse ) -> None

Accumulate grand totals from the results.

Processes all grand totals on all dimensions and needs to know in which direction the paging is happening in order to append new grand total data.

Parameters

nametypedescription
from_resultExecutionResultThe result whose grand totals will be accumulated.
paging_dimintThe paging dimension.
responseBareExecutionResponseThe BareExecutionResponse instance.

Returns

No docs