<?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. :Schedule reload for workdays only in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Schedule-reload-for-workdays-only/m-p/170025#M1282279</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this reload frequency is not possible with QVS, you have to do it with another task scheduler.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Jan 2011 14:22:16 GMT</pubDate>
    <dc:creator>martin59</dc:creator>
    <dc:date>2011-01-10T14:22:16Z</dc:date>
    <item>
      <title>Schedule reload for workdays only</title>
      <link>https://community.qlik.com/t5/QlikView/Schedule-reload-for-workdays-only/m-p/170024#M1282275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a QVW that I want to reload every hour, but only during working days. Overnight and at weekends I don't want it to reload at all.&lt;/P&gt;&lt;P&gt;Can I achieve this with the QV Server reload scheduler, or will I need to control it externally?&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/Schedule-reload-for-workdays-only/m-p/170024#M1282275</guid>
      <dc:creator>RickWild64</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re. :Schedule reload for workdays only</title>
      <link>https://community.qlik.com/t5/QlikView/Schedule-reload-for-workdays-only/m-p/170025#M1282279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this reload frequency is not possible with QVS, you have to do it with another task scheduler.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jan 2011 14:22:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Schedule-reload-for-workdays-only/m-p/170025#M1282279</guid>
      <dc:creator>martin59</dc:creator>
      <dc:date>2011-01-10T14:22:16Z</dc:date>
    </item>
    <item>
      <title>Re. :Schedule reload for workdays only</title>
      <link>https://community.qlik.com/t5/QlikView/Schedule-reload-for-workdays-only/m-p/170026#M1282284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK - merci Martin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jan 2011 16:38:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Schedule-reload-for-workdays-only/m-p/170026#M1282284</guid>
      <dc:creator>RickWild64</dc:creator>
      <dc:date>2011-01-10T16:38:55Z</dc:date>
    </item>
    <item>
      <title>Schedule reload for workdays only</title>
      <link>https://community.qlik.com/t5/QlikView/Schedule-reload-for-workdays-only/m-p/170027#M1282286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could go back to the old way. Use the QlikView commandline feature and Microsoft scheduler.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 01:00:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Schedule-reload-for-workdays-only/m-p/170027#M1282286</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2011-01-11T01:00:38Z</dc:date>
    </item>
    <item>
      <title>Schedule reload for workdays only</title>
      <link>https://community.qlik.com/t5/QlikView/Schedule-reload-for-workdays-only/m-p/170028#M1282288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QlikView Publisher can run Monday through Friday and only between particular hours on those days. I don't know of any way to give it a holiday list to skip, though, so it would still be running a little more often than you probably want. I also don't know if you have QlikView Publisher, since that wasn't specifically what you asked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 01:21:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Schedule-reload-for-workdays-only/m-p/170028#M1282288</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-01-11T01:21:00Z</dc:date>
    </item>
    <item>
      <title>Schedule reload for workdays only</title>
      <link>https://community.qlik.com/t5/QlikView/Schedule-reload-for-workdays-only/m-p/170029#M1282290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to all responders.&lt;/P&gt;&lt;P&gt;I don't have Publisher, but thanks for the info anyway.&lt;/P&gt;&lt;P&gt;In the end I put a test at the top of the script to see what day/time it is, then do an exit script if it's overnight or weekends. This particular qvw only extracts data into QVDs, so that works fine.&lt;/P&gt;&lt;P&gt;I haven't tried it yet, but I think that if I make downstream apps reload dependent on a successful run of the initial data extract I can control the whole thing this way.&lt;/P&gt;&lt;P&gt;I haven't tried figuring in public holidays - maybe in phase2;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 18:30:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Schedule-reload-for-workdays-only/m-p/170029#M1282290</guid>
      <dc:creator>RickWild64</dc:creator>
      <dc:date>2011-01-31T18:30:09Z</dc:date>
    </item>
  </channel>
</rss>

