My requirement is show dashboard on my adf screen based on user role . For this I created three dashboards
Dashboard1- assigned to role1 Dashboard2- assigned to role2 Dashboard3- assigned to role3 .
I created a adf page which contains the three Obiee dashboards( using )
Now whenever a user with roles(role1 and role2) logs into my adf application ,he should be shown only Dashboard1 and Dashboard2. I achieved this by setting permission to dashboard in obiee, but the problem is that " Access denied for Dashboard3" message is shown for the Dashboard3 .
How can i overcome it or is there any way where i can render only those dashboards which are assigned to the logged in user. Is there any API exposed by obiee which gives me the dashboard assigned to a particular user.
Can anyone help me on this.