cancel
Showing results for 
Search instead for 
Did you mean: 

Analytic application Design - data source - Script data load status

cl7
Participant

Hi.

I'm searching for a possibility to show the data load status within a text field.

First I created a text field.

Secondly I used the onInitialization-function:

text_1.applyText(...);

But how do I get the data load status of the data source?

Best regards

Chris

Accepted Solutions (0)

Answers (2)

Answers (2)

cl7
Participant
0 Kudos

Hi Saurabh.

Thanks, that is a nice feature as well.

But I would like to add the load status of the datasource (DSO in BW) to be viewed as a text field.

Best regards

Christian

saurabh_sonawane
Active Contributor
0 Kudos

Hi,

use the below function at the starting

Application.showBusyIndicator("Data is loading");

and at the ending of script write the below code

Application.hideBusyIndicator();

Thanks,

Saurabh S,

saurabh_sonawane
Active Contributor
0 Kudos

Hi,

Does your issue resolved ?

Thanks,

Saurabh S.