Hi Guys,
I am trying to implement a row level section access based on Employee ID. My Data model is a star schema model with three kinds of Employee ID Dimension tables linked to the fact. I am trying to implement an OR-based exclusion where an employee should only see the fact table records when his ID is in any one of the three Employee fields. Unfortunately, its working in an AND exclusion manner i.e reducing records when all 3 are the employee's ID. Please let me know any ideas/suggestions. Thanks in Advance!