Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MDX リクエストのスライサー軸 / WHERE セクションでディメンション プロパティをリクエストする方法を教えてください。メンバーの CHILDREN_CARDINALITY プロパティが必要です。どんな助けでも大歓迎です。
できません。ただし、次のように、そのプロパティを使用して WITH セクションで Set を作成できます。
WITH SET [Set Filter] As Filter({Dimension.Members}, Dimension.CurrentMember.Properties("PROPERTY_NAME") = "Value") Select {} On 0, {} On 1 FROM [Cube] WHERE ([Set Filter])