<?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: Join: Only see the difference between to files in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Join-Only-see-the-difference-between-to-files/m-p/1293487#M872146</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CSV:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type&amp;amp;Size&amp;amp;cost as Key &lt;/P&gt;&lt;P&gt;From yourCSVfile;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;DB:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Size,&lt;/P&gt;&lt;P&gt;cost,&lt;/P&gt;&lt;P&gt;qty&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;From your DB&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Where Not Exists(Key, Type&amp;amp;Size&amp;amp;cost)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table CSV;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Nov 2016 09:54:36 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2016-11-23T09:54:36Z</dc:date>
    <item>
      <title>Join: Only see the difference between to files</title>
      <link>https://community.qlik.com/t5/QlikView/Join-Only-see-the-difference-between-to-files/m-p/1293484#M872143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me with his one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got on one hand our database and then a client send us a csv file. All good I can make joins on fields and get everything to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT I would also need to see by this join that I made IF one file contains any other rows. So in the case below the only row I want to see in a table is the Trousers one. So that I can easy contact the client regarding these trousers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DB&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Type, Size cost, qty&lt;/P&gt;&lt;P&gt;Jeans, L, 32, 1&lt;/P&gt;&lt;P&gt;Shirt, L, 23, 2&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Trousers,M, 199, 10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;CSV&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Type, Size cost, qty&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Jeans, L, 32, 1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Shirt, L, 23, 2&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/Join-Only-see-the-difference-between-to-files/m-p/1293484#M872143</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Join: Only see the difference between to files</title>
      <link>https://community.qlik.com/t5/QlikView/Join-Only-see-the-difference-between-to-files/m-p/1293485#M872144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14798939649168838" jivemacro_uid="_14798939649168838"&gt;
&lt;P&gt;CSV:&lt;/P&gt;
&lt;P&gt;Load *, Type&amp;amp;Size&amp;amp;cost as Key&amp;nbsp; Inline&lt;/P&gt;
&lt;P&gt;[&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Type, Size, cost, qty&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Jeans, L, 32, 1&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Shirt, L, 23, 2&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;/P&gt;
&lt;P&gt;DB:&lt;/P&gt;
&lt;P&gt;Load * Inline&lt;/P&gt;
&lt;P&gt;[&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Type, Size, cost, qty&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Jeans, L, 32, 1&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Shirt, L, 23, 2&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Trousers, M, 199, 10&lt;/P&gt;
&lt;P&gt;]Where Not Exists(Key, Type&amp;amp;Size&amp;amp;cost);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Drop Table CSV;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 09:39:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-Only-see-the-difference-between-to-files/m-p/1293485#M872144</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-11-23T09:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Join: Only see the difference between to files</title>
      <link>https://community.qlik.com/t5/QlikView/Join-Only-see-the-difference-between-to-files/m-p/1293486#M872145</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;This inline works by using LOAD * from the table aswell? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 09:42:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-Only-see-the-difference-between-to-files/m-p/1293486#M872145</guid>
      <dc:creator />
      <dc:date>2016-11-23T09:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Join: Only see the difference between to files</title>
      <link>https://community.qlik.com/t5/QlikView/Join-Only-see-the-difference-between-to-files/m-p/1293487#M872146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CSV:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type&amp;amp;Size&amp;amp;cost as Key &lt;/P&gt;&lt;P&gt;From yourCSVfile;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;DB:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Size,&lt;/P&gt;&lt;P&gt;cost,&lt;/P&gt;&lt;P&gt;qty&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;From your DB&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Where Not Exists(Key, Type&amp;amp;Size&amp;amp;cost)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table CSV;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 09:54:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-Only-see-the-difference-between-to-files/m-p/1293487#M872146</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-11-23T09:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Join: Only see the difference between to files</title>
      <link>https://community.qlik.com/t5/QlikView/Join-Only-see-the-difference-between-to-files/m-p/1293488#M872147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can use Inline table also but data with in the Qlikview file. What is your actual requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 11:46:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-Only-see-the-difference-between-to-files/m-p/1293488#M872147</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2016-11-23T11:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Join: Only see the difference between to files</title>
      <link>https://community.qlik.com/t5/QlikView/Join-Only-see-the-difference-between-to-files/m-p/1293489#M872148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My requirement is that I have 2 files, 1 is mine 2nd one is the clients. Then I only want to see the difference between those two files. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2016 07:47:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-Only-see-the-difference-between-to-files/m-p/1293489#M872148</guid>
      <dc:creator />
      <dc:date>2016-11-24T07:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: Join: Only see the difference between to files</title>
      <link>https://community.qlik.com/t5/QlikView/Join-Only-see-the-difference-between-to-files/m-p/1293490#M872149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From DB and CSV, What was your expected output?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Final&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Type, Size cost, qty&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2016 07:55:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-Only-see-the-difference-between-to-files/m-p/1293490#M872149</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-11-24T07:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Join: Only see the difference between to files</title>
      <link>https://community.qlik.com/t5/QlikView/Join-Only-see-the-difference-between-to-files/m-p/1293491#M872150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My expected output is just only the row that differences from either file. See below&lt;/P&gt;&lt;P&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;"&gt;Type, Size cost, qty&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Trousers,M, 199, 10&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2016 09:56:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-Only-see-the-difference-between-to-files/m-p/1293491#M872150</guid>
      <dc:creator />
      <dc:date>2016-11-24T09:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Join: Only see the difference between to files</title>
      <link>https://community.qlik.com/t5/QlikView/Join-Only-see-the-difference-between-to-files/m-p/1293492#M872151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what my first reply is giving... What is wrong with my reply? have you even tried?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2016 09:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-Only-see-the-difference-between-to-files/m-p/1293492#M872151</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-11-24T09:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Join: Only see the difference between to files</title>
      <link>https://community.qlik.com/t5/QlikView/Join-Only-see-the-difference-between-to-files/m-p/1293493#M872152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did u tried manish solution? it's giving the same result whatever u expecting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI,PFA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2016 10:11:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-Only-see-the-difference-between-to-files/m-p/1293493#M872152</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2016-11-24T10:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Join: Only see the difference between to files</title>
      <link>https://community.qlik.com/t5/QlikView/Join-Only-see-the-difference-between-to-files/m-p/1293494#M872153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Im sure it does cant seem to understand load inline tough:/ I provided my app in original post. Can you have a look please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2016 10:57:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-Only-see-the-difference-between-to-files/m-p/1293494#M872153</guid>
      <dc:creator />
      <dc:date>2016-11-24T10:57:41Z</dc:date>
    </item>
  </channel>
</rss>

