Skip to Content
0
Aug 25, 2023 at 03:06 PM

Sap analytics cloud analytic designer script execution with delay

94 Views

Hi,

In a script, is there a possibility to execute a part of a script with a delay ? Exemple :

Application.showBusyIndicator("Loading data");

Table_List.getDataSource().setDimensionFilter("EXERCICE",{id:Exercice,description:Exercice});

...

WAIT 3s (here I would like to push the execution of the rest of the script after 3 seconds)

Panneau_Filtres_En_Tete.setVisible(true);

Panneau_Liste.setVisible(true);

thanks in advance

Mat