<?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: Preceding load and Resident load in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Preceding-load-and-Resident-load/m-p/1792184#M61980</link>
    <description>&lt;P&gt;Why use a preceding load at all? It might be slightly cleaner to look at, but it doesn't actually make a difference as far as I know. You can easily use Resident here, though:&lt;/P&gt;&lt;P&gt;TempTable:&lt;/P&gt;&lt;P&gt;Load *, Previous(tag_TrolleyID_paint1) as tag_TrolleyID_paint;&lt;/P&gt;&lt;P&gt;LOAD *,&lt;BR /&gt;IF( "tag_Color" = 'NULL', "tag_TrolleyID" ) as tag_TrolleyID_mold,&lt;BR /&gt;IF( "tag_Color" &amp;lt;&amp;gt; 'NULL', "tag_TrolleyID" ) as tag_TrolleyID_paint1&lt;/P&gt;&lt;P&gt;From....;&lt;/P&gt;&lt;P&gt;FinalTable:&lt;/P&gt;&lt;P&gt;NoConcatenate load *&lt;/P&gt;&lt;P&gt;Resident TempTable&lt;/P&gt;&lt;P&gt;WHERE not isnull(tag_TrolleyID_mold)&lt;/P&gt;&lt;P&gt;ORDER BY tag_TrolleyID_mold;&lt;/P&gt;&lt;P&gt;Drop table TempTable;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Mar 2021 13:03:33 GMT</pubDate>
    <dc:creator>Or</dc:creator>
    <dc:date>2021-03-17T13:03:33Z</dc:date>
    <item>
      <title>Preceding load and Resident load</title>
      <link>https://community.qlik.com/t5/App-Development/Preceding-load-and-Resident-load/m-p/1792167#M61976</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am stuck on below :-&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load * where not isnull(tag_TrolleyID_mold);&lt;BR /&gt;Load *, Previous(tag_TrolleyID_paint1) as tag_TrolleyID_paint;&lt;/P&gt;&lt;P&gt;LOAD *,&lt;BR /&gt;IF( "tag_Color" = 'NULL', "tag_TrolleyID" ) as tag_TrolleyID_mold,&lt;BR /&gt;IF( "tag_Color" &amp;lt;&amp;gt; 'NULL', "tag_TrolleyID" ) as tag_TrolleyID_paint1&lt;/P&gt;&lt;P&gt;From....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to add sort the feild 'tag_TrolleyID_mold'&amp;nbsp; using order by .&lt;/P&gt;&lt;P&gt;Since, i used preceding load, i cannot apply sort as it will need resident condition.&lt;/P&gt;&lt;P&gt;Can anyone please help me ?&lt;/P&gt;&lt;P&gt;I am not sure if we can apply preceding load and resident load at the same time.&lt;/P&gt;&lt;P&gt;Please help !!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 12:12:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Preceding-load-and-Resident-load/m-p/1792167#M61976</guid>
      <dc:creator>Aspiring_Developer</dc:creator>
      <dc:date>2021-03-17T12:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Preceding load and Resident load</title>
      <link>https://community.qlik.com/t5/App-Development/Preceding-load-and-Resident-load/m-p/1792184#M61980</link>
      <description>&lt;P&gt;Why use a preceding load at all? It might be slightly cleaner to look at, but it doesn't actually make a difference as far as I know. You can easily use Resident here, though:&lt;/P&gt;&lt;P&gt;TempTable:&lt;/P&gt;&lt;P&gt;Load *, Previous(tag_TrolleyID_paint1) as tag_TrolleyID_paint;&lt;/P&gt;&lt;P&gt;LOAD *,&lt;BR /&gt;IF( "tag_Color" = 'NULL', "tag_TrolleyID" ) as tag_TrolleyID_mold,&lt;BR /&gt;IF( "tag_Color" &amp;lt;&amp;gt; 'NULL', "tag_TrolleyID" ) as tag_TrolleyID_paint1&lt;/P&gt;&lt;P&gt;From....;&lt;/P&gt;&lt;P&gt;FinalTable:&lt;/P&gt;&lt;P&gt;NoConcatenate load *&lt;/P&gt;&lt;P&gt;Resident TempTable&lt;/P&gt;&lt;P&gt;WHERE not isnull(tag_TrolleyID_mold)&lt;/P&gt;&lt;P&gt;ORDER BY tag_TrolleyID_mold;&lt;/P&gt;&lt;P&gt;Drop table TempTable;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 13:03:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Preceding-load-and-Resident-load/m-p/1792184#M61980</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-03-17T13:03:33Z</dc:date>
    </item>
  </channel>
</rss>

