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
Asynchronous Download in Obiee export Options

Description
Team,
Currently obiee exports are downloaded synchronously.Which means when user try to download larger reports, they have to wait till it finishes , to carry on with any operation in Answers.It would be ideal to have the export to be allowed Asynchronously(as soon as we click export it should download in the backend) so that users can continue using the Answers or Dashboard page.
This will definitely add on to the product as many customers like to have this functionality.
Rajesh
Use Case and Business Need
Team,
Currently obiee exports are downloaded synchronously.Which means when user try to download larger reports, they have to wait till it finishes , to carry on with any operation in Answers.It would be ideal to have the export to be allowed Asynchronously(as soon as we click export it should download in the backend) so that users can continue using the Answers or Dashboard page.
This will definitely add on to the product as many customers like to have this functionality.
Rajesh
More details
Team,
Currently obiee exports are downloaded synchronously.Which means when user try to download larger reports, they have to wait till it finishes , to carry on with any operation in Answers.It would be ideal to have the export to be allowed Asynchronously(as soon as we click export it should download in the backend) so that users can continue using the Answers or Dashboard page.
This will definitely add on to the product as many customers like to have this functionality.
Rajesh
Original Idea Number: c5366c0ddb
Comments
-
You can use the following workaround by adding the following XML tag in the
instanceconfig.xml
<Download> <Export xsi:type="all"> <AsyncExport>false</AsyncExport> </Export> </Download>
0