mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat: Adds options to show subtotals in Pivot Table (#24960)
This commit is contained in:
committed by
GitHub
parent
a44c99899a
commit
be11556799
@@ -40,6 +40,7 @@ TARGET_FORM_DATA = {
|
||||
"any_other_key": "untouched",
|
||||
"aggregateFunction": "Sum",
|
||||
"colTotals": True,
|
||||
"colSubTotals": True,
|
||||
"combineMetric": True,
|
||||
"form_data_bak": SOURCE_FORM_DATA,
|
||||
"granularity_sqla": "ds",
|
||||
|
||||
Reference in New Issue
Block a user