<?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: Multiple file load wither inner join in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-file-load-wither-inner-join/m-p/840454#M653461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be both the files doesn't have common data. You are using Inner Join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;KKR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jul 2015 10:39:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-09T10:39:44Z</dc:date>
    <item>
      <title>Multiple file load wither inner join</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-file-load-wither-inner-join/m-p/840453#M653460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to load from multiple files 3 tables, which I wanted to concatenate. So I've used the Load From [Path\*.xlsx] (all my files ae xlsx and in the same folder). &lt;/P&gt;&lt;P&gt;Rapport1:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM [pahtfield*.xlsx](ooxml, embedded labels, table is [Rapport 1]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inner join (Rapport1)&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[pathfield\*.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is [Rapport 2]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I had no data loaded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any one can help my with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 10:32:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-file-load-wither-inner-join/m-p/840453#M653460</guid>
      <dc:creator />
      <dc:date>2015-07-09T10:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple file load wither inner join</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-file-load-wither-inner-join/m-p/840454#M653461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be both the files doesn't have common data. You are using Inner Join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;KKR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 10:39:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-file-load-wither-inner-join/m-p/840454#M653461</guid>
      <dc:creator />
      <dc:date>2015-07-09T10:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple file load wither inner join</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-file-load-wither-inner-join/m-p/840455#M653462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you use &lt;STRONG&gt;inner&lt;/STRONG&gt; join, the resulting table contains the records that have common values in their key fields.&amp;nbsp; Since you're using *, we cannot see if there are key fields at all.&amp;nbsp; And, if there are - they don't have matching values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 10:44:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-file-load-wither-inner-join/m-p/840455#M653462</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-09T10:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple file load wither inner join</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-file-load-wither-inner-join/m-p/840456#M653463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First load your two tables from your sources, then do the inner join in a resident load. Then drop the temporary second table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RAP1:&lt;/P&gt;&lt;P&gt;LOAD * FROM ...;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RAP2:&lt;/P&gt;&lt;P&gt;LOAD * FROM ...;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INNER JOIN (RAP1) LOAD * RESIDENT RAP2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE RAP2;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 10:44:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-file-load-wither-inner-join/m-p/840456#M653463</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-09T10:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple file load wither inner join</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-file-load-wither-inner-join/m-p/840457#M653464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I am sure the have common date, when I used only one file it worked, but when i used the path\*.xlsx it didn't&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 10:47:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-file-load-wither-inner-join/m-p/840457#M653464</guid>
      <dc:creator />
      <dc:date>2015-07-09T10:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple file load wither inner join</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-file-load-wither-inner-join/m-p/840458#M653465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you said concatenate &lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;wanted to concatenate&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;and in the script you used join&lt;/P&gt;&lt;P&gt;do you want to concatenate or join?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe this can help to choose&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/563384"&gt;Re: Uses for Left Join and Concatenate in tables?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 10:51:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-file-load-wither-inner-join/m-p/840458#M653465</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-07-09T10:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple file load wither inner join</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-file-load-wither-inner-join/m-p/840459#M653466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's because the JOIN will be performed after each file has been loaded, not after concatenating all files.&lt;/P&gt;&lt;P&gt;If the Key values are exclusive in the files, you'll end up with a empty set.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 10:52:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-file-load-wither-inner-join/m-p/840459#M653466</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-09T10:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple file load wither inner join</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-file-load-wither-inner-join/m-p/840460#M653467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that is exactly what happening to me. I want to first concatenate the sheets from the files and then join them&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Image1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/92387_Image1.png" style="height: 581px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 11:03:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-file-load-wither-inner-join/m-p/840460#M653467</guid>
      <dc:creator />
      <dc:date>2015-07-09T11:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple file load wither inner join</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-file-load-wither-inner-join/m-p/840461#M653468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried what I suggested above (First LOAD the two tables, then JOIN the resident tables)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 11:06:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-file-load-wither-inner-join/m-p/840461#M653468</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-09T11:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple file load wither inner join</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-file-load-wither-inner-join/m-p/840462#M653469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know how the script two merge to resident tables, can u give me a sample of script please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 11:17:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-file-load-wither-inner-join/m-p/840462#M653469</guid>
      <dc:creator />
      <dc:date>2015-07-09T11:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple file load wither inner join</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-file-load-wither-inner-join/m-p/840463#M653470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought I've done that already with my first post...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;//Assuming that all tables [Rapport 1] have same structure, so LOAD will autoconcatenate&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13.3333330154419px;"&gt;//Assuming that all tables [Rapport 2] have same structure, so second LOAD will autoconcatenate&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13.3333330154419px;"&gt;//Assuming that Rapport1 and Rapport2 have some, but not all common fields, and some matching key field values&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;Rapport1:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;LOAD *&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;FROM [pahtfield*.xlsx](ooxml, embedded labels, table is [Rapport 1]);&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;Rapport2:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;LOAD *&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;[pathfield\*.xlsx]&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;(ooxml, embedded labels, table is [Rapport 2]);&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;INNER JOIN (Rapport1) LOAD * RESIDENT Rapport2;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;DROP TABLE Rapport2;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 11:26:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-file-load-wither-inner-join/m-p/840463#M653470</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-09T11:26:55Z</dc:date>
    </item>
  </channel>
</rss>

