Is [All] a level aswell as a member

左心房为你撑大大i 提交于 2019-12-24 01:27:47

问题


Looking at the diagram for our ClientId hierarchy I see a pattern that is repeated in most hierarchies:

If I expand All then every member of that hierarchy is included - is All a level as well as a member?


回答1:


All, is the parent member of all the members of an attribute whose propertey "IsAggregatable" is set to TRUE.

ALL is also a level that contains the All-member(s).

Depending what you are using the following statements can return a reasonable result or an Error, so I would it is good to know the difference between ALL and All

Dim.hier.[All].children
Dim.hier.[(All)].children
Dim.hier.[(All)].members
Dim.hier.[ALL].children
Dim.hier.[ALL].members

Hope this clarifies some things

Tom



来源:https://stackoverflow.com/questions/17316940/is-all-a-level-aswell-as-a-member

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!