GoodData.UI API reference
  • GoodData.UI
  • Docs & APIs
  • Developers
  • GoodData.CN
  • GoodData.UI
  • Docs & APIs
  • Get GoodData.CN Community Edition
  • 8.11.0
  • Code samples
  • Gallery
  • GitHub

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.
  • IDataView.totals property
  • Remarks
GoodData resources:
  • Documentation
Follow the community:
  • Community
Copyright © 2007–2022 GoodData Corporation. All Rights Reserved. Code licensed under a dual license - CC BY‑NC 4.0 for trial experience and GoodData.UI EULA for commercial use