Categories
- All Categories
- 121 Oracle Analytics News
- 21 Oracle Analytics Videos
- 14.4K Oracle Analytics Forums
- 5.5K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 47 Oracle Analytics Trainings
- 7 Oracle Analytics Data Visualizations Challenge
- 4 Oracle Analytics Career
- 8 Oracle Analytics Industry
- Find Partners
- For Partners
directly to report folder under shared folder

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.
0 -
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
0 -
Gianni ,
Thanks for the quick response , idea looks good but i dont know about javascript , any sample code is available ?
0 -
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.
0