Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How to get two different types of output i.e. excel and PDF using one concurrent program.

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
-
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
0 -
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
0 -
Thanks for your response and I know this, but I want to see two different output formats atsame time.
0 -
Great, good to here. Could you please share the solution for our benefits
0 -
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.
0 -
Yes we can see!!, I have found the solution.Thanks for the response
0