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 101 forks source link

Parse problem with certain MDX statement. #80

Closed mysticfall closed 11 years ago

mysticfall commented 11 years ago
select Measures.[Store Sales] on columns, {Time.[1997]} * {[Time.Weekly].[Week].Members} on rows from Sales
mysticfall commented 11 years ago

It seems the original test MDX contained some syntax error. It works fine with the current status. I'll just add a related test cases and close this issue.