mysticfall / pivot4j

Pivot4J provides a common API for OLAP servers which can be used to build an analytical service frontend with pivot style GUI.
Other
128 stars 99 forks source link

Add member properties support #5

Closed mysticfall closed 11 years ago

mysticfall commented 11 years ago

Add member properties support.

mysticfall commented 11 years ago

Test MDX (FoodMart) :

select {[Measures].[Unit Sales], [Measures].[Store Cost], [Measures].[Store Sales]} ON COLUMNS, Crossjoin({[Promotion Media].[All Media]}, [Store].[USA].[CA].[Beverly Hills].Children) ON ROWS from [Sales] where {[Time].[1997]}

mysticfall commented 11 years ago

Deferring to a future version.