<?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: How to NoConcatenate two &amp;quot;loop load table&amp;quot; in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-NoConcatenate-two-quot-loop-load-table-quot/m-p/651011#M238102</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a simple way is to add a fake field (something like '1' as myfield in only one of the load in this way there will be no concatenation ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... then you cn drop the field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Oct 2014 15:37:10 GMT</pubDate>
    <dc:creator>alexandros17</dc:creator>
    <dc:date>2014-10-02T15:37:10Z</dc:date>
    <item>
      <title>How to NoConcatenate two "loop load table"</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-NoConcatenate-two-quot-loop-load-table-quot/m-p/651010#M238101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I've two table loaded by a loop.&lt;/P&gt;&lt;P&gt;Each table is loaded by a Concatenate in its loop, but I've to force the NoConcatenate from first table and second table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;let Start=2015;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;let Finish=2020;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;//--- FIRST TABLE ---&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;for yy=$(Start) to $(Finish)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;HoursTable:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; Concatenate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; LOAD &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; '$(yy)' as [Year]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; ,[Hours] as [Hours]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; ,[Note]&amp;nbsp; as [HoursNote]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; ['YEAR $(yy).xls'](biff, embedded labels, table is [HoursSheet$])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;next&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;//--- SECOND TABLE ---&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt; line-height: 1.5em;"&gt;for yy=$(Start) to $(Finish)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;MoneyTable:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; Concatenate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; LOAD &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; '$(yy)' as [Year]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; ,[Money] as [Money]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; ,[Note]&amp;nbsp; as [MoneyNote]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; ['YEAR $(yy).xls'](biff, embedded labels, table is [MoneySheet$])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;next&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 15:27:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-NoConcatenate-two-quot-loop-load-table-quot/m-p/651010#M238101</guid>
      <dc:creator />
      <dc:date>2014-10-02T15:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to NoConcatenate two "loop load table"</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-NoConcatenate-two-quot-loop-load-table-quot/m-p/651011#M238102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a simple way is to add a fake field (something like '1' as myfield in only one of the load in this way there will be no concatenation ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... then you cn drop the field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 15:37:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-NoConcatenate-two-quot-loop-load-table-quot/m-p/651011#M238102</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-10-02T15:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to NoConcatenate two "loop load table"</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-NoConcatenate-two-quot-loop-load-table-quot/m-p/651012#M238103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can just comment out the "concatenate" command in de for-next loop. &lt;/P&gt;&lt;P&gt;This will automatically create 2 separate tables, but linked in the datamodel on "Year".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 17:35:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-NoConcatenate-two-quot-loop-load-table-quot/m-p/651012#M238103</guid>
      <dc:creator>geert_gelade</dc:creator>
      <dc:date>2014-10-02T17:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to NoConcatenate two "loop load table"</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-NoConcatenate-two-quot-loop-load-table-quot/m-p/651013#M238104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Tahoma; font-size: 14px;"&gt;I think I'll use a fake field. This will make explicit the operation. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Tahoma; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Tahoma; font-size: 14px;"&gt;Thank you all.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 07:06:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-NoConcatenate-two-quot-loop-load-table-quot/m-p/651013#M238104</guid>
      <dc:creator />
      <dc:date>2014-10-03T07:06:25Z</dc:date>
    </item>
  </channel>
</rss>

