NehaAwasthi9616 commented on issue #24355:
URL: https://github.com/apache/superset/issues/24355#issuecomment-1602854994

   It shows this sql query which seems correct.
   
   SELECT fee_category AS fee_category,
          sum(net_amount_in_standardized_currency) AS "Charges"
   FROM <table_name>
   GROUP BY fee_category
   ORDER BY "Charges" DESC
   LIMIT 10000;


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