may-day / olap

Python package to access OLAP data sources.
63 stars 47 forks source link

Not Getting dimension members from ROWS #19

Closed NishaSahu198 closed 4 years ago

NishaSahu198 commented 4 years ago

I need dimension memeber's data from rows, so for example from below query I need value of set3 which is not possible with the current setup. """select {%(set1)s} * {%(set2)s} on columns, %(set3)s on rows from %(cube)s"""