Closed jspeis closed 6 years ago
To clarify: it only makes sense to implement this in the 'tidy' formats that mondrian-rest
can generate, i.e.: XLS, CSV and JSONRecords. The default JSON response format is multidimensional, so there's no way (AFAICT) to limit/offset the result set.
Seems like it's possible using the Generate
function? https://docs.microsoft.com/en-us/sql/mdx/generate-mdx
For Data USA: The ability to limit the number of results returned by the API (e.g. in conjunction with #29 could be used to return top 5 results on some metric)