This documentation is for an older version of GoodData.
Go to the latest version of this article.
_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
name | type | description |
---|---|---|
from_result | ExecutionResult | The result whose grand totals will be accumulated. |
paging_dim | int | The paging dimension. |
response | BareExecutionResponse | The BareExecutionResponse instance. |