<?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 Advanced Scheduling with QlikView Publisher in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Advanced-Scheduling-with-QlikView-Publisher/m-p/1410262#M1249818</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day, &lt;/P&gt;&lt;P&gt;I have a scheduling request that I don't seen to resolve. I would appreciate any advise in this regard. &lt;/P&gt;&lt;P&gt;Individually I can define these triggers, but I need to manually enable / disable them at the correct intervals, every month. Not good. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a request to schedule the loading as follows: &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1st Day of the month, load once only at 03:00;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1st Day of the month, reload every hour from 15:00 to 20:00. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rest of the month, from the 2nd, reload every hour from 03:00 to 20:00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your input. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator>johngouws</dc:creator>
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Advanced Scheduling with QlikView Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Advanced-Scheduling-with-QlikView-Publisher/m-p/1410262#M1249818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day, &lt;/P&gt;&lt;P&gt;I have a scheduling request that I don't seen to resolve. I would appreciate any advise in this regard. &lt;/P&gt;&lt;P&gt;Individually I can define these triggers, but I need to manually enable / disable them at the correct intervals, every month. Not good. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a request to schedule the loading as follows: &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1st Day of the month, load once only at 03:00;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1st Day of the month, reload every hour from 15:00 to 20:00. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rest of the month, from the 2nd, reload every hour from 03:00 to 20:00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your input. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Advanced-Scheduling-with-QlikView-Publisher/m-p/1410262#M1249818</guid>
      <dc:creator>johngouws</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Scheduling with QlikView Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Advanced-Scheduling-with-QlikView-Publisher/m-p/1410263#M1249820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One trick -&lt;SPAN style="font-size: 13.3333px;"&gt;I didn't tried but maybe works- &lt;/SPAN&gt;can be setting a document that loads hourly with condition to throw an error outside the desired reload periods. Any non-existant sentence will thrown an error, like "ThrowError"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main document loads when this document has a successful load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or directly set this conditions on the first tab of the document, so it only continues to load on desired time periods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another (cleaner, but harder if you don't know it) way can be using EDX:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-2650"&gt;Using EDX in QlikView 11&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 10:10:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Advanced-Scheduling-with-QlikView-Publisher/m-p/1410263#M1249820</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2017-08-16T10:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Scheduling with QlikView Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Advanced-Scheduling-with-QlikView-Publisher/m-p/1410264#M1249823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A variation on Ruben's suggestion (indeed, there is no simple combination of triggers to do this otherwise):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create a task with an Hourly trigger that runs on every weekday between 3:00 and 20:00&lt;/LI&gt;&lt;LI&gt;In the load script, check whether the day number is 1. &lt;/LI&gt;&lt;LI&gt;If it is, check the hour. If we're running between 3:59 and 14:59, let the script fail.&lt;/LI&gt;&lt;LI&gt;If it's not, proceed as planned and execute the load script.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 14:02:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Advanced-Scheduling-with-QlikView-Publisher/m-p/1410264#M1249823</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-08-17T14:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Scheduling with QlikView Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Advanced-Scheduling-with-QlikView-Publisher/m-p/1410265#M1249828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ruben and Peter. &lt;/P&gt;&lt;P&gt;Thank you very much for the replies. &lt;/P&gt;&lt;P&gt;Peter, I am to set up a test model with this logic and give it a try. &lt;/P&gt;&lt;P&gt;Both answers very correct, but to do this properly, without a work around, one needs to do something via the EDX API. &lt;/P&gt;&lt;P&gt;Thank you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 22:04:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Advanced-Scheduling-with-QlikView-Publisher/m-p/1410265#M1249828</guid>
      <dc:creator>johngouws</dc:creator>
      <dc:date>2017-08-17T22:04:41Z</dc:date>
    </item>
  </channel>
</rss>

