Dear Team,
While using tabstrip component in Analytics Designer , is it possible to not load the data sources of other tabs through scripting while the 1st tab is getting loaded .
This is in regards to the performance of the dashboard . At the moment when I check the performance of the dashboard , all the tabs and the corresponding data sources are getting loaded simultaneously.
BR,
A Singh
Request clarification before answering.
Hi,
please try the below code = onInitialization funcation
Application.setRefreshPaused([Chart_1.getDataSource()],true);
and write the below code onClick of tab trip 2
Application.setRefreshPaused([Chart_1.getDataSource()],false); Application.refreshData([Chart_1.getDataSource()]);
Thanks,
Saurabh S.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.