RamiNoodle733 opened a new pull request, #37745:
URL: https://github.com/apache/superset/pull/37745

   ## Summary
   
   This PR renames 'Subtotal' to 'Subvalue' in Pivot Tables and includes the 
aggregation function name in the label.
   
   ## Changes
   
   - Changed column subtotal label from 'Subtotal' to 'Subvalue 
(%(aggregatorName)s)'
   - Changed row subtotal label from 'Subtotal' to 'Subvalue 
(%(aggregatorName)s)'
   
   ## Before
   - Subtotal (for any aggregation function)
   
   ## After
   - Subvalue (Sum)
   - Subvalue (Average)
   - Subvalue (Count)
   - etc.
   
   This change:
   1. Renames 'Subtotal' to 'Subvalue' as requested
   2. Makes the labeling consistent with how 'Total (Sum)' is displayed
   3. Clarifies what aggregation function is being used for the subvalue
   
   Closes #35089


-- 
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]

Reply via email to