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
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Bursting to get output file as .xlsx instead of .xls

user10953153
Rank 1 - Community Starter
Summary
Bursting to get output file as .xlsx instead of .xls
Content
How to get output file in .xlsx format instead of .xls format through bursting
0
Answers
-
Use xlsx for OUTPUT_FORMAT parameter
https://docs.oracle.com/cd/E28280_01/bi.1111/e22258/add_burst_def.htm#BIPDM394
0 -
Hi,
In the Bursting Query, Add this parameter to generate output type in 'xlsx' format.
>> select
---------
---------
'xlsx' OUTPUT_FORMAT,
---------
---------
---------
from <table name>
0