<?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 QVW files in QMC in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Schedule-QVW-files-in-QMC/m-p/964357#M957877</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go in triggers tab of qmc then press &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plus.png" /&gt; in task dependencies section, here add the task a.Qvw, in this way only when task a. finishes the task b. will start ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Nov 2015 09:17:57 GMT</pubDate>
    <dc:creator>alexandros17</dc:creator>
    <dc:date>2015-11-10T09:17:57Z</dc:date>
    <item>
      <title>Schedule QVW files in QMC</title>
      <link>https://community.qlik.com/t5/QlikView/Schedule-QVW-files-in-QMC/m-p/964354#M957874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have requirement like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having 2 files&lt;/P&gt;&lt;P&gt;a.QVW&lt;/P&gt;&lt;P&gt;b.QVW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to run a.QVW file, after loaded this file it got disabled and need to load b.QVW file. This should be run on everyday for 4 hours.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do it from QMC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 16:56:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Schedule-QVW-files-in-QMC/m-p/964354#M957874</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-09T16:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule QVW files in QMC</title>
      <link>https://community.qlik.com/t5/QlikView/Schedule-QVW-files-in-QMC/m-p/964355#M957875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can create a triggers......i thnk am nt sure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 17:24:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Schedule-QVW-files-in-QMC/m-p/964355#M957875</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-11-09T17:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule QVW files in QMC</title>
      <link>https://community.qlik.com/t5/QlikView/Schedule-QVW-files-in-QMC/m-p/964356#M957876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you could do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. create a vEnd variable at the start of the A script and set it as vEnd = 0&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;2. at the end of reload script of the A file SET vEnd=Today().&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;3. at the start of reloading of A document you can set a if condition: &lt;/P&gt;&lt;P&gt;IF $(vEnd) &amp;lt;&amp;gt; '0' THEN&lt;/P&gt;&lt;P&gt;insert here all your reload script&lt;/P&gt;&lt;P&gt;END IF&lt;/P&gt;&lt;P&gt;4. set the reload of A document in QMC every 4 hours.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;5. set for B document in QMC a reload after A relaod (there is a specific trigger in QMC under Documents --&amp;gt; Reloads).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The A document will be reload every 4 hours, but after the first time the if statement will exclude the real script reloading and then the B reload can start automatically.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Let me know.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;S.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 09:11:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Schedule-QVW-files-in-QMC/m-p/964356#M957876</guid>
      <dc:creator>simospa</dc:creator>
      <dc:date>2015-11-10T09:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule QVW files in QMC</title>
      <link>https://community.qlik.com/t5/QlikView/Schedule-QVW-files-in-QMC/m-p/964357#M957877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go in triggers tab of qmc then press &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plus.png" /&gt; in task dependencies section, here add the task a.Qvw, in this way only when task a. finishes the task b. will start ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 09:17:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Schedule-QVW-files-in-QMC/m-p/964357#M957877</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-11-10T09:17:57Z</dc:date>
    </item>
  </channel>
</rss>

