<?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: y join keep concatenate in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/y-join-keep-concatenate/m-p/696180#M1056026</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Join is used when you want to combine two tables into one on the basis of the unique master keys or ID in the tables, but not necessary both tables have unique keys but practice is one master table is used for join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Keep is also used with join but in this case the another table is available independently in the data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Concatenate is used when there is two or more table has same field names and they are same to each other or may be different number of rows in the tables, but they are exactly the same but always here also not necessary they have same fields. But if using the concatenate in between them will increase the number of the rows after the concatenation and this is disadvantage for the large amount of data because it takes lot of time to load in the model. The best advantage in concatenate is to connect this other table into single table with effectively less time to load in data model.&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>Sat, 25 Oct 2014 12:23:12 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-10-25T12:23:12Z</dc:date>
    <item>
      <title>y join keep concatenate</title>
      <link>https://community.qlik.com/t5/QlikView/y-join-keep-concatenate/m-p/696179#M1056025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why join and why Keep and when we should use concatenate in projects Adv and disadvantages in qlikview&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Oct 2014 10:20:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/y-join-keep-concatenate/m-p/696179#M1056025</guid>
      <dc:creator />
      <dc:date>2014-10-25T10:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: y join keep concatenate</title>
      <link>https://community.qlik.com/t5/QlikView/y-join-keep-concatenate/m-p/696180#M1056026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Join is used when you want to combine two tables into one on the basis of the unique master keys or ID in the tables, but not necessary both tables have unique keys but practice is one master table is used for join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Keep is also used with join but in this case the another table is available independently in the data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Concatenate is used when there is two or more table has same field names and they are same to each other or may be different number of rows in the tables, but they are exactly the same but always here also not necessary they have same fields. But if using the concatenate in between them will increase the number of the rows after the concatenation and this is disadvantage for the large amount of data because it takes lot of time to load in the model. The best advantage in concatenate is to connect this other table into single table with effectively less time to load in data model.&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>Sat, 25 Oct 2014 12:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/y-join-keep-concatenate/m-p/696180#M1056026</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-10-25T12:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: y join keep concatenate</title>
      <link>https://community.qlik.com/t5/QlikView/y-join-keep-concatenate/m-p/696181#M1056027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Join: is used&amp;nbsp; based on key values and matching Records in two table&lt;/P&gt;&lt;P&gt;keep : also based on key values and matching records.keep will have two table instead.but tables are reduced based on keep type for example Left keep second table reduced based on first table and records not matching with first table &lt;/P&gt;&lt;P&gt;removed after left keep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate :appent the row to first table from&amp;nbsp; sceond table&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example&lt;/P&gt;&lt;P&gt;tab1:&amp;nbsp; &lt;/P&gt;&lt;P&gt;Empid,Sales&lt;/P&gt;&lt;P&gt;1,100&lt;/P&gt;&lt;P&gt;2,300&lt;/P&gt;&lt;P&gt;3,400&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tab2:&amp;nbsp; &lt;/P&gt;&lt;P&gt;Empid,dept&lt;/P&gt;&lt;P&gt;2,10&lt;/P&gt;&lt;P&gt;3,20&lt;/P&gt;&lt;P&gt;5,40&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Result:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;after Left Join:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Empid,Sales,dept&lt;/P&gt;&lt;P&gt;1,100,&lt;/P&gt;&lt;P&gt;2,300,10&lt;/P&gt;&lt;P&gt;3,400,20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;after left keep&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Empid,Sales,dept&lt;/P&gt;&lt;P&gt;1,100,&lt;/P&gt;&lt;P&gt;2,300,10&lt;/P&gt;&lt;P&gt;3,400,20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and tables have data like &lt;/P&gt;&lt;P&gt;tab1:&amp;nbsp; &lt;/P&gt;&lt;P&gt;Empid,Sales&lt;/P&gt;&lt;P&gt;1,100&lt;/P&gt;&lt;P&gt;2,300&lt;/P&gt;&lt;P&gt;3,400&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tab2:&amp;nbsp; &lt;/P&gt;&lt;P&gt;Empid,dept&lt;/P&gt;&lt;P&gt;2,10&lt;/P&gt;&lt;P&gt;3,20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;after Concatete &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;tab1:&amp;nbsp; &lt;/P&gt;&lt;P&gt;Empid,Sales&lt;/P&gt;&lt;P&gt;1,100&lt;/P&gt;&lt;P&gt;2,300&lt;/P&gt;&lt;P&gt;3,400&lt;/P&gt;&lt;P&gt;2,&amp;nbsp;&amp;nbsp; ,10&lt;/P&gt;&lt;P&gt;3 , , 20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Oct 2014 14:35:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/y-join-keep-concatenate/m-p/696181#M1056027</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-10-25T14:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: y join keep concatenate</title>
      <link>https://community.qlik.com/t5/QlikView/y-join-keep-concatenate/m-p/696182#M1056028</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;For better understanding, have a look at below posts.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-wiki-small" data-containerid="2049" data-containertype="14" data-objectid="6562" data-objecttype="102" href="http://community.qlik.com/docs/DOC-6562"&gt;http://community.qlik.com/docs/DOC-6562&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-thread-small" data-containerid="2053" data-containertype="14" data-objectid="39177" data-objecttype="1" href="http://community.qlik.com/thread/39177"&gt;http://community.qlik.com/thread/39177&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-thread-small" data-containerid="2003" data-containertype="14" data-objectid="134760" data-objecttype="1" href="http://community.qlik.com/thread/134760"&gt;http://community.qlik.com/thread/134760&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Oct 2014 07:09:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/y-join-keep-concatenate/m-p/696182#M1056028</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-10-26T07:09:26Z</dc:date>
    </item>
  </channel>
</rss>

