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
- 59 Oracle Analytics Data Visualizations
- 2 Oracle Analytics Data Visualizations Challenge
- 3 Oracle Analytics Career
- 4 Oracle Analytics Industry
- Find Partners
- For Partners
View Selector Export
Hello Guys,
OBIEE version: 11.1.1.9.0.
I have created analysis which contains view selector (View Selector contains 10 views).
View selector is placed on dashboard without any dashboard filter.
I am trying to export them in different tab of Excel.
Anyone please help on this? How to export the all 10 views in 10 different excel tabs?
Thank you,
Best Regards,
#Mayur
Answers
-
What you wish for is simply not how the tool works. It is not an Excel dump tool. The tool which is more geared towards exports is BI Publisher. Any dashboard can be fitted eith a custom print layout.
0 -
Thanks Christian for your reply.
I have achieved it using the JavaScript code.
I have added the JavaScript code in the Dashboard and mentioned the path which I have to extract.
JavaScript Code is like below,
<a href="javascript:void(null)" onclick="return saw.dashboard.exportToExcel('<Report_Catalog_path>', true);"><center>Export</Center></a>
It is working fine as Expected.
Thanks
Best Regards,
#Mayur
0 -
Mayur, We are trying to achieve same thinng, can you please provide exact format of Catalog Path.
Thanks
Viresh
0 -
Hi Viresh,
Add the dashboard catalog path like,
'\shared folder\dashboard_folder\Dashboard_Name'
Hope this will help.
Thanks.
Best Regards,
#Mayur
0 -
Thanks but it did not work for me, tried all different possibility..we are on 12c.
0 -
Hi Viresh,
It's working in OBIEE version: 11.1.1.9.0.
Not sure about 12c.
Thanks.
Best Regards,
#Mayur
0 -
You have the export to Excel of the whole dashboard in the menu (assuming you have the privileges required). Look at the code it has behind and do the same.
A lot changed in 12c compared to 11g in the front-end JS, don't expect a code of 11g to work the same in 12c.
0