Hello Everyone..
i am trying to implement dynamic security on my cube
In implementation my requirement is,suppose if A,B and C employees working in America,India and Europe respectively.Then when 'A' employee log in then he should be able to see only his customers (Should not see other customers) and similarly for B and C.
So at cube level i succeeded (means if the login user id matches with the id present in the user table).
Coming to attribute level,we have written the code when we check syntax also it is correct but when we are trying to test then we are getting the following error message:
TITLE: Microsoft SQL Server 2008 R2 Analysis Services
------------------------------
The 'Users' attribute in the 'Employee' dimension has a generated dimension security expression that is not valid.
Why we are getting this problem?
Anybody helping me out to resolve this problem