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

Non-empty clause causes wrong member selection behavior. #116

Open mysticfall opened 10 years ago

mysticfall commented 10 years ago

This is reported by Vahe in the mailing list :

mysticfall commented 10 years ago

We can check if all existing ExpNode children of a hierarchy is either an 'all' member or a '.Chindren' function call. However, there's no easy way to find it out as initially, the Quax only keeps the position tree without FunCall nodes.

mysticfall commented 10 years ago

Possible approach to solve this one (not working yet) :