Show Grand Totals

Defines whether to display the totals and grand totals for the measures.

In the following example, if ShowGrandTotals is set to false.

<Pivot>
<PivotName>BooksStoreCharts</PivotName>
<Rows>
<FieldName>Title</FieldName>
<FieldName>Genre</FieldName>
</Rows>
<Columns>
<FieldName>AvailableOnline</FieldName>
<FieldName>ISBN</FieldName>
</Columns>
<Measures>
<FieldName>Rating</FieldName>
</Measures>
<ShowGrandTotals>false</ShowGrandTotals>
</Pivot>

Following is an example when the ShowGrandTotals is true.
images/download/attachments/144835808/showTotalsTrue-version-1-modificationdate-1645050816000-api-v2.png

Following is an example when the ShowTotals is false.
images/download/attachments/144835808/showTotalsFalse-version-1-modificationdate-1645050828000-api-v2.png