<?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 How to Trigger/not trigger in QMC like a tree design in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Trigger-not-trigger-in-QMC-like-a-tree-design/m-p/6136#M792826</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I request you to look into the problem statement and let us know what can be done about this? I'm trying to implement a Tree model solution for this, but I'm stuck. Here is the algorithm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. If it is a weekday, check for automatic trigger from source, if trigger is successful -&amp;gt; Do not run the scheduled trigger (2:00 AM), because the job already ran that day.&lt;/P&gt;&lt;P&gt;2. If it is a weekday, check for automatic trigger from source, if trigger didn't happen -&amp;gt; Run the scheduled trigger (2:00 AM).&lt;/P&gt;&lt;P&gt;3. If it is a Saturday, don't do anything.&lt;/P&gt;&lt;P&gt;4. if it is a Sunday, check for automatic trigger from source, if trigger is successful -&amp;gt; Do not run the scheduled trigger (9:00 PM), because the job already ran that day.&lt;/P&gt;&lt;P&gt;5. If it is a Sunday, check for automatic trigger from source, if trigger didn't happen -&amp;gt; Run the scheduled trigger (9:00 AM). &lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/191144_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your time,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ambareesh Jonnavittula&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>jonnaamb</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>How to Trigger/not trigger in QMC like a tree design</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Trigger-not-trigger-in-QMC-like-a-tree-design/m-p/6136#M792826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I request you to look into the problem statement and let us know what can be done about this? I'm trying to implement a Tree model solution for this, but I'm stuck. Here is the algorithm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. If it is a weekday, check for automatic trigger from source, if trigger is successful -&amp;gt; Do not run the scheduled trigger (2:00 AM), because the job already ran that day.&lt;/P&gt;&lt;P&gt;2. If it is a weekday, check for automatic trigger from source, if trigger didn't happen -&amp;gt; Run the scheduled trigger (2:00 AM).&lt;/P&gt;&lt;P&gt;3. If it is a Saturday, don't do anything.&lt;/P&gt;&lt;P&gt;4. if it is a Sunday, check for automatic trigger from source, if trigger is successful -&amp;gt; Do not run the scheduled trigger (9:00 PM), because the job already ran that day.&lt;/P&gt;&lt;P&gt;5. If it is a Sunday, check for automatic trigger from source, if trigger didn't happen -&amp;gt; Run the scheduled trigger (9:00 AM). &lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/191144_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your time,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ambareesh Jonnavittula&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/How-to-Trigger-not-trigger-in-QMC-like-a-tree-design/m-p/6136#M792826</guid>
      <dc:creator>jonnaamb</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to Trigger/not trigger in QMC like a tree design</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Trigger-not-trigger-in-QMC-like-a-tree-design/m-p/6137#M792827</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;I would maintain an ETL table(QVD) which will set the flag if the reload is done successfully and I will check this table to decide if reload is needed or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To do this you need following steps.&lt;/P&gt;&lt;P&gt;1. In each QVW file at the end of the script you can create/Update a QVD and set the flag.&lt;/P&gt;&lt;P&gt;2. Create another QVW file which will check this QVD and if flag is not updated then run the batch file which will trigger the qvw which you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 08:06:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Trigger-not-trigger-in-QMC-like-a-tree-design/m-p/6137#M792827</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2018-01-24T08:06:02Z</dc:date>
    </item>
  </channel>
</rss>

