jazzido / mondrian-rest

A REST interface for Mondrian ROLAP server
MIT License
32 stars 8 forks source link

[Feature] Sorting and ordering results #29

Closed jspeis closed 6 years ago

jspeis commented 6 years ago

For Data USA:

This will be helpful for querying results by Metric in Descending order, for example

jazzido commented 6 years ago

@jspeis do we need to sort on multiple "columns"? If so, how would you specify that behavior?

jspeis commented 6 years ago

Multiple columns not required. Could be cool if easy to do, otherwise no worries

jazzido commented 6 years ago

Also, do we need to support sorting by the members of a dimension? (e.g. Counties in alphabetical order)

jspeis commented 6 years ago

yes