<?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 Table Persistence in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Resident-Table-Persistence/m-p/834618#M658144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to make persistent data you can use&lt;/P&gt;&lt;P&gt;- .qvw and binary load (as Ramon already suggested); &lt;/P&gt;&lt;P&gt;- qvd (1 .qvd is one table in a file); search in Qlik help qvd&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Apr 2015 18:19:22 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2015-04-27T18:19:22Z</dc:date>
    <item>
      <title>Resident Table Persistence</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Table-Persistence/m-p/834613#M658139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to figure out if resident tables persist in a QVW after saving, allowing for future executions to reference those tables. I always thought they did, but I just noticed a problem with an application that suggests they don't (or something has changed in the environment that is causing different behavior).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an example of how I can recreate the error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create script:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Table1:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;LOAD * Inline [&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Field1&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Value1&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reload and save QVW.&lt;/P&gt;&lt;P&gt;Reopen the QVW and note that Table1 exists with one row in the Table Viewer.&lt;/P&gt;&lt;P&gt;Alter the script (delete the old code) and replace with:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Table2:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;LOAD&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Field1 as Field2&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Resident Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Upon subsequent reload, error is:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Table not found&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Table2:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;LOAD&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Field1 as Field2&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Resident Table1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this normal behavior? In my actual application, I don't actually delete code, of course. The difference is that the equivalent Table1 is built in an IF construct. Subsequent reloads need to reference this table that was built in a prior execution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 14:49:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Table-Persistence/m-p/834613#M658139</guid>
      <dc:creator>jasonfreitas</dc:creator>
      <dc:date>2015-04-27T14:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Table Persistence</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Table-Persistence/m-p/834614#M658140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Resident refers to the table residing in memory with the context off the document, so once you've commented it out and reloaded it's gone!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 15:28:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Table-Persistence/m-p/834614#M658140</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-04-27T15:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Table Persistence</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Table-Persistence/m-p/834615#M658141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, yes -- that makes sense. I guess I was hoping that there was a way to access the table in the saved QVW without having to reload it from the original source. When I open it up (after the first load), I see the table in the Table Viewer with a rowcount. Is there another way to load the table into memory? Should the NoOfRows function work on that table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 16:02:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Table-Persistence/m-p/834615#M658141</guid>
      <dc:creator>jasonfreitas</dc:creator>
      <dc:date>2015-04-27T16:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Table Persistence</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Table-Persistence/m-p/834616#M658142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can if you do a binary load to the document itself &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 16:07:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Table-Persistence/m-p/834616#M658142</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-04-27T16:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Table Persistence</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Table-Persistence/m-p/834617#M658143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I could not find a qlik link for this but look into this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.analyticsvidhya.com/blog/2015/03/qlikview-binary-load/" title="http://www.analyticsvidhya.com/blog/2015/03/qlikview-binary-load/"&gt;http://www.analyticsvidhya.com/blog/2015/03/qlikview-binary-load&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.qlikviewaddict.com/2012/02/power-of-binary.html" title="http://www.qlikviewaddict.com/2012/02/power-of-binary.html"&gt;QlikView Addict: QlikView Binary Loads&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 16:08:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Table-Persistence/m-p/834617#M658143</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-04-27T16:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Table Persistence</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Table-Persistence/m-p/834618#M658144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to make persistent data you can use&lt;/P&gt;&lt;P&gt;- .qvw and binary load (as Ramon already suggested); &lt;/P&gt;&lt;P&gt;- qvd (1 .qvd is one table in a file); search in Qlik help qvd&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 18:19:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Table-Persistence/m-p/834618#M658144</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-04-27T18:19:22Z</dc:date>
    </item>
  </channel>
</rss>

