OBJECT
PivotReportTotal
link GraphQL Schema definition
- type PivotReportTotal {
- # Whether totals are shown for the pivot table.
- : Boolean!
- # Whether the totals appear above the values they summarise (Top) or below them
- # (Bottom).
- : ReportTotalPosition!
- }