Help with Dimension Security
Hi, I am trying to enable dimension security on my date dimension. I have created an attribute called [inc date] which has a value of Y or N as applicable. If I use the following syntax in a mdx query then all is fine:
filter([dates].[dates period].members,[dates].[date period].currentmember.properties("Inc Date",TYPED)) = "Y"
However if I use the same syntax in the Allowed Set MDX, it validates fine, but when I try and browse the cube with the role with the security defined I get an error telling me that the generated dimension security expression is not valid.
Please advise on what I'm doing wrong.
Thanks

