
Creator
2021-05-19
02:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Qliksense Task : Scheduling Dashboard to run on 1st business day of every month
Hi Team,
I have a dashboard that needs to be scheduled to run on 1st business day of every month. I am aware of the fact that this option is not directly available in Qliksense QMC.
can this be done via script ? Please help.
1 Solution
Accepted Solutions

MVP
2021-05-19
02:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May be you can schedule the refresh in qmc for everyday, and then a script condition at the beginning, something like:
If today()<>LastWorkDate(MonthStart(Today()),1) Then
Exit Script;
End if
2 Replies

MVP
2021-05-19
02:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May be you can schedule the refresh in qmc for everyday, and then a script condition at the beginning, something like:
If today()<>LastWorkDate(MonthStart(Today()),1) Then
Exit Script;
End if

Creator
2021-05-20
06:05 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you 🙂 it worked on my local system. Have scheduled it to run next month, should work fine.
1,269 Views
