Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
syedmazhar
Contributor III
Contributor III

How to make the dashboard run on 12th working day of every month.

I have a dashboard which we need to schedule to run on every months 12th and 15th working day of every month. 

Initially i had scheduled to run on 12th and 15th of every month but this is not correct. 

12th and 15th business working day can fall on any other day as well.. Is their a way to handle this issues.

 

Thanks in advance.

Syed 

Labels (2)
1 Solution

Accepted Solutions
tresesco
MVP
MVP

Try like:

Let vMy12thWorkingDate =LastWorkDate(MonthStart(today()), 12);

Then you can use an IF condition to check if today is equal to this date or not..

View solution in original post

2 Replies
tresesco
MVP
MVP

Try like:

Let vMy12thWorkingDate =LastWorkDate(MonthStart(today()), 12);

Then you can use an IF condition to check if today is equal to this date or not..

Brett_Bleess
Former Employee
Former Employee

Syedmazhar, did Amit's suggestion work for you?  In the If statement, the not equal would be a Exit Script call:

https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/Scrip...

If you got things working, do not forget to return to the thread and use the Accept as Solution button on Amit's post to give him credit for the assistance and let others know this worked.  If you are still working on things, leave an update on what you need.

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.