Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE12c default dashboard page for particular user or role

Hi All,
I have a dashboard which is having 4 different pages, currently all users accessing first page as default dashboard.
Now we have have to set role wise default dashboard
For example users 1 will access page2 as default
User 2 will access page3 as default .
I have created portal path variable and given below path
'/shared/component/_portal/RSMM'
the above one will access all users.
Now I want to add page name in initialization block
I have tried below but got path not found
'/shared/component/_portal/RSMM/page1'
How can I pass page name in portal path?
Regards
Ram
Answers
-
Have you tried following =>
BIEE 11g|12c: How To Change The Default Dashboard Or Start Page for A User Programmatically (Doc ID 2151119.1)
0