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.
ディメンション isAllMembersEnabled=false を設定した場合、デフォルトのメンバー値を指定する方法。
ディメンションのサンプル データは [A、B、C、D、E] で、ディメンションを選択すると、デフォルト値は C になります。
mdx コンテキストで指定できます。
<mdxContext> <defaultMembers> <defaultMember dimensionName="name of your dimension"> <defaultValue>[name of the level of C].[C]</defaultValue> </defaultMember> </defaultMembers> </mdxContext>