Cell level Security based on a cell value
Posted: Thu Dec 15, 2011 4:46 pm
Hello All,
I have requirement where i need to hide a row from user belong to a specific group in Cube view. And the condition is based on a cell value for a measure. I am trying to implement it through Cell security using logic below:
[{User Group},{all measure elements}] = S:IF(DB(Cube Name, 'Dim 1','Dim2',.......,'A measure element') = 0,'NONE', CONTINUE);
I check it and it is not working. So please let me know if i am missing anything or if there is good practice to achieve it differently.
Any help would be really appreciated.
Thanks,
Manoj
I have requirement where i need to hide a row from user belong to a specific group in Cube view. And the condition is based on a cell value for a measure. I am trying to implement it through Cell security using logic below:
[{User Group},{all measure elements}] = S:IF(DB(Cube Name, 'Dim 1','Dim2',.......,'A measure element') = 0,'NONE', CONTINUE);
I check it and it is not working. So please let me know if i am missing anything or if there is good practice to achieve it differently.
Any help would be really appreciated.
Thanks,
Manoj