OBJECT

PivotReportTotal

link GraphQL Schema definition

  • type PivotReportTotal {
  • # Whether totals are shown for the pivot table.
  • isEnabled: Boolean!
  • # Whether the totals appear above the values they summarise (Top) or below them
  • # (Bottom).
  • position: ReportTotalPosition!
  • }