comdiv opened a new issue, #20564: URL: https://github.com/apache/superset/issues/20564
While we have only one `row ordering` field but can add multiple row dimensions it's assumed that when we set `order by value decending` it will be work same way as with `order by a-z`: 1. first row as group is ordered by a-z 2. then second row inside group ordering by a-z But if you choose order by value - it's breaking all groupping - all group rows occures multiple times in pivot! Hard to explain how to exactly reproduce it. Just compre two variances of ordering `a-z` and `by value`  As you can see - it cause valid behavior - group ordering then subgroup ordering But try to set another option  It breaks table! Group is splitting and Subtotals not counted as expected!!!! -- 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]
