totals
Home > @gooddata/sdk-backend-spi > IDataView > totals
IDataView.totals property
Grand totals included in this data view.
Signature:
readonly totals?: DataValue[][][];
Remarks
Grand totals are included for each dimension; within each dimension there is one entry per requested total and for each requested total there are list of values.
Thus:
- Top array contains 0 to N per-dimension arrays - Each per-dimension array contains one per-total entry for each requested total - Each per-total entry contains array of calculated values, cardinality of this matches the cardinality of the data in the respective dimension.