[Mondrian] Better understanding of hierarchies without an All Member

Will Gorman wgorman at pentaho.com
Fri May 9 16:32:24 EDT 2014


Thanks Julian (and Pedro!).  I'll dive deeper into the history and see what I can come up with... If nothing else I'll add some more dev doc to RolapResult for future investigators.

Will

-----Original Message-----
From: mondrian-bounces at pentaho.org [mailto:mondrian-bounces at pentaho.org] On Behalf Of Julian Hyde
Sent: Friday, May 09, 2014 1:10 PM
To: Mondrian mailing list
Subject: Re: [Mondrian] Better understanding of hierarchies without an All Member

I don't recall exactly what RolapResult.loadSpecialMembers is doing; you may get some enlightenment by turning on "git annotate" and looking at the features that Richard Emberson was working on when we created that code. That is old code, and it is just possible that it is not needed.

A word about default members and "all" members. In general, we should use the default member of a hierarchy, not its all member. This applies especially to hierarchies mentioned in the MDX query. So, any code that is explicitly using the "all" member should be viewed skeptically.

But deeper down in the code, far away from the MDX, there are places where we want a hierarchy "not to have a filtering effect". This occurs, for example, when pulling dimensions into a virtual cube. For this reason, we make sure that every hierarchy internally has an "all" member, even if the user explicitly asked that it did not have one.

Julian

_______________________________________________
Mondrian mailing list
Mondrian at pentaho.org
http://lists.pentaho.org/mailman/listinfo/mondrian


More information about the Mondrian mailing list