Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Embed OBIEE Dashboard in a Webpage

I am trying to embed a sample OBIEE Dashboard in an existing web portal using onclick fucntion.
Below is the code i am using and when i click on the link i created to open OBIEE dashborad is redirecting to obiee.
My requirement is to open the dashboard with in the webpage as an embed content instead of going to obiee page or opening in new page.
I didn't find any other helpful info in the blogs regarding this requirement.
<a onclick="location.href='http://server:9502/analytics/saw.dll?Dashboard&PortalPath=%2Fshared%2FSample%20Lite%2F_portal%2FQuickStart&page=Sales%20Summary'" target="_self" style="cursor:pointer">Sales Summary</a>
I also tried with Go URL but it is also not working. can someone help me out what is that I am missing
Answers
-
Hi,
Talking in general from a web point of view (OBIEE is a web app in the end) if you want to display a webpage into another you must use a frame or an iframe. So look on Google how to use <iframe> and if you check the OBIEE doc you also find details on how to embed OBIEE into something else (another page).
0 -
Gianni thanks for your response.
I tried that as well before it was giving below warning if I try to use an iframe. Do we need to enable anything in instanceconfig.xml to display obiee content in an iframe?
Blocked by Content Security Policy
This page has a content security policy that prevents it from being loaded in this way.
Firefox prevented this page from loading in this way because the page has a content security policy that disallows it.
0 -
found this link trying will let you know.
https://shivabizint.wordpress.com/2011/08/27/allow-iframe-bursting-infrom-obiee-11g/
0