<?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 Symmetric difference in load script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Symmetric-difference-in-load-script/m-p/190082#M52723</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I need to load two tables, but i need the Symmetric difference between them in script load.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;Table 1:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-2859_sourceID:2859" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 2:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-2860_sourceID:2860" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RESULT TABLE:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-2861_sourceID:2861" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Nov 2010 20:35:58 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-11-16T20:35:58Z</dc:date>
    <item>
      <title>Symmetric difference in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Symmetric-difference-in-load-script/m-p/190082#M52723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I need to load two tables, but i need the Symmetric difference between them in script load.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;Table 1:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-2859_sourceID:2859" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 2:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-2860_sourceID:2860" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RESULT TABLE:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-2861_sourceID:2861" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 20:35:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Symmetric-difference-in-load-script/m-p/190082#M52723</guid>
      <dc:creator />
      <dc:date>2010-11-16T20:35:58Z</dc:date>
    </item>
    <item>
      <title>AW:Symmetric difference in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Symmetric-difference-in-load-script/m-p/190083#M52724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;read tab2 first, then read tab1 WHERE NOT EXISTS rows from tab1. EXISTS function is the key to success!&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 20:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Symmetric-difference-in-load-script/m-p/190083#M52724</guid>
      <dc:creator />
      <dc:date>2010-11-16T20:41:31Z</dc:date>
    </item>
    <item>
      <title>AW:Symmetric difference in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Symmetric-difference-in-load-script/m-p/190084#M52725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help,&lt;/P&gt;&lt;P&gt;I attach my script:&lt;/P&gt;&lt;P&gt;fruits1:&lt;BR /&gt;LOAD id&lt;BR /&gt;FROM ..\Datos\fruits2.csv (ansi, txt, delimiter is ';', embedded labels, msq);&lt;/P&gt;&lt;P&gt;fruits2:&lt;BR /&gt;LOAD id,&lt;BR /&gt; desc&lt;BR /&gt;FROM ..\Datos\fruits.csv (ansi, txt, delimiter is ';', embedded labels, msq)&lt;BR /&gt;WHERE not exists(id);&lt;/P&gt;&lt;P&gt;DROP TABLE fruits1;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Wink" src="http://community.qlik.com/emoticons/emotion-5.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 21:44:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Symmetric-difference-in-load-script/m-p/190084#M52725</guid>
      <dc:creator />
      <dc:date>2010-11-16T21:44:00Z</dc:date>
    </item>
  </channel>
</rss>

