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

Need a way to mark members which does not include all of their children. #47

Open mysticfall opened 11 years ago

mysticfall commented 11 years ago

If user has excluded some members from a parent member, it would be confusing if the aggregated value of measure of its remaining children does not add up to that of parent.

So in this case we need to provide a hint to UI implementation whether a member node contains all of its children or not.

mysticfall commented 11 years ago

Should check to see if it's done in conjunction with #44