<?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 QV 11 / Start a reload task only if/ after source table is updated in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QV-11-Start-a-reload-task-only-if-after-source-table-is-updated/m-p/742502#M1034770</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me to understand what to do and how to configure task in QMC in order to start a reload task for a QVD only if/ after the source table was updated with new record.&lt;/P&gt;&lt;P&gt;Consider that i can use a log table from witch i can read the timestamp of the last success table update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do i need to build a designated qvw file in order to capture that event and after...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jan 2015 12:20:00 GMT</pubDate>
    <dc:creator>bvmike2001</dc:creator>
    <dc:date>2015-01-21T12:20:00Z</dc:date>
    <item>
      <title>QV 11 / Start a reload task only if/ after source table is updated</title>
      <link>https://community.qlik.com/t5/QlikView/QV-11-Start-a-reload-task-only-if-after-source-table-is-updated/m-p/742502#M1034770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me to understand what to do and how to configure task in QMC in order to start a reload task for a QVD only if/ after the source table was updated with new record.&lt;/P&gt;&lt;P&gt;Consider that i can use a log table from witch i can read the timestamp of the last success table update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do i need to build a designated qvw file in order to capture that event and after...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 12:20:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-11-Start-a-reload-task-only-if-after-source-table-is-updated/m-p/742502#M1034770</guid>
      <dc:creator>bvmike2001</dc:creator>
      <dc:date>2015-01-21T12:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: QV 11 / Start a reload task only if/ after source table is updated</title>
      <link>https://community.qlik.com/t5/QlikView/QV-11-Start-a-reload-task-only-if-after-source-table-is-updated/m-p/742503#M1034771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Within the qmc by the reload-trigger options from the app you could start a reload in dependence from another successful reload-task. But this meant not necessary that a particular qvd has new records. If this is needed you could write a small if-statement in the beginning from a load-statement to check this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if filesize(qvd) &amp;gt; $(vFilesize) then // there are many more functions like this available&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; let vFilesize = filesize(qvd);&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exit script;&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 20:16:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-11-Start-a-reload-task-only-if-after-source-table-is-updated/m-p/742503#M1034771</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-01-21T20:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: QV 11 / Start a reload task only if/ after source table is updated</title>
      <link>https://community.qlik.com/t5/QlikView/QV-11-Start-a-reload-task-only-if-after-source-table-is-updated/m-p/742504#M1034772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks for your reply.&lt;/P&gt;&lt;P&gt;My plan is to update the QVD only if the source table is updated and after the QVD update task is finished i will reload the app through task success dependency.&lt;/P&gt;&lt;P&gt;So my question is how to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to build a new app that has a continuous reload a test if the source table is updated and base o this to reload the QVD with dependency?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 07:49:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-11-Start-a-reload-task-only-if-after-source-table-is-updated/m-p/742504#M1034772</guid>
      <dc:creator>bvmike2001</dc:creator>
      <dc:date>2015-01-22T07:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: QV 11 / Start a reload task only if/ after source table is updated</title>
      <link>https://community.qlik.com/t5/QlikView/QV-11-Start-a-reload-task-only-if-after-source-table-is-updated/m-p/742505#M1034773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below discussions will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-message-small" data-containerid="2056" data-containertype="14" data-objectid="553748" data-objecttype="2" href="http://community.qlik.com/message/553748#553748"&gt;http://community.qlik.com/message/553748#553748&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-message-small" data-containerid="2056" data-containertype="14" data-objectid="494538" data-objecttype="2" href="http://community.qlik.com/message/494538#494538"&gt;http://community.qlik.com/message/494538#494538&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to create and EDX trigger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 07:56:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-11-Start-a-reload-task-only-if-after-source-table-is-updated/m-p/742505#M1034773</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2015-01-22T07:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: QV 11 / Start a reload task only if/ after source table is updated</title>
      <link>https://community.qlik.com/t5/QlikView/QV-11-Start-a-reload-task-only-if-after-source-table-is-updated/m-p/742506#M1034774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks, ASHFAQ!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will study your EDX trigger solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 08:32:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-11-Start-a-reload-task-only-if-after-source-table-is-updated/m-p/742506#M1034774</guid>
      <dc:creator>bvmike2001</dc:creator>
      <dc:date>2015-01-22T08:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: QV 11 / Start a reload task only if/ after source table is updated</title>
      <link>https://community.qlik.com/t5/QlikView/QV-11-Start-a-reload-task-only-if-after-source-table-is-updated/m-p/742507#M1034775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it answer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Close the thread after all your study.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 08:50:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-11-Start-a-reload-task-only-if-after-source-table-is-updated/m-p/742507#M1034775</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2015-01-22T08:50:03Z</dc:date>
    </item>
  </channel>
</rss>

