<?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: Storing a dataset in a resident table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Storing-a-dataset-in-a-resident-table/m-p/345982#M127977</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;I don't quite understand your question. Storing to a qvd is for file storage. All the tables loaded into the model are in memory and available to the script after the LOAD statement, accessible with a LOAD ... RESIDENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To use LOAD ... RESIDENT, it is necessary to name the tables, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TableName:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;LOAD ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then use later with &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AnotherTable:&lt;/P&gt;&lt;P&gt;LOAD ID, Name, Description RESIDENT TableName;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Not sure if I answered your question though....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 May 2012 12:14:20 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2012-05-10T12:14:20Z</dc:date>
    <item>
      <title>Storing a dataset in a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-a-dataset-in-a-resident-table/m-p/345981#M127976</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;I am doing a LOAD statement which produces a large dataset; I want to store that dataset for use in a second tab in the load script, but I don't want to store the dataset as a "physical" QVD, such as&lt;/P&gt;&lt;P&gt;STORE &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;RATINGS&lt;/P&gt;&lt;P&gt;INTO&lt;/P&gt;&lt;P&gt;&lt;D&gt; (qvd);&lt;/D&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to somehow store this dataset in memory, i.e., a resident table? I tried this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RATINGS&lt;/P&gt;&lt;P&gt;INTO&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RATINGS_TABLE (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the subsequent LOAD in the second tab failed ("Table not found"). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the only way to make a previously-loaded dataset available for future use to store it as a physical QVD on the filesystem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2012 12:01:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-a-dataset-in-a-resident-table/m-p/345981#M127976</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-10T12:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Storing a dataset in a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-a-dataset-in-a-resident-table/m-p/345982#M127977</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;I don't quite understand your question. Storing to a qvd is for file storage. All the tables loaded into the model are in memory and available to the script after the LOAD statement, accessible with a LOAD ... RESIDENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To use LOAD ... RESIDENT, it is necessary to name the tables, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TableName:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;LOAD ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then use later with &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AnotherTable:&lt;/P&gt;&lt;P&gt;LOAD ID, Name, Description RESIDENT TableName;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Not sure if I answered your question though....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2012 12:14:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-a-dataset-in-a-resident-table/m-p/345982#M127977</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-05-10T12:14:20Z</dc:date>
    </item>
  </channel>
</rss>

