Hi,
I am implementing row level security in OBIEE 12c.I have created as new connection pool that has two tables staff_login and staff_cc.
staff_ login has user_name,user_desc
staf_cc has user_name and cost_center
I have created a session variable costcenter and it has a initialization block getting cost center data for the logged user.After this i did TABLE_NAME.COSTCENTER=VALUEOF(NQ_SESSION.COSTCENTER).
Inspite of making all the set up steps.the data is not getting filtered(cost center) when the user in logged in
I checked in Manage Sessions in RPD the user has been initialized with his cost center(Information Technology in this case).However data is not getting filtered when i run a report in OBIEE Answers.
Can anybody shed some light on what i am missing here.How to troubleshoot to make this work?
Thanks in Advance...
Regards,
Yaseen