<?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: Resident load and precedding load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Resident-load-and-precedding-load/m-p/500266#M1125784</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident Load and Precedent load both are different concepts.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Resident load you can load the same table any N number of times again and again.&amp;nbsp; But with preceding load you can only load one time.&amp;nbsp; Mainly this is been used in transformation, Calculation, using Qlikview functions with Select query etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;Year(Transaction_Id) AS Year,&lt;/P&gt;&lt;P&gt;MonthName(Transaction_Id) AS MonthYear,&lt;/P&gt;&lt;P&gt;Week(Transaction_Id) AS Week;&lt;/P&gt;&lt;P&gt;S&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ELECT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Transaction_Id,&lt;/P&gt;&lt;P&gt;Transaction_date&lt;/P&gt;&lt;P&gt;FROM Transaction;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jan 2014 08:47:12 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2014-01-13T08:47:12Z</dc:date>
    <item>
      <title>Resident load and precedding load</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-load-and-precedding-load/m-p/500263#M1125781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;can any body expalin the situation resident load is prefered than preceeding load&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 08:12:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-load-and-precedding-load/m-p/500263#M1125781</guid>
      <dc:creator />
      <dc:date>2014-01-13T08:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Resident load and precedding load</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-load-and-precedding-load/m-p/500264#M1125782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Resident load is also used to reuse already in-memory loaded tables. Preload is used to add dimensions and facts to the current table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 08:15:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-load-and-precedding-load/m-p/500264#M1125782</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2014-01-13T08:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Resident load and precedding load</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-load-and-precedding-load/m-p/500265#M1125783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes u r answer is good can u pls give me examples for both&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regrds&lt;/P&gt;&lt;P&gt;Mahesht&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 08:30:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-load-and-precedding-load/m-p/500265#M1125783</guid>
      <dc:creator />
      <dc:date>2014-01-13T08:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Resident load and precedding load</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-load-and-precedding-load/m-p/500266#M1125784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident Load and Precedent load both are different concepts.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Resident load you can load the same table any N number of times again and again.&amp;nbsp; But with preceding load you can only load one time.&amp;nbsp; Mainly this is been used in transformation, Calculation, using Qlikview functions with Select query etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;Year(Transaction_Id) AS Year,&lt;/P&gt;&lt;P&gt;MonthName(Transaction_Id) AS MonthYear,&lt;/P&gt;&lt;P&gt;Week(Transaction_Id) AS Week;&lt;/P&gt;&lt;P&gt;S&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ELECT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Transaction_Id,&lt;/P&gt;&lt;P&gt;Transaction_date&lt;/P&gt;&lt;P&gt;FROM Transaction;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 08:47:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-load-and-precedding-load/m-p/500266#M1125784</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-01-13T08:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Resident load and precedding load</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-load-and-precedding-load/m-p/500267#M1125785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Jagan,&lt;/P&gt;&lt;P&gt;with preceding load also i think more than once table will be loaded let me know where exactly resident load is better use performance wise even in qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think instead of creating&amp;nbsp; table two times in resident load it is better to use preceeding simply it follows load is precedded by sql.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Mahesh &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 09:06:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-load-and-precedding-load/m-p/500267#M1125785</guid>
      <dc:creator />
      <dc:date>2014-01-13T09:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Resident load and precedding load</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-load-and-precedding-load/m-p/500268#M1125786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Preceding it is possible to reload again and again into the same table, it is not possible to create multiple tables with Preceding reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident Load:&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM Data;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp1:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM Temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp2:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM Temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But with preceding load&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;If(Previous(MonthYear) &amp;lt;&amp;gt; MonthYear, 1, 0) AS MonthStartFlag;&amp;nbsp;&amp;nbsp; // Second preceding reload&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;*,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Year(Transaction_Id) AS Year,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;MonthName(Transaction_Id) AS MonthYear,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Week(Transaction_Id) AS Week;&amp;nbsp;&amp;nbsp;&amp;nbsp; // First preceding reload&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;S&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;ELECT&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Transaction_Id,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Transaction_date&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;FROM Transaction;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are able to manage with preceding load, then it is better than Resident reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 09:13:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-load-and-precedding-load/m-p/500268#M1125786</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-01-13T09:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Resident load and precedding load</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-load-and-precedding-load/m-p/500269#M1125787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; The result of resident and Preceding load is same. The only difference is way of writing the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; For example Table1 is having three fields and Table2 having two fields. Want to some transformation between the Table1.Field and Table2.First you want to join both the tables using primary key and then the resultant table will be there in memory now you want do transformation on top of that data,want load the data from memory in that case you can use resident/preceding load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Syntax for resident:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;_Tab:&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A,B,C &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;From Table1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Join &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A,D &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;from Table2;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tab:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B+D As E&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident _Tab;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Drop Table _Tab;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Syntax For Preceding Load:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tab:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;STRONG&gt;B+D As E&lt;/STRONG&gt;;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A,B,C&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;From Table1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Join&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A,D&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;from Table2;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 09:15:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-load-and-precedding-load/m-p/500269#M1125787</guid>
      <dc:creator />
      <dc:date>2014-01-13T09:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Resident load and precedding load</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-load-and-precedding-load/m-p/500270#M1125788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is fine but i want like preceeding performance is good so why we nedd resident we can avoid but is resident may be useful in some scenariou better than preceeding i want that&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 09:19:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-load-and-precedding-load/m-p/500270#M1125788</guid>
      <dc:creator />
      <dc:date>2014-01-13T09:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Resident load and precedding load</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-load-and-precedding-load/m-p/500271#M1125789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jagan,&lt;/P&gt;&lt;P&gt;excellent answer from u.if possible give some scenariou &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 09:21:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-load-and-precedding-load/m-p/500271#M1125789</guid>
      <dc:creator />
      <dc:date>2014-01-13T09:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Resident load and precedding load</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-load-and-precedding-load/m-p/500272#M1125790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this &lt;/P&gt;&lt;H1 style="font-weight: normal; font-size: 26px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;A _jive_internal="true" class="font-color-normal" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/03/04/preceding-load" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3d3d3d;"&gt;Preceding Load&lt;/A&gt;&lt;/H1&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 09:43:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-load-and-precedding-load/m-p/500272#M1125790</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-01-13T09:43:34Z</dc:date>
    </item>
  </channel>
</rss>

