<?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: Left Keep Vs Left Join in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803191#M1042790</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;&lt;STRONG style="text-decoration: underline;"&gt;Left Keep:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD * INLINE&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;A, B, C&lt;/P&gt;&lt;P&gt;1, 1, 1&lt;/P&gt;&lt;P&gt;2, 2, 2&lt;/P&gt;&lt;P&gt;3, 3, 3&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;LEFT KEEP (Table1)&lt;/P&gt;&lt;P&gt;LOAD * INLINE&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;B, C, D&lt;/P&gt;&lt;P&gt;2, 2, 2&lt;/P&gt;&lt;P&gt;3, 3, 3&lt;/P&gt;&lt;P&gt;5, 5, 5&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Result:&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 separate tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table 1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A B C&lt;/P&gt;&lt;P&gt;1 1 1&lt;/P&gt;&lt;P&gt;2 2 2&lt;/P&gt;&lt;P&gt;3 3 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table 2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B C D&lt;/P&gt;&lt;P&gt;2 2 2&lt;/P&gt;&lt;P&gt;3 3 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Left Join:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD * INLINE&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;A, B, C&lt;/P&gt;&lt;P&gt;1, 1, 1&lt;/P&gt;&lt;P&gt;2, 2, 2&lt;/P&gt;&lt;P&gt;3, 3, 3&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT JOIN(Table1)&lt;/P&gt;&lt;P&gt;LOAD * INLINE&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;B, C, D&lt;/P&gt;&lt;P&gt;2, 2, 2&lt;/P&gt;&lt;P&gt;3, 3, 3&lt;/P&gt;&lt;P&gt;5, 5, 5&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Result:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1 single table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A B C D&lt;/P&gt;&lt;P&gt;1 1 1 &lt;/P&gt;&lt;P&gt;2 2 2 2&lt;/P&gt;&lt;P&gt;3 3 3 3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Dec 2014 06:41:47 GMT</pubDate>
    <dc:creator>vardhancse</dc:creator>
    <dc:date>2014-12-10T06:41:47Z</dc:date>
    <item>
      <title>When Use Keep When Use Join</title>
      <link>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803189#M1042788</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;I have knowledge what is KEEP and JOIN. I am trying to know w&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;hich scenario will &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;use KEEP (ex: LEFT KEEP) and which scenario will use JOIN (ex: LEFT JOIN).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Can you people share with examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nihhal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 06:33:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803189#M1042788</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2014-12-10T06:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Left Keep Vs Left Join</title>
      <link>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803190#M1042789</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;When any join performs between two tables you get single table but in the Keep join join is perform but you have two tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read some of this&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3412"&gt;Joins and Lookups&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-7457"&gt;Some Qlikview Joins best documents&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2375"&gt;Understanding Join, Keep and Concatenate &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-7520"&gt;Different Join Functions in Qlikview&lt;/A&gt;&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, 10 Dec 2014 06:39:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803190#M1042789</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-10T06:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Left Keep Vs Left Join</title>
      <link>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803191#M1042790</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;&lt;STRONG style="text-decoration: underline;"&gt;Left Keep:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD * INLINE&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;A, B, C&lt;/P&gt;&lt;P&gt;1, 1, 1&lt;/P&gt;&lt;P&gt;2, 2, 2&lt;/P&gt;&lt;P&gt;3, 3, 3&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;LEFT KEEP (Table1)&lt;/P&gt;&lt;P&gt;LOAD * INLINE&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;B, C, D&lt;/P&gt;&lt;P&gt;2, 2, 2&lt;/P&gt;&lt;P&gt;3, 3, 3&lt;/P&gt;&lt;P&gt;5, 5, 5&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Result:&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 separate tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table 1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A B C&lt;/P&gt;&lt;P&gt;1 1 1&lt;/P&gt;&lt;P&gt;2 2 2&lt;/P&gt;&lt;P&gt;3 3 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table 2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B C D&lt;/P&gt;&lt;P&gt;2 2 2&lt;/P&gt;&lt;P&gt;3 3 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Left Join:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD * INLINE&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;A, B, C&lt;/P&gt;&lt;P&gt;1, 1, 1&lt;/P&gt;&lt;P&gt;2, 2, 2&lt;/P&gt;&lt;P&gt;3, 3, 3&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT JOIN(Table1)&lt;/P&gt;&lt;P&gt;LOAD * INLINE&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;B, C, D&lt;/P&gt;&lt;P&gt;2, 2, 2&lt;/P&gt;&lt;P&gt;3, 3, 3&lt;/P&gt;&lt;P&gt;5, 5, 5&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Result:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1 single table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A B C D&lt;/P&gt;&lt;P&gt;1 1 1 &lt;/P&gt;&lt;P&gt;2 2 2 2&lt;/P&gt;&lt;P&gt;3 3 3 3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 06:41:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803191#M1042790</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2014-12-10T06:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Left Keep Vs Left Join</title>
      <link>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803192#M1042791</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;Assume this example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;ID,Value&lt;/P&gt;&lt;P&gt;A,20&lt;/P&gt;&lt;P&gt;B,30&lt;/P&gt;&lt;P&gt;D,45&lt;/P&gt;&lt;P&gt;E,50&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left Keep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;ID,Amt&lt;/P&gt;&lt;P&gt;A,203&lt;/P&gt;&lt;P&gt;B,304&lt;/P&gt;&lt;P&gt;C,105&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this you get&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Left Keep.png" class="image-1 jive-image" src="/legacyfs/online/73096_Left Keep.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;ID,Value&lt;/P&gt;&lt;P&gt;A,20&lt;/P&gt;&lt;P&gt;B,30&lt;/P&gt;&lt;P&gt;D,45&lt;/P&gt;&lt;P&gt;E,50&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left Join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;ID,Amt&lt;/P&gt;&lt;P&gt;A,203&lt;/P&gt;&lt;P&gt;B,304&lt;/P&gt;&lt;P&gt;C,105&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result will be&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Left Join.png" class="jive-image image-2" src="/legacyfs/online/73097_Left Join.png" style="height: auto;" /&gt;&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, 10 Dec 2014 06:46:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803192#M1042791</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-10T06:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Left Keep Vs Left Join</title>
      <link>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803193#M1042792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;P&gt;which scenarios we use left keep. can you give one example where we have to use only left keep.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nihhal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 06:47:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803193#M1042792</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2014-12-10T06:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Left Keep Vs Left Join</title>
      <link>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803194#M1042793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;P&gt;which scenarios we use left keep. can you give one example where we have to use only left keep.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nihhal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 06:47:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803194#M1042793</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2014-12-10T06:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Left Keep Vs Left Join</title>
      <link>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803195#M1042794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;functionality wise both are same, only difference is the representation in data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;keep we will see in to 2 separate tables, join we will see in one single table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 06:49:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803195#M1042794</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2014-12-10T06:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Left Keep Vs Left Join</title>
      <link>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803196#M1042795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you left join many table to the master table them it is difficult sometimes to realize which table that particular data is coming from. While when left keep we get to know which data is coming from which table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ayush &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 06:55:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803196#M1042795</guid>
      <dc:creator />
      <dc:date>2014-12-10T06:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Left Keep Vs Left Join</title>
      <link>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803197#M1042797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nihhal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In simple terms when you need to join two tables physically then use Left join (Two tables become one table), if you want to apply join logic and want to keep the two tables then use Left Keep.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join works similiar to the SQL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally left join used to load master records which are there in Transaction tables, please check below example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;INLINE [&lt;/P&gt;&lt;P&gt;CountryID, Sales&lt;/P&gt;&lt;P&gt;1, 1000&lt;/P&gt;&lt;P&gt;2, 3000&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CountryMaster:&lt;/P&gt;&lt;P&gt;LEFT KEEP (Transaction)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;CountryID,&lt;/P&gt;&lt;P&gt;Country&lt;/P&gt;&lt;P&gt;INLINE [&lt;/P&gt;&lt;P&gt;CountryID, Country&lt;/P&gt;&lt;P&gt;1, USA&lt;/P&gt;&lt;P&gt;2, India&lt;/P&gt;&lt;P&gt;3, UK ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After executing this script you will find two tables Transaction and CountryMaster, and CountryMaster table is having only two records with country USA and India, since UK has no sales in Transaction table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load UK in master table is of no use, also it is difficult if there many countries for users to select countries with sales.&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>Wed, 10 Dec 2014 07:22:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803197#M1042797</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-12-10T07:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Left Keep Vs Left Join</title>
      <link>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803198#M1042799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whenever you want to reduce a table (e.g. products) to all entries that occur in another table (e.g. Orders), but without joining the two together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 07:56:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803198#M1042799</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-12-10T07:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Left Keep Vs Left Join</title>
      <link>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803199#M1042801</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;I tried your examples result as&lt;/P&gt;&lt;P&gt;LEFT KEEP&lt;/P&gt;&lt;P&gt;Transaction:&lt;/P&gt;&lt;P&gt;Country ID,&amp;nbsp; Sales&lt;/P&gt;&lt;P&gt;1, 1000&lt;/P&gt;&lt;P&gt;2, 3000&lt;/P&gt;&lt;P&gt;Countrymaster:&lt;/P&gt;&lt;P&gt;Country ID,&amp;nbsp; Country&lt;/P&gt;&lt;P&gt;1, USA&lt;/P&gt;&lt;P&gt;2, INDIA&lt;/P&gt;&lt;P&gt;3, UK&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;LEFT JOIN&lt;/P&gt;&lt;P&gt;Country ID,&amp;nbsp; Sales, Country&lt;/P&gt;&lt;P&gt;1, 1000, USA&lt;/P&gt;&lt;P&gt;2, 3000, INDIA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did not understand difference between LEFT KEEP and LEFT JOIN? (Just difference no of tables)&lt;/P&gt;&lt;P&gt;Can you give brief example if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nihhal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 16:40:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803199#M1042801</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2014-12-12T16:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Left Keep Vs Left Join</title>
      <link>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803200#M1042804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nikhil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you use the left Join functionality as Jagan give example by expression&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Transaction:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[&lt;BR /&gt;CountryID, Sales&lt;BR /&gt;1, 1000&lt;BR /&gt;2, 3000&amp;nbsp; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;CountryMaster:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LEFT&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;JOIN&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; (Transaction)&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[&lt;BR /&gt;CountryID, Country&lt;BR /&gt;1, USA&lt;BR /&gt;2, India&lt;BR /&gt;3, UK ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;You get result single table with data&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;IMG alt="Left Join2.png" class="image-1 jive-image" src="/legacyfs/online/73371_Left Join2.png" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;And if you use Left Keep&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Transaction:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[&lt;BR /&gt;CountryID, Sales&lt;BR /&gt;1, 1000&lt;BR /&gt;2, 3000&amp;nbsp; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;CountryMaster:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LEFT&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;KEEP&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; (Transaction)&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[&lt;BR /&gt;CountryID, Country&lt;BR /&gt;1, USA&lt;BR /&gt;2, India&lt;BR /&gt;3, UK ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;You get two tables and join performs but data of same records in the second table that is CountryMaster&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Leeft Keep.png" class="jive-image image-2" src="/legacyfs/online/73372_Leeft Keep.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&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>Fri, 12 Dec 2014 17:10:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803200#M1042804</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-12T17:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Left Keep Vs Left Join</title>
      <link>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803201#M1042805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand thanks for writing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per above conversations, only difference is number of tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have read 'KEEP' as one of the performance technique.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nihhal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 11:27:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803201#M1042805</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2014-12-18T11:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Left Keep Vs Left Join</title>
      <link>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803202#M1042806</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;In simple words&lt;/P&gt;&lt;P&gt;--&amp;gt;&amp;gt;Left keep is same like left join ,it does the join but&lt;STRONG&gt; it keeps the table separate in data model&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;--&amp;gt;&amp;gt;Left join, &lt;STRONG&gt;joins the two tables and make it one table&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thats the only diffrence.and this technique is helpful as per scenarios that anybody can get.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Sudhanshu shrivas&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 11:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803202#M1042806</guid>
      <dc:creator />
      <dc:date>2014-12-18T11:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Left Keep Vs Left Join</title>
      <link>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803203#M1042807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shrivas,&lt;/P&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;Can you share which scenario we go for JOIN and which scenario we go for KEEP if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nihhal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 12:52:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803203#M1042807</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2014-12-18T12:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Left Keep Vs Left Join</title>
      <link>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803204#M1042808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Nihhal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have one to many or many to many relationship then we can use KEEP, because if we use join the records will be duplicated.&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>Thu, 18 Dec 2014 13:27:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803204#M1042808</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-12-18T13:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Left Keep Vs Left Join</title>
      <link>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803205#M1042809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;left keep and left join gives the same output.the only difference is :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Left Keep : keeps the table separate in data model.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Left Join : merges the tables that are joined&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Neetha&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 14:28:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803205#M1042809</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-18T14:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Left Keep Vs Left Join</title>
      <link>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803206#M1042812</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;Thanks for response. It seems to help me if&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; you share small example.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nihhal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 08:56:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803206#M1042812</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2015-08-14T08:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Left Keep Vs Left Join</title>
      <link>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803207#M1042813</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;You can close the thread if you got required information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 09:04:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803207#M1042813</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2015-08-14T09:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Left Keep Vs Left Join</title>
      <link>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803208#M1042814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see my last reply on this post. So i am waiting for response from jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 09:07:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/When-Use-Keep-When-Use-Join/m-p/803208#M1042814</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2015-08-14T09:07:16Z</dc:date>
    </item>
  </channel>
</rss>

