<?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: What is the Keep advantage over Join? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-is-the-Keep-advantage-over-Join/m-p/588663#M1111829</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's obvious that after performing Join your data gets increase into result table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then what is the advantage of maintaining increased records into a seperate table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 02 Mar 2014 10:42:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-03-02T10:42:59Z</dc:date>
    <item>
      <title>What is the Keep advantage over Join?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-Keep-advantage-over-Join/m-p/588656#M1111822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I know Join will merge the result into one table and Keep will reduce the table on the basis of condition and will not merge into one table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in which scenario Keep is used and where it will be helpful and how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will appreciate if anyone can expalin with example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Mar 2014 03:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-Keep-advantage-over-Join/m-p/588656#M1111822</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-02T03:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Keep advantage over Join?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-Keep-advantage-over-Join/m-p/588657#M1111823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Balraj,&lt;/P&gt;&lt;P&gt; As far as Join concern, you have answered your own question.&lt;/P&gt;&lt;P&gt;Keep is used in many scenarios and has good advantages.&lt;/P&gt;&lt;P&gt;In keep Tables are never join, it is based on intersection of table data. Most importantly it will get store in QlikView separately. In join, both tables will get store with one name in QlikView.&lt;/P&gt;&lt;P&gt;The keep functionality reduces the number of cases where explicit joins need to be uses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Advait&lt;/STRONG&gt;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Mar 2014 05:40:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-Keep-advantage-over-Join/m-p/588657#M1111823</guid>
      <dc:creator>advait_thakur</dc:creator>
      <dc:date>2014-03-02T05:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Keep advantage over Join?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-Keep-advantage-over-Join/m-p/588658#M1111824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes As you sad Keep will apply condition on source tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:Lets take example , I have datamodel that contains fact with Sales for Dept A, B, C &amp;amp; D and Department qvd might contains departments A to Z and in this case we don't need to load other than A, B, C &amp;amp; D departments and hence we can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEPT:&lt;/P&gt;&lt;P&gt;Left Keep(Fact)&amp;nbsp; ==&amp;gt; This will reuce Unwanted dept from dept qvd and load required dept.&lt;/P&gt;&lt;P&gt;Load&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;From Department qvd.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Mar 2014 05:41:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-Keep-advantage-over-Join/m-p/588658#M1111824</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-02T05:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Keep advantage over Join?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-Keep-advantage-over-Join/m-p/588659#M1111825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;using join there may be situation where your data get increased.&lt;/P&gt;&lt;P&gt;ex:&amp;nbsp; for ID 1 in One table with one row and same ID I with 2 rows in second table .and if left join first table with second then result will have two row.but if you do left keep &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then it will have 2 seperate table . do same task as join. and no of row are still as original in first table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so in those cases where you dont want to increase no of duplicates in first table we can have two seperate table.&lt;/P&gt;&lt;P&gt;i.e you can use keep.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this make sense&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Mar 2014 07:00:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-Keep-advantage-over-Join/m-p/588659#M1111825</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-03-02T07:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Keep advantage over Join?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-Keep-advantage-over-Join/m-p/588660#M1111826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;from qlikview en espanol blog&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="keep.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/54073_keep.jpg" style="width: 620px; height: 524px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="join.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/54089_join.png" style="width: 620px; height: 441px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Mar 2014 07:36:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-Keep-advantage-over-Join/m-p/588660#M1111826</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-03-02T07:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Keep advantage over Join?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-Keep-advantage-over-Join/m-p/588661#M1111827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Balraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In different scenarios the Joins is used and keep also if using keep the separate table is maintain. It is also used to reduce the data. Suppose in any join the data get increases in the resulting table after join suppose we don't need this in this case a separate table is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Best Reagrds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Mar 2014 07:48:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-Keep-advantage-over-Join/m-p/588661#M1111827</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-03-02T07:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Keep advantage over Join?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-Keep-advantage-over-Join/m-p/588662#M1111828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Jaswant ,&lt;/P&gt;&lt;P&gt;Can u please provide With example DATA So we can understand clearly &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Mar 2014 10:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-Keep-advantage-over-Join/m-p/588662#M1111828</guid>
      <dc:creator />
      <dc:date>2014-03-02T10:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Keep advantage over Join?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-Keep-advantage-over-Join/m-p/588663#M1111829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's obvious that after performing Join your data gets increase into result table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then what is the advantage of maintaining increased records into a seperate table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Mar 2014 10:42:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-Keep-advantage-over-Join/m-p/588663#M1111829</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-02T10:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Keep advantage over Join?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-Keep-advantage-over-Join/m-p/588664#M1111830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Advait,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If Keep does'nt store in QV then where it goes? As we know QV is in memory tool and use RAM then in case of Keep where QV store the Keep records?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And after keep, records are maintained into 2 seperate table. Same thing we can store in one table using join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then why we are maintaining 2 tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balraj &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Mar 2014 10:51:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-Keep-advantage-over-Join/m-p/588664#M1111830</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-02T10:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Re: What is the Keep advantage over Join?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-Keep-advantage-over-Join/m-p/588665#M1111831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qliklearn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In 1st set of load Student_Information Dimension loaded with all Students (7 records).&lt;/P&gt;&lt;P&gt;In 2nd set of load it loaded only Students matched with fact(That way you can load only required data and can save memory usage by eliminating unwanted data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run below sample code and see data in table viewer.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;StudentRecord:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;Student ID, %Marks&lt;BR /&gt;99ECE04, 78&lt;BR /&gt;99ECE02, 67&lt;BR /&gt;99CSE33, 81&lt;BR /&gt;99MCH27, 64&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;Student_Information:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;Student ID, Student Name&lt;BR /&gt;96ECE41, Peter&lt;BR /&gt;99CSE33, Jams&lt;BR /&gt;99MCH27, Kevin&lt;BR /&gt;01ECE32, Rob&lt;BR /&gt;02ECE12, Mary&lt;BR /&gt;11ECE40, Peggy&lt;BR /&gt;06MCH37, Carol&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Fact:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Student ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;%Marks&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[% Grade]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; StudentRecord;&lt;BR /&gt;&lt;BR /&gt;Dimension:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;left&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Keep&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(Fact)&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Student ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Student Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;StudentName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Student_Information; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Mar 2014 17:11:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-Keep-advantage-over-Join/m-p/588665#M1111831</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-02T17:11:51Z</dc:date>
    </item>
  </channel>
</rss>

