<?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: Last Modified Date Trigger in QMC in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Last-Modified-Date-Trigger-in-QMC/m-p/1199949#M879635</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is quite a good doc on here which *might* be useful but it depends what you can do database side really:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-9221" title="https://community.qlik.com/docs/DOC-9221"&gt;https://community.qlik.com/docs/DOC-9221&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A "Qlik" Way of doing it is to have a very simple qvw scan for changes, let it fail the reload if there aren't any, and then schedule your main app to run if this one is successful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No new data- reload fail - main app doesn't reload&lt;/P&gt;&lt;P&gt;new data- reload works- main app reloads&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Oct 2016 06:52:49 GMT</pubDate>
    <dc:creator>adamdavi3s</dc:creator>
    <dc:date>2016-10-17T06:52:49Z</dc:date>
    <item>
      <title>Last Modified Date Trigger in QMC</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Modified-Date-Trigger-in-QMC/m-p/1199948#M879634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we create a task in QMC, which will get triggered, whenever the data gets updated in database.&lt;/P&gt;&lt;P&gt;Please provide your inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;MK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Modified-Date-Trigger-in-QMC/m-p/1199948#M879634</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Last Modified Date Trigger in QMC</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Modified-Date-Trigger-in-QMC/m-p/1199949#M879635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is quite a good doc on here which *might* be useful but it depends what you can do database side really:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-9221" title="https://community.qlik.com/docs/DOC-9221"&gt;https://community.qlik.com/docs/DOC-9221&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A "Qlik" Way of doing it is to have a very simple qvw scan for changes, let it fail the reload if there aren't any, and then schedule your main app to run if this one is successful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No new data- reload fail - main app doesn't reload&lt;/P&gt;&lt;P&gt;new data- reload works- main app reloads&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 06:52:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Modified-Date-Trigger-in-QMC/m-p/1199949#M879635</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-10-17T06:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Last Modified Date Trigger in QMC</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Modified-Date-Trigger-in-QMC/m-p/1199950#M879636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most database systems provide a mechanism to trigger (external) actions whenever a certain event (change, condition, etc.) occurs. For example, in SQL Server, you have the SQL Server Agent that monitor the DB and acts upon configurable conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your DBMS supports such a mechanism, it is very easy to make the Database run &lt;A href="https://community.qlik.com/docs/DOC-5111"&gt;QMSEDX Enhanced&lt;/A&gt; to trigger a task in QMC. The big advantage of this method vs. polling or looping is that no cpu cycles are wasted by monitoring processes or remaining in a wait.loop to consistently check whether a condition has been fulfilled. Something only happens when it needs to happen. Not before, not afterwards.&lt;/P&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>Mon, 17 Oct 2016 11:04:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Modified-Date-Trigger-in-QMC/m-p/1199950#M879636</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-10-17T11:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Last Modified Date Trigger in QMC</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Modified-Date-Trigger-in-QMC/m-p/1199951#M879637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the replies...&lt;/P&gt;&lt;P&gt;The reson I need to Reload the application is, when I trie direct discovery, BUNDLE INFO load was not working &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 12:25:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Modified-Date-Trigger-in-QMC/m-p/1199951#M879637</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-17T12:25:08Z</dc:date>
    </item>
  </channel>
</rss>

