Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
suppose we have we have 4 section in qliksense app and the four section loads different qvd, is there any possibilities to schedule each section in different timings i.e. only the intended scripts should load on respective schedule.
Regards,
Raj
Try as 4 different apps with different schedules and use the Binary load of that apps in your main app.
There is no way to selectively schedule part of an app.
You can use IF statements within your script to avoid running certain sections depending on the time of day (using Now()), etc. However, the app would still need to be scheduled multiple times.