jazzido / mondrian-rest

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

Drilldown on a member #1

Closed jazzido closed 8 years ago

jazzido commented 8 years ago

In mondrian-rest-demo, this fails:

/cubes/Trade Flow/aggregate?drilldown[]=Year&drilldown[]=Destination Country.Europe&measures[]=Imports&cut[]=Origin Country.South America.Argentina

Destination Country.Europe is a member of the Continent level, so the drilldown should be expanded to [Destination Country].[Europe].Children

jazzido commented 8 years ago

Alternatively, the above query can be expressed as:

/cubes/Trade Flow/aggregate?drilldown[]=Year&drilldown[]=Destination Country&measures[]=Imports&cut[]=Origin Country.South America.Argentina&cut[]=Destination Country.Europe