<?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: Load tables with exact similar structure, avoid double entries in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-tables-with-exact-similar-structure-avoid-double-entries/m-p/102413#M763979</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;using where not exist(field) will load no rows if the condition is met even if there is several rows in the same table..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jul 2018 15:27:10 GMT</pubDate>
    <dc:creator>YoussefBelloum</dc:creator>
    <dc:date>2018-07-18T15:27:10Z</dc:date>
    <item>
      <title>Load tables with exact similar structure, avoid double entries</title>
      <link>https://community.qlik.com/t5/QlikView/Load-tables-with-exact-similar-structure-avoid-double-entries/m-p/102412#M763978</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;I want to load two tables into Qlikview with the exact same structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, one table contains data for accounts from Jan 2015 till December 2017. The other table contains data from December 2017 till July 2018. It is not clear whether the first table and the same table contain both all the data from December 2017.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence, I would like to load all data from the second table that do not have the same account key/account reference like any account in the first table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to use Where not Exists(Key). However, that created the problem that if an account has several rows in the second table, only one row would be loaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I avoid that the data from December 2017 is loaded twice, but all the data in the second table is loaded?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Jan&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/Load-tables-with-exact-similar-structure-avoid-double-entries/m-p/102412#M763978</guid>
      <dc:creator>schumi1980</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Load tables with exact similar structure, avoid double entries</title>
      <link>https://community.qlik.com/t5/QlikView/Load-tables-with-exact-similar-structure-avoid-double-entries/m-p/102413#M763979</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;using where not exist(field) will load no rows if the condition is met even if there is several rows in the same table..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 15:27:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-tables-with-exact-similar-structure-avoid-double-entries/m-p/102413#M763979</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-07-18T15:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Load tables with exact similar structure, avoid double entries</title>
      <link>https://community.qlik.com/t5/QlikView/Load-tables-with-exact-similar-structure-avoid-double-entries/m-p/102414#M763980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, but the same happens for accounts in the second table that are not in the first table. I just get one row. I would like to avoid that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 15:32:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-tables-with-exact-similar-structure-avoid-double-entries/m-p/102414#M763980</guid>
      <dc:creator>schumi1980</dc:creator>
      <dc:date>2018-07-18T15:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Load tables with exact similar structure, avoid double entries</title>
      <link>https://community.qlik.com/t5/QlikView/Load-tables-with-exact-similar-structure-avoid-double-entries/m-p/102415#M763981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you just need to make your key unique maybe by adding the date and/or something like a OrderId to your account-id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 12:09:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-tables-with-exact-similar-structure-avoid-double-entries/m-p/102415#M763981</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-07-19T12:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Load tables with exact similar structure, avoid double entries</title>
      <link>https://community.qlik.com/t5/QlikView/Load-tables-with-exact-similar-structure-avoid-double-entries/m-p/102416#M763982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was afraid of that. As there was no other solution I did that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 11:52:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-tables-with-exact-similar-structure-avoid-double-entries/m-p/102416#M763982</guid>
      <dc:creator>schumi1980</dc:creator>
      <dc:date>2018-08-17T11:52:01Z</dc:date>
    </item>
  </channel>
</rss>

