colax94 commented on issue #5639: URL: https://github.com/apache/superset/issues/5639#issuecomment-823528514
Like now, to define a post aggregation sum(a) / (sum(b), we need to create an aggregator for sum(a), an aggregator for sum(b), and then build the post aggregator using `fieldAccess` on sum_a and sum_b, which is REALLY a lot of clicks -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
