<?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: Identify type of joining in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Identify-type-of-joining/m-p/1284600#M623302</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;temp1:&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;&amp;nbsp; Id, Field1&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1,A&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2,A&lt;/P&gt;&lt;P&gt;&amp;nbsp; 3,A&lt;/P&gt;&lt;P&gt;&amp;nbsp; 4,A&lt;/P&gt;&lt;P&gt;&amp;nbsp; 5,A&lt;/P&gt;&lt;P&gt;&amp;nbsp; 6,A&lt;/P&gt;&lt;P&gt;&amp;nbsp; ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEMP2:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;Where Not Exists (Id);&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;&amp;nbsp; Id, Field1&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1,B&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2,B&lt;/P&gt;&lt;P&gt;&amp;nbsp; 3,B&lt;/P&gt;&lt;P&gt;&amp;nbsp; 4,B&lt;/P&gt;&lt;P&gt;&amp;nbsp; 8,B&lt;/P&gt;&lt;P&gt;&amp;nbsp; 9,B&lt;/P&gt;&lt;P&gt;&amp;nbsp; ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table temp1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Dec 2016 17:19:08 GMT</pubDate>
    <dc:creator>johnca</dc:creator>
    <dc:date>2016-12-19T17:19:08Z</dc:date>
    <item>
      <title>Identify type of joining</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-type-of-joining/m-p/1284596#M623298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Colleagues, good day!&lt;/P&gt;&lt;P&gt;Simple question:&lt;/P&gt;&lt;P&gt;Script loads first table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="128"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;Id&lt;/TD&gt;&lt;TD width="64"&gt;Field1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;1&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;2&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;3&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;4&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;5&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;6&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Then i must load second table but only data for those Id which are not contain in first table:&lt;/P&gt;&lt;P&gt;Second:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="128"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;Id&lt;/TD&gt;&lt;TD width="64"&gt;Field2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;1&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;2&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;3&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;4&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;8&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;9&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In result i must get only:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="128"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;Id&lt;/TD&gt;&lt;TD width="64"&gt;Field2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;8&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;9&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 17:11:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-type-of-joining/m-p/1284596#M623298</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-19T17:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Identify type of joining</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-type-of-joining/m-p/1284597#M623299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try on your second load :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where not exists (Id)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 17:14:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-type-of-joining/m-p/1284597#M623299</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-19T17:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Identify type of joining</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-type-of-joining/m-p/1284598#M623300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Id,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;B:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Id,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where not Exists(Id);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table A;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 17:16:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-type-of-joining/m-p/1284598#M623300</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-19T17:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Identify type of joining</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-type-of-joining/m-p/1284599#M623301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;It works.&lt;/P&gt;&lt;P&gt;But how QV Know, what previous table must be checked for &lt;SPAN lang="en"&gt;already exist values? (Id in this case)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 17:18:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-type-of-joining/m-p/1284599#M623301</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-19T17:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Identify type of joining</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-type-of-joining/m-p/1284600#M623302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;temp1:&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;&amp;nbsp; Id, Field1&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1,A&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2,A&lt;/P&gt;&lt;P&gt;&amp;nbsp; 3,A&lt;/P&gt;&lt;P&gt;&amp;nbsp; 4,A&lt;/P&gt;&lt;P&gt;&amp;nbsp; 5,A&lt;/P&gt;&lt;P&gt;&amp;nbsp; 6,A&lt;/P&gt;&lt;P&gt;&amp;nbsp; ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEMP2:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;Where Not Exists (Id);&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;&amp;nbsp; Id, Field1&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1,B&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2,B&lt;/P&gt;&lt;P&gt;&amp;nbsp; 3,B&lt;/P&gt;&lt;P&gt;&amp;nbsp; 4,B&lt;/P&gt;&lt;P&gt;&amp;nbsp; 8,B&lt;/P&gt;&lt;P&gt;&amp;nbsp; 9,B&lt;/P&gt;&lt;P&gt;&amp;nbsp; ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table temp1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 17:19:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-type-of-joining/m-p/1284600#M623302</guid>
      <dc:creator>johnca</dc:creator>
      <dc:date>2016-12-19T17:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Identify type of joining</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-type-of-joining/m-p/1284601#M623303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QlikView checks the data model for the field Id and looks up values already loaded into the field.&amp;nbsp; This is done at the field level, not the table level.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 17:20:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-type-of-joining/m-p/1284601#M623303</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-19T17:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Identify type of joining</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-type-of-joining/m-p/1284602#M623304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is how Exist function works where it checks against all possible value within a field previously loaded in the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 17:21:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-type-of-joining/m-p/1284602#M623304</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-19T17:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Identify type of joining</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-type-of-joining/m-p/1284603#M623305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlik checked for this the values within the symbol-tables, see here what is meant: &lt;A href="https://community.qlik.com/qlik-blogpost/2848"&gt;Symbol Tables and Bit-Stuffed Pointers&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 17:23:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-type-of-joining/m-p/1284603#M623305</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-12-19T17:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Identify type of joining</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-type-of-joining/m-p/1284604#M623306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks))&lt;/P&gt;&lt;P&gt;And is is possible to check for some fields combinations?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ex:&lt;/P&gt;&lt;P&gt;First table:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 128px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;Id&lt;/TD&gt;&lt;TD width="64"&gt;F1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;1&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;2&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;3&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;4&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;5&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;6&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;B&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 128px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;Id&lt;/TD&gt;&lt;TD width="64"&gt;F1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;1&lt;/TD&gt;&lt;TD align="right"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;2&lt;/TD&gt;&lt;TD&gt;ed&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;3&lt;/TD&gt;&lt;TD&gt;fd&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;4&lt;/TD&gt;&lt;TD&gt;dfd&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;5&lt;/TD&gt;&lt;TD&gt;fdf&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;6&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;7&lt;/TD&gt;&lt;TD&gt;u&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for where not Exists(Id&amp;amp;F1) i must get only:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="128"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;Id&lt;/TD&gt;&lt;TD width="64"&gt;F1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;5&lt;/TD&gt;&lt;TD&gt;fdf&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;7&lt;/TD&gt;&lt;TD&gt;u&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it returns empty result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 17:26:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-type-of-joining/m-p/1284604#M623306</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-19T17:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Identify type of joining</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-type-of-joining/m-p/1284605#M623307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 17:27:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-type-of-joining/m-p/1284605#M623307</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-19T17:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Identify type of joining</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-type-of-joining/m-p/1284606#M623308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, dear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 17:27:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-type-of-joining/m-p/1284606#M623308</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-19T17:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Identify type of joining</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-type-of-joining/m-p/1284607#M623309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why is 5 included, but 1 or 2 not included in your final output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 17:29:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-type-of-joining/m-p/1284607#M623309</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-19T17:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Identify type of joining</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-type-of-joining/m-p/1284608#M623310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, it's my mistake:&lt;/P&gt;&lt;P&gt;Necessary result:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="128"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;Id&lt;/TD&gt;&lt;TD width="64"&gt;F1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;1&lt;/TD&gt;&lt;TD align="right"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;2&lt;/TD&gt;&lt;TD&gt;ed&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;3&lt;/TD&gt;&lt;TD&gt;fd&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;4&lt;/TD&gt;&lt;TD&gt;dfd&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;5&lt;/TD&gt;&lt;TD&gt;fdf&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;7&lt;/TD&gt;&lt;TD&gt;u&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 17:36:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-type-of-joining/m-p/1284608#M623310</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-19T17:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Identify type of joining</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-type-of-joining/m-p/1284609#M623311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;A:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD Id,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;Id&amp;amp;Field1 as Check&lt;/SPAN&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;FROM....&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;B:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="color: #ff0000;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD Id,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;FROM ...&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Where &lt;SPAN style="color: #ff0000;"&gt;not Exists(Check, Id&amp;amp;Field1);&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;DROP Table A;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 17:43:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-type-of-joining/m-p/1284609#M623311</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-19T17:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Identify type of joining</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-type-of-joining/m-p/1284610#M623312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect!&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 18:01:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-type-of-joining/m-p/1284610#M623312</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-19T18:01:18Z</dc:date>
    </item>
  </channel>
</rss>

