<?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: Duplicates identical tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Duplicates-identical-tables/m-p/1012370#M343386</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After the first right join, the table now has additional columns. The net Load loads only two fields so will not autoconcatenate. Do as Bill suggest, create a dummy table and force concatenate. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Nov 2015 14:59:57 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2015-11-03T14:59:57Z</dc:date>
    <item>
      <title>Duplicates identical tables</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicates-identical-tables/m-p/1012367#M343383</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 have a strange problem - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While I'm expecting of qlikview to automaticly concatenate the table creation that resides inside a loop it does NOT and just duplicates the tables.&lt;/P&gt;&lt;P&gt;Attaching is a screenshot of the loop and the tables schema.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/103777_Capture1.JPG" style="height: 210px; width: 620px;" /&gt;&lt;IMG alt="Capture2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/103778_Capture2.JPG" style="height: 420px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2015 08:46:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicates-identical-tables/m-p/1012367#M343383</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-03T08:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicates identical tables</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicates-identical-tables/m-p/1012368#M343384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create the table as an empty stub before the loop and then within the loop force the Concatenate().&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2015 09:59:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicates-identical-tables/m-p/1012368#M343384</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-03T09:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicates identical tables</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicates-identical-tables/m-p/1012369#M343385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;all right.&lt;/P&gt;&lt;P&gt;Thanks, I'll try that later on.&lt;/P&gt;&lt;P&gt;BTW - do you know WHY does this happen?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2015 10:11:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicates-identical-tables/m-p/1012369#M343385</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-03T10:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicates identical tables</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicates-identical-tables/m-p/1012370#M343386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After the first right join, the table now has additional columns. The net Load loads only two fields so will not autoconcatenate. Do as Bill suggest, create a dummy table and force concatenate. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2015 14:59:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicates-identical-tables/m-p/1012370#M343386</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-11-03T14:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicates identical tables</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicates-identical-tables/m-p/1012371#M343387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Didn't see that one, thanks Rob.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would it work if the script file first assembles the new segment and then performs a load that could autoconcatenate, like in:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FOR i = 1 to 28&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; LET ...;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; LET ...;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; TempInstallersXX:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; LOAD Account_id RESIDENT Accounts;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; RIGHT JOIN&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; LOAD Account_id,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(...) AS Month,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; RESIDENT solar_ffield&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; WHERE ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; GROUP BY ...;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Lost_InstallersXX: // Will AUTOCONCATENATE?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; LOAD * RESIDENT TempInstallerXX;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; DROP Table TempInstallersXX;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;NEXT i;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Edit] Sorry, I thought I got a very simple version that does the same, only to realise that I can't get my head around the LOAD/RIGHT JOIN logic. What is it's purpose? It won't reduce the data loaded from solar_field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2015 15:39:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicates-identical-tables/m-p/1012371#M343387</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-11-03T15:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicates identical tables</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicates-identical-tables/m-p/1012372#M343388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob&lt;/P&gt;&lt;P&gt;I didn't understand your sentence of - " &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;The net Load loads only two fields "&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;what is a net load? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2015 15:56:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicates-identical-tables/m-p/1012372#M343388</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-03T15:56:58Z</dc:date>
    </item>
  </channel>
</rss>

