<?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: UnMatching Records to be append in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/UnMatching-Records-to-be-append/m-p/658479#M240299</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please let me know why you took both (Key, Dimension1 &amp;amp; '_' &amp;amp; Dimension2 &amp;amp; '_' &amp;amp; Dimension3) in NOT EXISTS condition? Both are the same fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Oct 2014 04:37:51 GMT</pubDate>
    <dc:creator>jyothish8807</dc:creator>
    <dc:date>2014-10-20T04:37:51Z</dc:date>
    <item>
      <title>UnMatching Records to be append</title>
      <link>https://community.qlik.com/t5/QlikView/UnMatching-Records-to-be-append/m-p/658477#M240297</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 have a table1 having 10 columns &amp;amp; table 2 having 7 columns, where i need to compare 3 fields from both table. If the 3 fields are not matching with the second table 3 fields i need to append 7 columns to my table1. Please tell me if you have any idea..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 03:18:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UnMatching-Records-to-be-append/m-p/658477#M240297</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-20T03:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: UnMatching Records to be append</title>
      <link>https://community.qlik.com/t5/QlikView/UnMatching-Records-to-be-append/m-p/658478#M240298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;Dimension1 &amp;amp; '_' &amp;amp; Dimension2 &amp;amp; '_' &amp;amp; Dimension3 AS Key&lt;/P&gt;&lt;P&gt;FROM Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(Data)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM Table2&lt;/P&gt;&lt;P&gt;WHERE NOT EXISTS (Key, Dimension1 &amp;amp; '_' &amp;amp; Dimension2 &amp;amp; '_' &amp;amp; Dimension3);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Note: Replace Dimension1, Dimension2 and Dimension3 with your matching fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want detailed help on this chec Exists() in Qlikview Help file (F1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 03:24:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UnMatching-Records-to-be-append/m-p/658478#M240298</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-10-20T03:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: UnMatching Records to be append</title>
      <link>https://community.qlik.com/t5/QlikView/UnMatching-Records-to-be-append/m-p/658479#M240299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please let me know why you took both (Key, Dimension1 &amp;amp; '_' &amp;amp; Dimension2 &amp;amp; '_' &amp;amp; Dimension3) in NOT EXISTS condition? Both are the same fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 04:37:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UnMatching-Records-to-be-append/m-p/658479#M240299</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2014-10-20T04:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: UnMatching Records to be append</title>
      <link>https://community.qlik.com/t5/QlikView/UnMatching-Records-to-be-append/m-p/658480#M240300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jyothish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Key column is the key field in Table1, and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt; Dimension1 &amp;amp; '_' &amp;amp; Dimension2 &amp;amp; '_' &amp;amp; Dimension3 is the key using which we are excluding the already loaded records.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Refer Qlikview Help file (F1) for detailed explanation.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 05:11:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UnMatching-Records-to-be-append/m-p/658480#M240300</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-10-20T05:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: UnMatching Records to be append</title>
      <link>https://community.qlik.com/t5/QlikView/UnMatching-Records-to-be-append/m-p/658481#M240301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks alot Jagan &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 05:21:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UnMatching-Records-to-be-append/m-p/658481#M240301</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2014-10-20T05:21:24Z</dc:date>
    </item>
  </channel>
</rss>

