How to get two different types of output i.e. excel and PDF using one concurrent program. — Oracle Analytics

Oracle Analytics Cloud and Server

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

How to get two different types of output i.e. excel and PDF using one concurrent program.

Received Response
213
Views
6
Comments

Summary

How to get two different types of output i.e. excel and PDF using one concurrent program.

Content

How to get two different types of output i.e. excel and PDF using one concurrent program.

e.g. when i submit concurrent request i should be able to see the Report output as PDF as well as excel.

Thanks in advance.

Answers

  • Brajesh Shukla-95078
    Brajesh Shukla-95078 Rank 7 - Analytics Coach

    Using FOProcessor class you can generate the output in both EXCEL and PDF but in the server location but cannot see same in Concurrent program output at a same time.

    You can generate the XML using concurrent program then using that program call the FOProcessor one with EXCEL and second with PDF. And you can get the output from server location

  • Brajesh Shukla-95078
    Brajesh Shukla-95078 Rank 7 - Analytics Coach

    This is not possible to see the output as PDF and Excel at the same time because there is only one output format for concurrent program.

    But you can select format as PDF or Excel using same rtf based on template you select while submitting the report

    image

  • Ankush Tiwari-89813
    Ankush Tiwari-89813 Rank 4 - Community Specialist

    Thanks for your response and I know this, but I want to see two different output formats atsame time.

  • Brajesh Shukla-95078
    Brajesh Shukla-95078 Rank 7 - Analytics Coach

    Great, good to here. Could you please share the solution for our benefits

  • Ankush Tiwari-89813
    Ankush Tiwari-89813 Rank 4 - Community Specialist

    Yes for sure

    First step:-

    While generating RTF in default output of PDF Select null(i.e. nothing)

    Second Step:-

    While submitting the concurrent request, there is tab name "Option" in front of layout name.

    Click on that "option " tab and you will see there one layout name would be there and its output type RTF,

    Change that into PDF OR EXCEL or any format you want

    THEN in next tab search the same layout name

    and output format as excel or any other output format(other than the first one) submit the concurrent program, there you go!! two request will be submitted each containing the output format.

  • Ankush Tiwari-89813
    Ankush Tiwari-89813 Rank 4 - Community Specialist

    Yes we can see!!, I have found the solution.Thanks for the response