Asynchronous Download in Obiee export Options — Oracle Analytics

Oracle Transactional Business Intelligence Idea Lab

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

Asynchronous Download in Obiee export Options

41
Views
1
Comments

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

Tagged:
1
1 votes

Submitted · Last Updated

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>