Oracle Analytics Cloud and Server

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

directly to report folder under shared folder

Received Response
11
Views
4
Comments
Venkat Thota - BIP
Venkat Thota - BIP Rank 7 - Analytics Coach

Hi ,

When users login to obiee ,they are directed to home page , is there any way that user can directly go to report folder after logged on ?  Thanks

Answers

  • Hi,

    The starting page is the homepage or a dashboard, there isn't a setting to open the catalog by default.

    If by "report folder" you really mean a folder in the catalog then you can try by setting as default starting page a dashboard, and in the dashboard you add a redirect to the catalog page with a javascript code.

  • Thomas Dodds
    Thomas Dodds Rank 8 - Analytics Strategist

    No setting .. but if your users use a bookmarked linked like:

    http://server:port/analytics/saw.dll?catalog#%7B%22location%22%3A%22%2Fshared%2F

    ^ easy to get your specifics from the browser address bar

  • Venkat Thota - BIP
    Venkat Thota - BIP Rank 7 - Analytics Coach

    Gianni ,

    Thanks for the quick response , idea looks good but i dont know about javascript , any sample code is available ?

  • Keep in mind that Google is your friend ....

    <script>window.location = "/analytics/saw.dll?catalog";</script>Please go to <a href="/analytics/saw.dll?catalog">the Catalog</a> if not redirected automatically.