<?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 Resident Anomoly in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Resident-Anomoly/m-p/361410#M705120</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an interresting thing happening when I load a table (FACT_Temp) and left join another a table (STATUS). What I want to do is Resident Load a table (FACT) from FACT_Temp. The problem is it works perfectly when only the original fields from FACT_Temp are used. When I try to Resident Load it with the field added by the Left Join (from STATUS) the table (FACT) does not load. Anyone got an idea why that would be? I have attached a sample of what I mean. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Mar 2012 04:14:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-21T04:14:14Z</dc:date>
    <item>
      <title>Resident Anomoly</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Anomoly/m-p/361410#M705120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an interresting thing happening when I load a table (FACT_Temp) and left join another a table (STATUS). What I want to do is Resident Load a table (FACT) from FACT_Temp. The problem is it works perfectly when only the original fields from FACT_Temp are used. When I try to Resident Load it with the field added by the Left Join (from STATUS) the table (FACT) does not load. Anyone got an idea why that would be? I have attached a sample of what I mean. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 04:14:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Anomoly/m-p/361410#M705120</guid>
      <dc:creator />
      <dc:date>2012-03-21T04:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Anomoly</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Anomoly/m-p/361411#M705121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let try this script:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;"Fact_Temp":&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CODE, DESCRIPTION&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, First&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, Second&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, Third&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, Fourth&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join (Fact_Temp)&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CODE, STATUS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, Active&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, Inactive&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, Active&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, Active&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Fact":&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CODE AS [Code2], DESCRIPTION, STATUS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //When STATUS is left out, the table FACT is shown&lt;/P&gt;&lt;P&gt;Resident &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Fact_Temp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table Fact_Temp;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;Just rename one field in resident load (Ex. CODE AS [Code2])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 04:27:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Anomoly/m-p/361411#M705121</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2012-03-21T04:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Anomoly</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Anomoly/m-p/361412#M705122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Sokkorn,&lt;BR /&gt;That worked, thank you very much. Is there a logical reason why you have to rename a field before you can do that or is that a work-around you figured out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 04:32:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Anomoly/m-p/361412#M705122</guid>
      <dc:creator />
      <dc:date>2012-03-21T04:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Anomoly</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Anomoly/m-p/361413#M705123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I face the same issue since last year. Can find solution, but still don't know the root cause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 04:35:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Anomoly/m-p/361413#M705123</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2012-03-21T04:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Anomoly</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Anomoly/m-p/361414#M705124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I think its because of two tables gets concatenated because QV automatically concatenates two tables which has same number of fields with same field names.NoConcatenate will help you.&lt;/P&gt;&lt;P&gt;Check with this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;CODE class="jive-code"&gt;"Fact_Temp":&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CODE, DESCRIPTION&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, First&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, Second&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, Third&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, Fourth&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Left Join (Fact_Temp)&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CODE, STATUS&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, Active&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, Inactive&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, Active&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, Active&lt;BR /&gt;];&lt;BR /&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;NoConcatenate&lt;BR /&gt;"Fact":&lt;BR /&gt;LOAD&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CODE, DESCRIPTION, STATUS&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //When STATUS is left out, the table FACT is shown&lt;BR /&gt;Resident &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Fact_Temp; &lt;BR /&gt;&lt;BR /&gt;Drop Table Fact_Temp;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 04:43:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Anomoly/m-p/361414#M705124</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-03-21T04:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Anomoly</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Anomoly/m-p/361415#M705125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I thought so too initially - that is why I put in the drop satement (for the temp table) but with the same result. I am going to log it with QlikTech support and see whether it is a bug. Will let you know!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 20:13:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Anomoly/m-p/361415#M705125</guid>
      <dc:creator />
      <dc:date>2012-03-21T20:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Anomoly</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Anomoly/m-p/361416#M705126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Celambarasan is right. It is not a bug - it is a feature. QlikView concatenates the tables unless you have different sets of fields. The drop statement does not affect anything since it happens &lt;EM&gt;&lt;STRONG&gt;after &lt;/STRONG&gt;&lt;/EM&gt;the final load statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use NoConcatenate or add a dummy field in the temp table, e.g.: 'dummy' as DummyField.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 22:30:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Anomoly/m-p/361416#M705126</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2012-03-21T22:30:50Z</dc:date>
    </item>
  </channel>
</rss>

