RamiNoodle733 opened a new pull request, #37747: URL: https://github.com/apache/superset/pull/37747
### SUMMARY Fixes #35089 Pivot Table offers the possibility to show aggregated values by group. For example, when showing total sum of sales, the sub-group aggregations are labeled 'Subtotal'. However, when using other aggregation functions like Average, the label 'Subtotal' is misleading since it's not a sum. This PR changes the user-facing label from 'Subtotal' to 'Subvalue' to be more accurate regardless of the aggregation function used. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF N/A - Text label change from 'Subtotal' to 'Subvalue' ### TESTING INSTRUCTIONS 1. Create a Pivot Table chart with subtotals enabled 2. Verify that the subtotal rows/columns now show 'Subvalue' instead of 'Subtotal' ### ADDITIONAL INFORMATION - [x] Has associated issue: #35089 - [ ] Required feature flags - [x] Changes UI - [ ] Includes DB Migration - [ ] Introduces new feature or API - [ ] Removes existing feature or API - [ ] Fixes bug - [ ] Refactors code - [ ] Adds test -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
