Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi. I am using Qliksense to schedule reloads for my reports.
When I go into the Qliksense Management Console and into the Task Section to schedule a reload trigger,
it is only giving me these options:
Once
Hourly
Daily
Weekly
Monthly
Is there any way that you can schedule a "Quarterly" reload using this trigger?
You can try to schedule the load every 13 weeks, every Sunday, for example....
It's not perfect, but close enough...
If you need to do more accurate task (exactly at first day of the quarter, for example, or First Monday of the Quarter), than you need to update your script to check the Date every time the reload starts and proceed the reload only on desired day... In this case you can schedule a reload any way you want (even to start it every day) since it will be proceed by the script only at the specific date you've selected.
Regards,
Vlad
P.S. When applicable, please mark this answer Correct or Helpful.
Can you provide an example of the script condition?