feat: Adds options to show subtotals in Pivot Table (#24960)

(cherry picked from commit be11556799)
This commit is contained in:
Michael S. Molina
2023-08-14 09:20:32 -03:00
committed by Michael S. Molina
parent dd53b334d6
commit 4b07b5d628
8 changed files with 42 additions and 2 deletions

View File

@@ -34,7 +34,9 @@ const formData: PivotTableQueryFormData = {
rowSubtotalPosition: true,
colSubtotalPosition: true,
colTotals: true,
colSubTotals: true,
rowTotals: true,
rowSubTotals: true,
valueFormat: 'SMART_NUMBER',
datasource: '5__table',
viz_type: 'my_chart',