You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by gi...@git.apache.org on 2017/09/08 21:19:56 UTC

[GitHub] fabianmenges opened a new pull request #3439: Allowing to set the sort order during query with "group by"

fabianmenges opened a new pull request #3439: Allowing to set the sort order during query with "group by"
URL: https://github.com/apache/incubator-superset/pull/3439
 
 
   If you run a "group by" query with a "series limit" you can specify the "sort by" metric but not the sort order. In the following example you can see that you get the top 5 names. There is currently no way to look at the bottom 5 names. (sort order is hard coded to desc).
   ![group_by](https://user-images.githubusercontent.com/3138343/30231539-6a735586-94b9-11e7-86fe-752a5a60ee5b.png)
   
   This change includes the backend changes to add this functionality. I'm happy to help on the front end as well.
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services