<?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 Help with Join and resident tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-Join-and-resident-tables/m-p/175123#M43695</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or depending on what you want with the JOIN, you can also use a LEFT JOIN, RIGHT JOIN or OUTER JOIN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Mar 2010 18:24:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-03-11T18:24:49Z</dc:date>
    <item>
      <title>Help with Join and resident tables</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Join-and-resident-tables/m-p/175121#M43693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to join 2 tables into 1 table, using the 'Join'.&lt;/P&gt;&lt;P&gt;Then I want to use this 1 table, to create another table using Resident.&lt;/P&gt;&lt;P&gt;My qvw only has about 10 000 or so records, but carry's on running past 10 000 when it starts on the Resident table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions as to what could be the problem with my script?&lt;/P&gt;&lt;P&gt;I've attached the sample I am working on.&lt;/P&gt;&lt;P&gt;Much appreciated!&lt;/P&gt;&lt;P&gt;Xena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Mar 2010 15:44:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Join-and-resident-tables/m-p/175121#M43693</guid>
      <dc:creator />
      <dc:date>2010-03-10T15:44:12Z</dc:date>
    </item>
    <item>
      <title>Help with Join and resident tables</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Join-and-resident-tables/m-p/175122#M43694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Xena,&lt;/P&gt;&lt;P&gt;This is the code I suppose is the right one (the join will be done using the Ord field):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;FITEM:&lt;BR /&gt;LOAD Day,&lt;BR /&gt; FITEM,&lt;BR /&gt; Month,&lt;BR /&gt; ord,&lt;BR /&gt; OSTAT,&lt;BR /&gt; planner,&lt;BR /&gt; SHPKT,&lt;BR /&gt; SSTDT,&lt;BR /&gt; Year&lt;BR /&gt;&lt;BR /&gt;FROM&lt;BR /&gt;C:\Users\Guest\Desktop\ALL.xlsx&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;BR /&gt;INNER JOIN&lt;BR /&gt;//CITEM:&lt;BR /&gt;LOAD ord,&lt;BR /&gt; ACREC,&lt;BR /&gt; CITEM,&lt;BR /&gt; cstart,&lt;BR /&gt; CUROP,&lt;BR /&gt; ODUDT,&lt;BR /&gt; ORDNO,&lt;BR /&gt; ORQTY,&lt;BR /&gt; OSNOA,&lt;BR /&gt; PLANN,&lt;BR /&gt; SEQD&lt;BR /&gt;&lt;BR /&gt;FROM&lt;BR /&gt;C:\Users\Guest\Desktop\ALL.xlsx&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I hope this helps you.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Mar 2010 16:45:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Join-and-resident-tables/m-p/175122#M43694</guid>
      <dc:creator />
      <dc:date>2010-03-11T16:45:37Z</dc:date>
    </item>
    <item>
      <title>Help with Join and resident tables</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Join-and-resident-tables/m-p/175123#M43695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or depending on what you want with the JOIN, you can also use a LEFT JOIN, RIGHT JOIN or OUTER JOIN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Mar 2010 18:24:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Join-and-resident-tables/m-p/175123#M43695</guid>
      <dc:creator />
      <dc:date>2010-03-11T18:24:49Z</dc:date>
    </item>
    <item>
      <title>Help with Join and resident tables</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Join-and-resident-tables/m-p/175124#M43696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also use concatenate (table name) if you are just wanting to merge two tables together but not "limit" data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Mar 2010 18:46:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Join-and-resident-tables/m-p/175124#M43696</guid>
      <dc:creator />
      <dc:date>2010-03-11T18:46:40Z</dc:date>
    </item>
  </channel>
</rss>

