Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 43 Oracle Analytics and AI Sharing Center
- 19 Oracle Analytics and AI Lounge
- 283 Oracle Analytics and AI News
- 60 Oracle Analytics and AI Videos
- 16.3K Oracle Analytics and AI Forums
- 6.4K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 108 Oracle Analytics and AI Trainings
- 20 Oracle Analytics and AI 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
