<?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: Order of operations in data load script in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Order-of-operations-in-data-load-script/m-p/1423092#M33865</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, figured. Thought I'd give it a shot thought. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Dec 2017 17:37:40 GMT</pubDate>
    <dc:creator>jonvitale</dc:creator>
    <dc:date>2017-12-18T17:37:40Z</dc:date>
    <item>
      <title>Order of operations in data load script</title>
      <link>https://community.qlik.com/t5/App-Development/Order-of-operations-in-data-load-script/m-p/1423088#M33861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This feels pretty beginner, but I'm not sure what the answer is, so please let me know. If I have script like the following:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Left Join (TableA)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;TableB:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Load FRUITS, VEGETABLES from ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableC:&lt;/P&gt;&lt;P&gt;Load FRUITS, VEGETABLES from ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will table B first join to table A, and then a separate table C will load into memory&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;Will table B and C concatenate and then the result will be joined with TableA&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case I would prefer that the concatenation occurs before the joining, but I suspect that it wouldn't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(by the way, I can do a workaround with Residents - no problem - I just want to make sure I understand how the order of operations works in script loads).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 17:21:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Order-of-operations-in-data-load-script/m-p/1423088#M33861</guid>
      <dc:creator>jonvitale</dc:creator>
      <dc:date>2017-12-18T17:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Order of operations in data load script</title>
      <link>https://community.qlik.com/t5/App-Development/Order-of-operations-in-data-load-script/m-p/1423089#M33862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right, Table B will first join and then TableC will be created.... that's just how the order of operation work in Qlik View or Qlik Sense and I guess work around that you mentioned might be the only option here...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 17:26:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Order-of-operations-in-data-load-script/m-p/1423089#M33862</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-18T17:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Order of operations in data load script</title>
      <link>https://community.qlik.com/t5/App-Development/Order-of-operations-in-data-load-script/m-p/1423090#M33863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as you know there is no way to do something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Left Join (TableA)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;(&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp; TableB:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp; Load FRUITS, VEGETABLES from ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; TableC:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; Load FRUITS, VEGETABLES from &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;To force the concatenation before the join?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 17:32:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Order-of-operations-in-data-load-script/m-p/1423090#M33863</guid>
      <dc:creator>jonvitale</dc:creator>
      <dc:date>2017-12-18T17:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Order of operations in data load script</title>
      <link>https://community.qlik.com/t5/App-Development/Order-of-operations-in-data-load-script/m-p/1423091#M33864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think so... you will have to do this just like you think&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TempTable:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Load FRUITS, VEGETABLES from ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;Concatenate(TempTable)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Load FRUITS, VEGETABLES from ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;Left Join (TableA)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;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;"&gt;Resident TempTable;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;DROP Table TempTable;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 17:34:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Order-of-operations-in-data-load-script/m-p/1423091#M33864</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-18T17:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Order of operations in data load script</title>
      <link>https://community.qlik.com/t5/App-Development/Order-of-operations-in-data-load-script/m-p/1423092#M33865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, figured. Thought I'd give it a shot thought. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 17:37:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Order-of-operations-in-data-load-script/m-p/1423092#M33865</guid>
      <dc:creator>jonvitale</dc:creator>
      <dc:date>2017-12-18T17:37:40Z</dc:date>
    </item>
  </channel>
</rss>

