Oracle Analytics Cloud and Server

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

View Selector Export

Received Response
32
Views
7
Comments
#Mayur
#Mayur Rank 5 - Community Champion

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

  • Christian Berg-0racle
    Christian Berg-0racle Rank 10 - Analytics Guru

    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.

    https://docs.oracle.com/middleware/bi12214/biee/BIEUG/GUID-C2A13986-0BC2-4083-8075-C6EB2522858D.htm#GUID-C7610312-8B5E-4…

  • #Mayur
    #Mayur Rank 5 - Community Champion

    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

  • 3263470
    3263470 Rank 2 - Community Beginner

    Mayur, We are trying to achieve same thinng, can you please provide exact format of Catalog Path.

    Thanks

    Viresh

  • #Mayur
    #Mayur Rank 5 - Community Champion

    Hi Viresh,

    Add the dashboard catalog path like,

    '\shared folder\dashboard_folder\Dashboard_Name'

    Hope this will help.

    Thanks.

    Best Regards,

    #Mayur

  • 3263470
    3263470 Rank 2 - Community Beginner

    Thanks but it did not work for me, tried all different possibility..we are on 12c.

  • #Mayur
    #Mayur Rank 5 - Community Champion

    Hi Viresh,

    It's working in OBIEE version: 11.1.1.9.0.

    Not sure about 12c.

    Thanks.

    Best Regards,

    #Mayur

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