cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Analytics Cloud - Analytical Application - Loading indicator when I use "onResultChanged"

0 Likes
1,328

Dear Experts,

I have build an analytical application and it contains only a table (as per my requirement). I happen to use "onResultChanged" function of the table. When I execute the application, my table gets a loading indicator always as shown in the below screenshot

When I remove the scripts written in "onResultChanged", I don't get this loading indicator. Is there any way I can avoid this indicator and also have my script written inside "onResultChanged".

Thank you in advance...

Accepted Solutions (1)

Accepted Solutions (1)

rohitchouhan
Participant
0 Likes

Try to avoid using same object(table) function calling to same object(table).

for example your table is Table_1

and you written inside Table_1.getDataSource().....

so i will always call same function in same object everytime in loop.

0 Likes

Thank you rohitchouhan . The loading indicator disappeared.

Answers (0)