<?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: During reload, exclude data present in another table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/During-reload-exclude-data-present-in-another-table/m-p/1323277#M409711</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you sir! That worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Jul 2017 21:01:39 GMT</pubDate>
    <dc:creator>dukane24</dc:creator>
    <dc:date>2017-07-31T21:01:39Z</dc:date>
    <item>
      <title>During reload, exclude data present in another table</title>
      <link>https://community.qlik.com/t5/QlikView/During-reload-exclude-data-present-in-another-table/m-p/1323273#M409707</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;I've created an inline table of dates that I need to exclude during reload.&amp;nbsp; It's a table with a single field called, "Dates".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried something like what I illustrated below, but it did not work, it ended up loading nothing at all.&amp;nbsp; I thought it might work because I've used "Where Exists" to load ONLY data that matched a field in another table, so I thought trying the opposite of that would work here.&amp;nbsp; I appreciate any ideas you may have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(NOTE: I'm using more dates than this, this is just an example)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * Inline [Dates&lt;/P&gt;&lt;P&gt;2017-01-02&lt;/P&gt;&lt;P&gt;2017-05-29&lt;/P&gt;&lt;P&gt;2017-07-04&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt; Field1&lt;/P&gt;&lt;P&gt; Field2&lt;/P&gt;&lt;P&gt; Field3&lt;/P&gt;&lt;P&gt; Dates&lt;/P&gt;&lt;P&gt;Resident MainDataTable&lt;/P&gt;&lt;P&gt;Where Not Exists(Dates)&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 20:36:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/During-reload-exclude-data-present-in-another-table/m-p/1323273#M409707</guid>
      <dc:creator>dukane24</dc:creator>
      <dc:date>2017-07-31T20:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: During reload, exclude data present in another table</title>
      <link>https://community.qlik.com/t5/QlikView/During-reload-exclude-data-present-in-another-table/m-p/1323274#M409708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It might not be working because of difference in date format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 20:39:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/During-reload-exclude-data-present-in-another-table/m-p/1323274#M409708</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2017-07-31T20:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: During reload, exclude data present in another table</title>
      <link>https://community.qlik.com/t5/QlikView/During-reload-exclude-data-present-in-another-table/m-p/1323275#M409709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nate,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double check the date format of both fields from two different tables. Also if you want to load only data which will match to previously loaded table then use 'Where Exists' instead 'Where Not Exists'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 20:44:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/During-reload-exclude-data-present-in-another-table/m-p/1323275#M409709</guid>
      <dc:creator>md_qlikview</dc:creator>
      <dc:date>2017-07-31T20:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: During reload, exclude data present in another table</title>
      <link>https://community.qlik.com/t5/QlikView/During-reload-exclude-data-present-in-another-table/m-p/1323276#M409710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MainDataTable is in memory so all the possible dates are beeing used in Exists statement.&lt;/P&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;Load * Inline [Dates_exclude&lt;/P&gt;&lt;P&gt;2017-01-02&lt;/P&gt;&lt;P&gt;2017-05-29&lt;/P&gt;&lt;P&gt;2017-07-04&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt; Field1&lt;/P&gt;&lt;P&gt; Field2&lt;/P&gt;&lt;P&gt; Field3&lt;/P&gt;&lt;P&gt; Dates&lt;/P&gt;&lt;P&gt;Resident MainDataTable&lt;/P&gt;&lt;P&gt;Where Not Exists(Dates_exclude, Dates)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 20:48:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/During-reload-exclude-data-present-in-another-table/m-p/1323276#M409710</guid>
      <dc:creator>tomasz_tru</dc:creator>
      <dc:date>2017-07-31T20:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: During reload, exclude data present in another table</title>
      <link>https://community.qlik.com/t5/QlikView/During-reload-exclude-data-present-in-another-table/m-p/1323277#M409711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you sir! That worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 21:01:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/During-reload-exclude-data-present-in-another-table/m-p/1323277#M409711</guid>
      <dc:creator>dukane24</dc:creator>
      <dc:date>2017-07-31T21:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: During reload, exclude data present in another table</title>
      <link>https://community.qlik.com/t5/QlikView/During-reload-exclude-data-present-in-another-table/m-p/1323278#M409712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The columns don't have to have diffrent names.&amp;nbsp; You could load Dates as Dates and later&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;Field1&lt;/P&gt;&lt;P&gt; Field2&lt;/P&gt;&lt;P&gt; Field3&lt;/P&gt;&lt;P&gt; Dates&lt;/P&gt;&lt;P&gt;Resident MainDataTable&lt;/P&gt;&lt;P&gt;WHERE NOT EXISTS(Dates);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 21:06:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/During-reload-exclude-data-present-in-another-table/m-p/1323278#M409712</guid>
      <dc:creator>tschullo</dc:creator>
      <dc:date>2017-07-31T21:06:35Z</dc:date>
    </item>
  </channel>
</rss>

