Hi.
I have to work with Cell Security and do very simple MDX into it. You can replay it with Adventure Works 2012 EE I did my test on.
[Measures].CurrentMember IS [Measures].[Order Count]
OR [Measures].CurrentMember IS [Measures].[Internet Sales Amount]
It works great that only this measures contains data. But If a multi selection in excel or browser takes place "Order Count" became (null). Without this security it works fine. Also if the (strange) subselect in the MDX is changed to a normal WHERE Statement with a set it works fine.
So at the end I have two questions:
1. Why is only one measures displayed. Looks weired, because I expected that both should be (null) or both should be visible.
2. How I can work around this issue to setup a working cell security with Excel.
This issue is also reported in connect because it seems to be a bug (more or less in excel...)
Thanks in advance,
Nils