<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Holidays handling in task execution schedular in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Holidays-handling-in-task-execution-schedular/m-p/1174307#M887277</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/swuehl"&gt;swuehl&lt;/A&gt;‌. Yes &lt;/STRONG&gt;you are right that directly it can not be handle on QMC scheduler.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have used some logical adjustments with the help of Qlikview's internal function &amp;amp; SQL-Stored Procedure -&lt;/P&gt;&lt;P&gt;1. Holiday list is maintained in SQL database &amp;amp; a stored procedure returns me a flag whether to execute report or not.&lt;/P&gt;&lt;P&gt;also it returns me Hoilday &amp;amp; its next working day.&lt;/P&gt;&lt;P&gt;2. In script of qlikview - the stored procedure is called &amp;amp; check whether to execute or not.&lt;/P&gt;&lt;P&gt;3. EXIT SCRIPT function with WHEN functionality offers to exit script or continue execution of script with conditional.&lt;/P&gt;&lt;P&gt;3. In QMC scheduler, task is set to execute on everyday basis. But when it is starts execution - in its script flag is compared &amp;amp; decides whether to continue execution or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my script I have compared date &amp;amp; time both as I have different timings of executions.&lt;/P&gt;&lt;P&gt;Hope above will help someone in further. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Nov 2016 09:30:26 GMT</pubDate>
    <dc:creator>prashantbaste</dc:creator>
    <dc:date>2016-11-24T09:30:26Z</dc:date>
    <item>
      <title>Holidays handling in task execution schedular</title>
      <link>https://community.qlik.com/t5/QlikView/Holidays-handling-in-task-execution-schedular/m-p/1174305#M887275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;I believe you all are doing excellent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a task which executes on every Monday &amp;amp; FirstDay of month. Which executes smoothly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it now has to modify in a way that, if it is holiday on Monday or First of Month it should execute on next day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest me how can I manage execution of tasks on QMC/Publisher&amp;nbsp; with above conditional schedules?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant P Baste&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Holidays-handling-in-task-execution-schedular/m-p/1174305#M887275</guid>
      <dc:creator>prashantbaste</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Holidays handling in task execution schedular</title>
      <link>https://community.qlik.com/t5/QlikView/Holidays-handling-in-task-execution-schedular/m-p/1174306#M887276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you can add this condition on QMC scheduler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an alternative to run the task each working day and check on first day of month / holidays in your script, you can use a more sophistaced external scheduler in combination with an EDX trigger.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2016 09:08:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Holidays-handling-in-task-execution-schedular/m-p/1174306#M887276</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-09-09T09:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Holidays handling in task execution schedular</title>
      <link>https://community.qlik.com/t5/QlikView/Holidays-handling-in-task-execution-schedular/m-p/1174307#M887277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/swuehl"&gt;swuehl&lt;/A&gt;‌. Yes &lt;/STRONG&gt;you are right that directly it can not be handle on QMC scheduler.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have used some logical adjustments with the help of Qlikview's internal function &amp;amp; SQL-Stored Procedure -&lt;/P&gt;&lt;P&gt;1. Holiday list is maintained in SQL database &amp;amp; a stored procedure returns me a flag whether to execute report or not.&lt;/P&gt;&lt;P&gt;also it returns me Hoilday &amp;amp; its next working day.&lt;/P&gt;&lt;P&gt;2. In script of qlikview - the stored procedure is called &amp;amp; check whether to execute or not.&lt;/P&gt;&lt;P&gt;3. EXIT SCRIPT function with WHEN functionality offers to exit script or continue execution of script with conditional.&lt;/P&gt;&lt;P&gt;3. In QMC scheduler, task is set to execute on everyday basis. But when it is starts execution - in its script flag is compared &amp;amp; decides whether to continue execution or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my script I have compared date &amp;amp; time both as I have different timings of executions.&lt;/P&gt;&lt;P&gt;Hope above will help someone in further. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2016 09:30:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Holidays-handling-in-task-execution-schedular/m-p/1174307#M887277</guid>
      <dc:creator>prashantbaste</dc:creator>
      <dc:date>2016-11-24T09:30:26Z</dc:date>
    </item>
  </channel>
</rss>

