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
OBIEE embedding without IFrames.

Hi all,
We are aiming to integrate/embed OBIEE into our web service application. Our application provides some links like 'Dashboard', 'Ad Hoc query' etc that redirect to the relevant location. Currently we are using IFrames to show OBIEE content in our application; the problem with this is that some features which work when directly accessing OBIEE do not work from within IFrames.
We would like to know the standard approach that is followed in such a scenario. Are there ways to embed content to circumvent IFrames ?
Regards.
Answers
-
Depends how closely knit you want the integration. If you want to do it properly you could hook into OBIEE's web services to run the necessary queries and render the output yourself, as demonstrated here: An Alternative Front-End for OBIEE using Web Services and D3
0