<?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: Scheduling a Task twice in a day in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Scheduling-a-Task-twice-in-a-day/m-p/260884#M1320448</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My preferred method would be to have a control application running hourly.&amp;nbsp; The only script this needs to run would be similar to this ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; if match(hour(now()),6,15) then&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; LET vResult='Fail';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; LOAD nonExistantField resident nonExistantTable;&lt;/P&gt;&lt;P&gt;&amp;nbsp; else&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; LET vResult='Success';&lt;/P&gt;&lt;P&gt;&amp;nbsp; end if;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, set your actual document to run based on the control application failing.&amp;nbsp; When the control application succeeds, nothing happens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flipside &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Feb 2012 19:05:15 GMT</pubDate>
    <dc:creator>flipside</dc:creator>
    <dc:date>2012-02-07T19:05:15Z</dc:date>
    <item>
      <title>Scheduling a Task twice in a day</title>
      <link>https://community.qlik.com/t5/QlikView/Scheduling-a-Task-twice-in-a-day/m-p/260883#M1320446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I have to schedule a reload of my document twice a day, once at 6am and once at 3pm. Is there a way to set daily scheduling with two distinct time?&lt;/P&gt;&lt;P&gt;PS: I can't do it hourly &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;Marcello.&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/Scheduling-a-Task-twice-in-a-day/m-p/260883#M1320446</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling a Task twice in a day</title>
      <link>https://community.qlik.com/t5/QlikView/Scheduling-a-Task-twice-in-a-day/m-p/260884#M1320448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My preferred method would be to have a control application running hourly.&amp;nbsp; The only script this needs to run would be similar to this ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; if match(hour(now()),6,15) then&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; LET vResult='Fail';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; LOAD nonExistantField resident nonExistantTable;&lt;/P&gt;&lt;P&gt;&amp;nbsp; else&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; LET vResult='Success';&lt;/P&gt;&lt;P&gt;&amp;nbsp; end if;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, set your actual document to run based on the control application failing.&amp;nbsp; When the control application succeeds, nothing happens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flipside &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 19:05:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scheduling-a-Task-twice-in-a-day/m-p/260884#M1320448</guid>
      <dc:creator>flipside</dc:creator>
      <dc:date>2012-02-07T19:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling a Task twice in a day</title>
      <link>https://community.qlik.com/t5/QlikView/Scheduling-a-Task-twice-in-a-day/m-p/260885#M1320451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Schedule two triggers one at 6am and other at 3pm. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 20:49:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scheduling-a-Task-twice-in-a-day/m-p/260885#M1320451</guid>
      <dc:creator />
      <dc:date>2012-02-07T20:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling a Task twice in a day</title>
      <link>https://community.qlik.com/t5/QlikView/Scheduling-a-Task-twice-in-a-day/m-p/260886#M1320453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you flipside! Until server doesn't support this feature i'll try with your clever solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcello.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 08:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scheduling-a-Task-twice-in-a-day/m-p/260886#M1320453</guid>
      <dc:creator />
      <dc:date>2012-02-08T08:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling a Task twice in a day</title>
      <link>https://community.qlik.com/t5/QlikView/Scheduling-a-Task-twice-in-a-day/m-p/260887#M1320455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/priyadarshini" id="jive-263517120517467168391" style="background-color: #f9f9f9; font-size: 12px; color: #007fc0; font-weight: bold; font-family: Arial; text-align: center;"&gt;priyadarshini&lt;/A&gt; ,but i think i'm missing something. I can't figure out how to schedule two triggers for one document. &lt;/P&gt;&lt;P&gt;I'm running on qv server 10 (without publisher) and using QEMC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 08:10:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scheduling-a-Task-twice-in-a-day/m-p/260887#M1320455</guid>
      <dc:creator />
      <dc:date>2012-02-08T08:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling a Task twice in a day</title>
      <link>https://community.qlik.com/t5/QlikView/Scheduling-a-Task-twice-in-a-day/m-p/260888#M1320458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; &lt;IMG alt="solution.png" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/11094_solution.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;You should be able to click on "+" to add new trigger. Let me know if you can &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 15:34:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scheduling-a-Task-twice-in-a-day/m-p/260888#M1320458</guid>
      <dc:creator />
      <dc:date>2012-02-08T15:34:48Z</dc:date>
    </item>
  </channel>
</rss>

