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
OBIEE Session variable in homepage/GO URL

Hello,
We have PORTALPATH variable configured for individual Roles and which works fine.
Now we are tying to make that as default URL for "Home" button as well.
I did try several approaches like below.. but no luck.
../analytics/saw.dll?dashboard&PortalPath=@{biServer.variables['NQ_SESSION.PORTALPATH']}
../analytics/saw.dll?dashboard&PortalPath=@{biServer.variables['NQ_SESSION.PORTALPATH']}
../analytics/saw.dll?dashboard&PortalPath=@{session.currentUser.portalPath}
any suggestions?
Thanks
Kaushik
Answers
-
Can you just send them to /analytics/ and OBIEE will sort the rest out based on the portalpath variable?
0 -
Hi
do you mean:
regards
0 -
PORTALPATH is working as expected and all users are redirected to the value set.
The Question I have is, after working on OBI for a while, if the User want to go back to his landing page, can we configure the HOME button on header bar to be his link of Portalpath??
0 -
Hi
did you try
(jfi: during search I saw: ..)
regards
0 -
Im looking for a combined solution of (Doc ID 1944084.1) and (Doc ID 2215294.1)
In HEADER.JS file can we use customization link with Session variable???
(for example, instead of “saw.header.NavBar.prototype.onHome=function(b,a) {saw.header.openURL(saw.commandToURL(“bieehome”),a)}”
“saw.dll?Dashboard&portalPath=”@{biServer.variables['NQ_SESSION.PORTALPATH']}”
0 -
My observation is by default PORTALPATH will apply only login.
so simply redirecting to /analytics or the bieehome is not working.
0