<?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: Concatenante and joins in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Concatenante-and-joins/m-p/660901#M668558</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are doing a good job ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Oct 2014 09:34:05 GMT</pubDate>
    <dc:creator>alexandros17</dc:creator>
    <dc:date>2014-10-20T09:34:05Z</dc:date>
    <item>
      <title>Concatenante and joins</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenante-and-joins/m-p/660898#M668555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 6 tables : A1, A2, A3, B1, B2, B3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to have one big table like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A1 concatenate A2 concatenate A3&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;B1 concatenante B2 concatenante B3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the more efficient way to do it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far, I have done:&lt;/P&gt;&lt;P&gt;A:&lt;/P&gt;&lt;P&gt;LOAD * from A1;&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;LOAD * from A2;&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;LOAD * from A3;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE A into A.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B:&lt;/P&gt;&lt;P&gt;LOAD * from B1;&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;LOAD * from B2;&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;LOAD * from B3;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE B into B.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * from A.qvd(qvd);&lt;/P&gt;&lt;P&gt;LEFT JOIN&lt;/P&gt;&lt;P&gt;LOAD * from B.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is the only syntax I have found to do it. But I realize I export data in qvd and right after import them so there is probably a more efficient way to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 09:16:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenante-and-joins/m-p/660898#M668555</guid>
      <dc:creator />
      <dc:date>2014-10-20T09:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenante and joins</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenante-and-joins/m-p/660899#M668556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After A: write NoConcatenate and so for B:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So A:&lt;/P&gt;&lt;P&gt;noconcatenate&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B:&lt;/P&gt;&lt;P&gt;noconcatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do not export to qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:&lt;/P&gt;&lt;P&gt;noconcatenate&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * resident A;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LEFT JOIN&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * resident B;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;drop tables A,B;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;in this way you are working in memory&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 09:20:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenante-and-joins/m-p/660899#M668556</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-10-20T09:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenante and joins</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenante-and-joins/m-p/660900#M668557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you Alessandro !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am feeling stupid not to have thought of "resident" &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does work better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a good day !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 09:28:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenante-and-joins/m-p/660900#M668557</guid>
      <dc:creator />
      <dc:date>2014-10-20T09:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenante and joins</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenante-and-joins/m-p/660901#M668558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are doing a good job ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 09:34:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenante-and-joins/m-p/660901#M668558</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-10-20T09:34:05Z</dc:date>
    </item>
  </channel>
</rss>

