<?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: when to use concatenate vs join, trigger to decide in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/when-to-use-concatenate-vs-join-trigger-to-decide/m-p/586871#M217753</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Let Table A&lt;/P&gt;&lt;P&gt;ID, Name&lt;/P&gt;&lt;P&gt;1, X&lt;/P&gt;&lt;P&gt;2, Y&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table B&lt;/P&gt;&lt;P&gt;ID, Gender&lt;/P&gt;&lt;P&gt;1, M&lt;/P&gt;&lt;P&gt;2, F&lt;/P&gt;&lt;P&gt;3, M&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you&lt;/P&gt;&lt;P&gt;Load A&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;Load B&lt;/P&gt;&lt;P&gt;then Output will be&lt;/P&gt;&lt;P&gt;ID, Name, Gender&lt;/P&gt;&lt;P&gt;1, X, -&lt;/P&gt;&lt;P&gt;2, Y, -&lt;/P&gt;&lt;P&gt;1, -, M&lt;/P&gt;&lt;P&gt;2, -, F&lt;/P&gt;&lt;P&gt;3, -, M&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as concatenate appends the rows so for ID 1 and 2 Gender is null as no Gender is table A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now second scenario&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load A&lt;/P&gt;&lt;P&gt;Left Join&lt;/P&gt;&lt;P&gt;Load B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Out put&lt;/P&gt;&lt;P&gt;ID, Name, Genjder&lt;/P&gt;&lt;P&gt;1, X, M&lt;/P&gt;&lt;P&gt;2, Y, F&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as join add entity to existing table i.e A or B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jan 2014 05:37:23 GMT</pubDate>
    <dc:creator>maneshkhottcpl</dc:creator>
    <dc:date>2014-01-30T05:37:23Z</dc:date>
    <item>
      <title>when to use concatenate vs join, trigger to decide</title>
      <link>https://community.qlik.com/t5/QlikView/when-to-use-concatenate-vs-join-trigger-to-decide/m-p/586869#M217751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand the basic difference between concatenate and join. however I get confused as to which one to use in what situation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can someone please give easy example when you will use 1 vs the other, what triggers that decision. So if you are evaluating and comming up with data model, what aha moment will say use concatenate vs join or vice versa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 05:26:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/when-to-use-concatenate-vs-join-trigger-to-decide/m-p/586869#M217751</guid>
      <dc:creator>userid128223</dc:creator>
      <dc:date>2014-01-30T05:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: when to use concatenate vs join, trigger to decide</title>
      <link>https://community.qlik.com/t5/QlikView/when-to-use-concatenate-vs-join-trigger-to-decide/m-p/586870#M217752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are some very good community stuffs like : &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/09/12/to-join-or-not-to-join" title="http://community.qlik.com/blogs/qlikviewdesignblog/2012/09/12/to-join-or-not-to-join"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2012/09/12/to-join-or-not-to-join&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and &lt;A href="https://community.qlik.com/message/90120"&gt;CONCATENATE vs JOIN&lt;/A&gt;&lt;/P&gt;&lt;P&gt;you should look into.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 05:32:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/when-to-use-concatenate-vs-join-trigger-to-decide/m-p/586870#M217752</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-01-30T05:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: when to use concatenate vs join, trigger to decide</title>
      <link>https://community.qlik.com/t5/QlikView/when-to-use-concatenate-vs-join-trigger-to-decide/m-p/586871#M217753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Let Table A&lt;/P&gt;&lt;P&gt;ID, Name&lt;/P&gt;&lt;P&gt;1, X&lt;/P&gt;&lt;P&gt;2, Y&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table B&lt;/P&gt;&lt;P&gt;ID, Gender&lt;/P&gt;&lt;P&gt;1, M&lt;/P&gt;&lt;P&gt;2, F&lt;/P&gt;&lt;P&gt;3, M&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you&lt;/P&gt;&lt;P&gt;Load A&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;Load B&lt;/P&gt;&lt;P&gt;then Output will be&lt;/P&gt;&lt;P&gt;ID, Name, Gender&lt;/P&gt;&lt;P&gt;1, X, -&lt;/P&gt;&lt;P&gt;2, Y, -&lt;/P&gt;&lt;P&gt;1, -, M&lt;/P&gt;&lt;P&gt;2, -, F&lt;/P&gt;&lt;P&gt;3, -, M&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as concatenate appends the rows so for ID 1 and 2 Gender is null as no Gender is table A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now second scenario&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load A&lt;/P&gt;&lt;P&gt;Left Join&lt;/P&gt;&lt;P&gt;Load B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Out put&lt;/P&gt;&lt;P&gt;ID, Name, Genjder&lt;/P&gt;&lt;P&gt;1, X, M&lt;/P&gt;&lt;P&gt;2, Y, F&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as join add entity to existing table i.e A or B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 05:37:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/when-to-use-concatenate-vs-join-trigger-to-decide/m-p/586871#M217753</guid>
      <dc:creator>maneshkhottcpl</dc:creator>
      <dc:date>2014-01-30T05:37:23Z</dc:date>
    </item>
  </channel>
</rss>

