<?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 Table not being loaded when using inner join and resident in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-not-being-loaded-when-using-inner-join-and-resident/m-p/157530#M32972</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rename all fields in CombinedTable ..&lt;/P&gt;&lt;P&gt;For instance ...&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;CombinedTable:&lt;BR /&gt;LOAD ID as id,&lt;BR /&gt; TargetAmt AS TA,&lt;BR /&gt; BudgetAmt AS BA&lt;BR /&gt;RESIDENT Amount;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Nov 2009 06:24:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-11-19T06:24:10Z</dc:date>
    <item>
      <title>Table not being loaded when using inner join and resident</title>
      <link>https://community.qlik.com/t5/QlikView/Table-not-being-loaded-when-using-inner-join-and-resident/m-p/157529#M32971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am doing some test to load 2 tables that has the same keys. Using inner join, I was able to successfully load the Amount table together with the Budget table in one table, Amount. When I try create another table, CombinedTable, using a resident load on Amount, the CombinedTable is not being generated. Any idea ?&lt;/P&gt;&lt;P&gt;Amount:&lt;BR /&gt; load * Inline [&lt;BR /&gt;ID, TargetAmt&lt;BR /&gt;A, 100&lt;BR /&gt;A, 200&lt;BR /&gt;A, 300&lt;BR /&gt;B, 300&lt;BR /&gt;B, 400&lt;BR /&gt;C, 400&lt;BR /&gt;D, 500&lt;BR /&gt; ];&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Budget:&lt;BR /&gt;inner join Load * Inline [&lt;BR /&gt;&lt;BR /&gt;ID, BudgetAmt&lt;BR /&gt;A, 700&lt;BR /&gt;B, 300&lt;BR /&gt;C, 600&lt;BR /&gt;E, 400&lt;BR /&gt; ]&lt;BR /&gt;;&lt;BR /&gt;&lt;BR /&gt;CombinedTable:&lt;BR /&gt;LOAD ID, TargetAmt, BudgetAmt&lt;BR /&gt;RESIDENT Amount;&lt;/P&gt;&lt;P&gt;DROP TABLE Amount;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2009 06:12:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-not-being-loaded-when-using-inner-join-and-resident/m-p/157529#M32971</guid>
      <dc:creator />
      <dc:date>2009-11-19T06:12:56Z</dc:date>
    </item>
    <item>
      <title>Table not being loaded when using inner join and resident</title>
      <link>https://community.qlik.com/t5/QlikView/Table-not-being-loaded-when-using-inner-join-and-resident/m-p/157530#M32972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rename all fields in CombinedTable ..&lt;/P&gt;&lt;P&gt;For instance ...&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;CombinedTable:&lt;BR /&gt;LOAD ID as id,&lt;BR /&gt; TargetAmt AS TA,&lt;BR /&gt; BudgetAmt AS BA&lt;BR /&gt;RESIDENT Amount;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2009 06:24:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-not-being-loaded-when-using-inner-join-and-resident/m-p/157530#M32972</guid>
      <dc:creator />
      <dc:date>2009-11-19T06:24:10Z</dc:date>
    </item>
    <item>
      <title>Table not being loaded when using inner join and resident</title>
      <link>https://community.qlik.com/t5/QlikView/Table-not-being-loaded-when-using-inner-join-and-resident/m-p/157531#M32973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That did the trick. Thanks !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2009 06:27:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-not-being-loaded-when-using-inner-join-and-resident/m-p/157531#M32973</guid>
      <dc:creator />
      <dc:date>2009-11-19T06:27:27Z</dc:date>
    </item>
    <item>
      <title>Table not being loaded when using inner join and resident</title>
      <link>https://community.qlik.com/t5/QlikView/Table-not-being-loaded-when-using-inner-join-and-resident/m-p/157532#M32974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What's happening is that when you try to create a new table with exactly the same fields, QlikView by default just concatenates onto the old table instead. Then when you drop the old table, you're left with nothing. Renaming fields works because then the fields are different, so it doesn't do the default concatenation. But a simpler and more explicit way is to use NOCONCATENATE to tell QlikView not to concatenate the data.&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;CombinedTable:&lt;BR /&gt;NOCONCATENATE&lt;BR /&gt;LOAD ID, TargetAmt, BudgetAmt&lt;BR /&gt;RESIDENT Amount;&lt;/P&gt;&lt;P&gt;Carrying this a little further, I'm always explicit with QlikView about what I want it to do. When I join, I tell it which table to join to, even when that isn't necessary. When I concatenate, I explicitly tell it to concatenate, even when that isn't necessary. And if I think there's even a chance that QlikView might get confused and add my data to another table, I use noconcatenate. It's a little more trouble up front, but helps to prevent oopses.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2009 07:01:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-not-being-loaded-when-using-inner-join-and-resident/m-p/157532#M32974</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-11-19T07:01:27Z</dc:date>
    </item>
    <item>
      <title>Table not being loaded when using inner join and resident</title>
      <link>https://community.qlik.com/t5/QlikView/Table-not-being-loaded-when-using-inner-join-and-resident/m-p/157533#M32975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good to know John. Thanks for the tip.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2009 22:19:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-not-being-loaded-when-using-inner-join-and-resident/m-p/157533#M32975</guid>
      <dc:creator />
      <dc:date>2009-11-19T22:19:21Z</dc:date>
    </item>
  </channel>
</rss>

