Let Excel prefetch the whole ragged hierarchy from SSAS -
i have following ragged hierarchy:
you can see there plus sign in front of "rent" however. clicking on it, hierarchy cannot expanded:
the hierarchy saved follows in relational database:
i using hidememberif onlychildwithparentname in ssas dimension settings.
how can make excel show expand sign, if possible? have looked @ query beeing send sql server profiler , can see excel retrieves on level @ time. want force retrieve whole hierarchy or @ least second level user not have non-working expand signs.
i know not appear parent child hierarchies, have several constraints not allow me use them.
if understanding correctly, need set mdx compatibility
in visual studio(vs)
, sql server management studio(ssms)
, can placeholder value when browse cube. if have misunderstand, please provide more informations. ragged hierarchies
hand-in-hand hidememberif
, mdx compatibility
.
mdx compatibility
1 of special-purpose parameters connection string properties when connecting analysis services
. valid values include 0, 1, 2. 0 , 1 expose placeholder members; 2 not. if empty, 0 assumed.
please see links below:
Comments
Post a Comment