<?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 Joining Resident Files in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Joining-Resident-Files/m-p/235999#M87222</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post an example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Feb 2010 18:32:14 GMT</pubDate>
    <dc:creator>prieper</dc:creator>
    <dc:date>2010-02-10T18:32:14Z</dc:date>
    <item>
      <title>Joining Resident Files</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Resident-Files/m-p/235998#M87221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having trouble joining to resident tables. These are being loaded from QVDs as the data volumes are large.&lt;/P&gt;&lt;P&gt;I've searched the community and there is just too much information out there to filter down so I am going to have to post.&lt;/P&gt;&lt;P&gt;My two tables both have order, line, release as table specific columns and a concatenated key as the join.&lt;/P&gt;&lt;P&gt;No matter how i try to join it adds the rows or joins all to all.&lt;/P&gt;&lt;P&gt;Can anyone give me any tips?&lt;/P&gt;&lt;P&gt;In effect I have the following&lt;/P&gt;&lt;P&gt;Table A loaded with a.order, a.line, a.release, a.priorty.date, key.order.line.release (one record per after a couple of aggregation steps)&lt;/P&gt;&lt;P&gt;Table B loaded with b.order ,b.line ,b.release, b.ship.date ,key.order.line.release&lt;/P&gt;&lt;P&gt;Inner Join (Table B)&lt;BR /&gt;Load key.order.line.release&lt;BR /&gt;,a.priority.date as priority.date&lt;BR /&gt;Resident Table A&lt;/P&gt;&lt;P&gt;I'd like to do the aggregation in the final join to save processing but I have broken it out to take baby steps.&lt;/P&gt;&lt;P&gt;I'm also wondering if I can just load from joined QVDs instead of pulling in the resident tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 14:35:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Resident-Files/m-p/235998#M87221</guid>
      <dc:creator />
      <dc:date>2010-02-10T14:35:08Z</dc:date>
    </item>
    <item>
      <title>Joining Resident Files</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Resident-Files/m-p/235999#M87222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post an example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 18:32:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Resident-Files/m-p/235999#M87222</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2010-02-10T18:32:14Z</dc:date>
    </item>
    <item>
      <title>Joining Resident Files</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Resident-Files/m-p/236000#M87223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Martin,&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;Inner Join ([Table B])&lt;/P&gt;&lt;P&gt;although you can actually leave out the tablename anyway as it is the last logically created table.&lt;/P&gt;&lt;P&gt;In answer to your question re the QVDs, I believe it is generally more efficient to bring them into memory (no transformation so the load is optimised) and then fiddle with them as resident tables.&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 18:55:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Resident-Files/m-p/236000#M87223</guid>
      <dc:creator />
      <dc:date>2010-02-10T18:55:53Z</dc:date>
    </item>
    <item>
      <title>Joining Resident Files</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Resident-Files/m-p/236001#M87224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the replies, I could not post a code example yesterday as I had it ripped apart working on it.&lt;/P&gt;&lt;P&gt;After going back to basics and reviewing the data and close review of the code I was able to get this to function.&lt;/P&gt;&lt;P&gt;The trick seemed to be the join fields, loading both tables with the join field having the same name rather than renaming it during the load from resident. That way it linked automatically in the inner join.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 14:54:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Resident-Files/m-p/236001#M87224</guid>
      <dc:creator />
      <dc:date>2010-02-11T14:54:01Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Joining Resident Files</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Resident-Files/m-p/236002#M87225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;I'm not sure to understand your need. Do you want &lt;STRONG&gt;to join or to concatenate&lt;/STRONG&gt; your tables ? In the latter, you can simply use the "&lt;STRONG&gt;Concatenate&lt;/STRONG&gt;" function.&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;&lt;EM&gt;TabA:&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;&lt;EM&gt;LOAD ... ;&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;&lt;EM&gt;Concatenate(TabA)&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;&lt;EM&gt;LOAD ... ;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;This way, the second load will just add the new lines to the old ones. Is that not what you wanted to do ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Franck SEREGAZA&lt;/P&gt;&lt;P&gt;Business &amp;amp; Decision&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 16:02:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Resident-Files/m-p/236002#M87225</guid>
      <dc:creator>fseregaza</dc:creator>
      <dc:date>2010-02-11T16:02:21Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Joining Resident Files</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Resident-Files/m-p/236003#M87226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Definitely want the inner join as we are both using this to add a column and limit the data set,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 19:43:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Resident-Files/m-p/236003#M87226</guid>
      <dc:creator />
      <dc:date>2010-02-11T19:43:59Z</dc:date>
    </item>
  </channel>
</rss>

