Oracle Analytics Cloud and Server

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

Embed OBIEE Dashboard in a Webpage

Received Response
74
Views
3
Comments
userva
userva Rank 4 - Community Specialist

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).

  • userva
    userva Rank 4 - Community Specialist

    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.

  • userva
    userva Rank 4 - Community Specialist