OBIEE Session variable in homepage/GO URL — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

OBIEE Session variable in homepage/GO URL

Received Response
72
Views
6
Comments
Kaushik K
Kaushik K Rank 2 - Community Beginner

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

  • Daniel Willis
    Daniel Willis Rank 4 - Community Specialist

    Can you just send them to /analytics/ and OBIEE will sort the rest out based on the portalpath variable?

  • Hendrik Schmidt
    Hendrik Schmidt Rank 4 - Community Specialist

    Hi

    do you mean:

    regards

  • Kaushik K
    Kaushik K Rank 2 - Community Beginner

    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??

  • Hendrik Schmidt
    Hendrik Schmidt Rank 4 - Community Specialist

    Hi

    did you try

    (jfi: during search I saw: ..)

    regards

  • Kaushik K
    Kaushik K Rank 2 - Community Beginner

    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']}”

  • Kaushik K
    Kaushik K Rank 2 - Community Beginner

    My observation is by default PORTALPATH will apply only login.

    so simply redirecting to /analytics or the bieehome is not working.