codingincosmic commented on issue #35089:
URL: https://github.com/apache/superset/issues/35089#issuecomment-3656869093

   Hi! I’m new to open-source and would love to work on this issue as my first 
contribution.
   
   From what I understand, the goal is to update the pivot-table labels so that 
instead of just showing “Subtotal”, it will display something like “Subvalue 
(Average)”, “Subvalue (Sum)”, etc, similar to how “Total (Function)” is already 
shown.
   
   My approach would be:
   
   Find where the pivot table labels are generated.
   Locate the part of the code that currently renders the “Subtotal” label.
   Update it to dynamically use the selected aggregation function.
   Make sure the change works for all functions (sum, average, count, min, max, 
etc.).
   Update any translation keys if needed.
   Add or adjust tests so the new label format is covered.
   If this approach looks good, could you please assign the issue to me?
   I’d be excited to get started. Thank you!


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