<?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 Sequence in Multiple Load Statements in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sequence-in-Multiple-Load-Statements/m-p/233858#M85373</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks JohnW.&lt;/P&gt;&lt;P&gt;I did your first suggestions but wanted to get clarification&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Nov 2009 08:20:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-11-06T08:20:24Z</dc:date>
    <item>
      <title>Sequence in Multiple Load Statements</title>
      <link>https://community.qlik.com/t5/QlikView/Sequence-in-Multiple-Load-Statements/m-p/233856#M85371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is what I am doing.&lt;/P&gt;&lt;P style="font-style: italic"&gt;Load * from Where ColName &amp;lt; XXX&lt;/P&gt;&lt;P style="font-style: italic"&gt;//(&lt;/P&gt;&lt;P style="font-style: italic"&gt;Load A, B, C From Table1 inner Join Load A, X, Y from Table 2&lt;/P&gt;&lt;P style="font-style: italic"&gt;//)&lt;/P&gt;&lt;P&gt;I want the entire joining load to execute first before the top level load statement executes.&lt;/P&gt;&lt;P&gt;Currently the top level load executes after just the statement "Load A, B, C From Table1 "&lt;/P&gt;&lt;P&gt;Is there a way to make that happen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 02:49:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sequence-in-Multiple-Load-Statements/m-p/233856#M85371</guid>
      <dc:creator />
      <dc:date>2009-11-06T02:49:05Z</dc:date>
    </item>
    <item>
      <title>Sequence in Multiple Load Statements</title>
      <link>https://community.qlik.com/t5/QlikView/Sequence-in-Multiple-Load-Statements/m-p/233857#M85372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The preceeding load syntax I believe only works with a single source load. So you'll just need to write the loads in a more linear sequence:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;[MyTable]:&lt;BR /&gt;LOAD A, B, C FROM Table1;&lt;BR /&gt;INNER JOIN LOAD A, X, Y FROM Table2;&lt;BR /&gt;INNER JOIN LOAD DISTINCT Colname RESIDENT [MyTable] WHERE ColName &amp;lt; XXX;&lt;/P&gt;&lt;P&gt;If performance is a problem, something like this may be faster at the cost of complexity (not certain I have the syntax right):&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;[MyTable]:&lt;BR /&gt;LOAD A, B, C FROM Table1;&lt;BR /&gt;INNER JOIN LOAD A, X, Y FROM Table2;&lt;BR /&gt;INNER JOIN LOAD ColName WHERE ColName &amp;lt; XXX;&lt;BR /&gt;LOAD fieldvalue('ColName',iterno()) as "ColName"&lt;BR /&gt;AUTOGENERATE 1 WHILE len(fieldvalue('ColName',iterno()));&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 03:33:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sequence-in-Multiple-Load-Statements/m-p/233857#M85372</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-11-06T03:33:32Z</dc:date>
    </item>
    <item>
      <title>Sequence in Multiple Load Statements</title>
      <link>https://community.qlik.com/t5/QlikView/Sequence-in-Multiple-Load-Statements/m-p/233858#M85373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks JohnW.&lt;/P&gt;&lt;P&gt;I did your first suggestions but wanted to get clarification&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 08:20:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sequence-in-Multiple-Load-Statements/m-p/233858#M85373</guid>
      <dc:creator />
      <dc:date>2009-11-06T08:20:24Z</dc:date>
    </item>
    <item>
      <title>Sequence in Multiple Load Statements</title>
      <link>https://community.qlik.com/t5/QlikView/Sequence-in-Multiple-Load-Statements/m-p/233859#M85374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you asking for clarification on what the fist bit of script I posted does? How it differs from using a preceeding load? I guess I need clarification on what you want clarification on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 23:45:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sequence-in-Multiple-Load-Statements/m-p/233859#M85374</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-11-06T23:45:45Z</dc:date>
    </item>
  </channel>
</rss>

