Handcrafted MDX field containing a variable get's overwritten with string literal

Issue #591 resolved
George created an issue

If you open the subset editor containing previously handcrafted MDX field with a variable, the variable gets overwritten with string literal.

MDX works as expected but subsequent edits see the variable being replaced with a literal.

{FILTER([DGL-Geography].[DGL-Geography].Members, [DGL-Geography].[DGL-Geography].CurrentMember.Properties("Legal Entity")="$<<Data.DGL-Legal Entity.DGL-Legal Entity>>")}

becomes:

{FILTER([DGL-Geography].[DGL-Geography].Members, [DGL-Geography].[DGL-Geography].CurrentMember.Properties("Legal Entity")="8000")}

Comments (2)

  1. Log in to comment