[Mondrian] Re: Regression tests MonetDB

Julian Hyde jhyde at pentaho.com
Tue Feb 24 12:00:01 EST 2009


> This issue always puzzled me too
> 
> What if we actually had a store named 20319?

You just need to fully-qualify the name. We have [Marital Status].[M] and
[Gender].[M], so you can't just write [M].

I believe that SSAS is deterministic in the order that it searches for un-
or partially-qualified identifiers. So it will probably always resolve [M]
to [Gender].[M].

But obviously, if you use partially-qualified identifiers, your queries will
be brittle if the contents of your dimensions change.

Julian





More information about the Mondrian mailing list