Categories
- All Categories
- 75 Oracle Analytics News
- 7 Oracle Analytics Videos
- 14K Oracle Analytics Forums
- 5.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 40 Oracle Analytics Trainings
- 60 Oracle Analytics Data Visualizations
- 2 Oracle Analytics Data Visualizations Challenge
- 3 Oracle Analytics Career
- 4 Oracle Analytics Industry
- Find Partners
- For Partners
One report - multiple tabs
Content
Hi all - how do you create a report with multiple tabs? Right now, the team implemented a page break in the report build, but it places a blank row at the top of the second tab. So I wasn't sure if there was a different way to do this? Note we are creating a report by building the data model and then clicking on Create Report and building from the wizard. We do not use RTF templates yet, although would love to learn more about that
Thank you!
Answers
-
Is there any reason why you can't use dashboards with pages to give the tabbed look and feel that you are after?
0 -
hi Prudence, one option is to create multiple layouts to achieve the tab functionality and the other option is to use an iframe within a dashboard page, something like below:
<iframe frameborder="0" MARGINWIDTH="0" MARGINHEIGHT="0" scrolling="no" width="100%" height="1200" src="../report_path/report_name.xdo?_xmode=2"></iframe>
thanks,
Santosh
0 -
Thank you - this is something I didn't think of and is really the easiest solution! Appreciate it.
0