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

Support ampersand prefixed compound ID in member identifier. #142

Open mysticfall opened 10 years ago

mysticfall commented 10 years ago

In SSAS, you can refer a member with its key by using '&' as a prefix in the identifier, for example :

[Date].[Calendar Year].&[2004]
[Date].[Calendar].[Calendar Quarter].&[2004]&[1]

We need to investigate how (or if) it is supported by Mondrian/Olap4J, and update our parser implementation to support such cases.

mysticfall commented 10 years ago

Relevant forum post :