<?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 resident and store into QVD statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/resident-and-store-into-QVD-statement/m-p/730127#M674157</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have 2 tables and the script is as such:&lt;/P&gt;&lt;P&gt;table1:&lt;/P&gt;&lt;P&gt;load *&lt;/P&gt;&lt;P&gt;from [filepath]&lt;/P&gt;&lt;P&gt;((txt, codepage is 1252, embedded labels, delimiter is '|', msq);&lt;/P&gt;&lt;P&gt;store table1 into table1.QVD;&lt;/P&gt;&lt;P&gt;drop table table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table2:&lt;/P&gt;&lt;P&gt;load*&lt;/P&gt;&lt;P&gt;resident table1 order by variablename desc;&lt;/P&gt;&lt;P&gt;store table2 &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;into table2.QVD;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;drop table table2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I store table2 as QVD also? I have error stating table1 not found when the program runs 'resident table1 order by variablename desc;'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Aug 2014 06:08:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-07T06:08:13Z</dc:date>
    <item>
      <title>resident and store into QVD statement</title>
      <link>https://community.qlik.com/t5/QlikView/resident-and-store-into-QVD-statement/m-p/730127#M674157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have 2 tables and the script is as such:&lt;/P&gt;&lt;P&gt;table1:&lt;/P&gt;&lt;P&gt;load *&lt;/P&gt;&lt;P&gt;from [filepath]&lt;/P&gt;&lt;P&gt;((txt, codepage is 1252, embedded labels, delimiter is '|', msq);&lt;/P&gt;&lt;P&gt;store table1 into table1.QVD;&lt;/P&gt;&lt;P&gt;drop table table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table2:&lt;/P&gt;&lt;P&gt;load*&lt;/P&gt;&lt;P&gt;resident table1 order by variablename desc;&lt;/P&gt;&lt;P&gt;store table2 &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;into table2.QVD;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;drop table table2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I store table2 as QVD also? I have error stating table1 not found when the program runs 'resident table1 order by variablename desc;'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 06:08:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/resident-and-store-into-QVD-statement/m-p/730127#M674157</guid>
      <dc:creator />
      <dc:date>2014-08-07T06:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: resident and store into QVD statement</title>
      <link>https://community.qlik.com/t5/QlikView/resident-and-store-into-QVD-statement/m-p/730128#M674158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is because you drop table1. Resident loads a previously loaded table which is in memory. A dropped table is gone from memory.&lt;/P&gt;&lt;P&gt;You need to load the QVD instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;table2:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load*&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM table1.qvd&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;order by variablename desc;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;store table2 &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;into table2.QVD;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 06:12:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/resident-and-store-into-QVD-statement/m-p/730128#M674158</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2014-08-07T06:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: resident and store into QVD statement</title>
      <link>https://community.qlik.com/t5/QlikView/resident-and-store-into-QVD-statement/m-p/730129#M674159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is because you drop table1. Resident loads a previously loaded table which is in memory. A dropped table is gone from memory.&lt;/P&gt;&lt;P&gt;You need to load the QVD instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;table2:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load*&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM table1.qvd&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;order by variablename desc;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;store table2 &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;into table2.QVD;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 06:13:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/resident-and-store-into-QVD-statement/m-p/730129#M674159</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2014-08-07T06:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: resident and store into QVD statement</title>
      <link>https://community.qlik.com/t5/QlikView/resident-and-store-into-QVD-statement/m-p/730130#M674160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Try below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;table1:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load *&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from [filepath]&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;((txt, codepage is 1252, embedded labels, delimiter is '|', msq);&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;store table1 into table1.QVD;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;drop table table1;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;noconcatenate&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;table2:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load*&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;resident table1 order by variablename desc;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;store table2 &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;into table2.QVD;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;drop table table2;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 06:15:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/resident-and-store-into-QVD-statement/m-p/730130#M674160</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-08-07T06:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: resident and store into QVD statement</title>
      <link>https://community.qlik.com/t5/QlikView/resident-and-store-into-QVD-statement/m-p/730131#M674161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;table1:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;load *&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;from [filepath]&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;((txt, codepage is 1252, embedded labels, delimiter is '|', msq);&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;Noconcatenate&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;table2:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;load *&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;resident table1 order by variablename desc;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;store table2 &lt;SPAN style="font-weight: inherit; font-size: 10pt; font-family: inherit;"&gt;into table2.QVD;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;drop table table1;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;drop table table2;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 06:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/resident-and-store-into-QVD-statement/m-p/730131#M674161</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-08-07T06:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: resident and store into QVD statement</title>
      <link>https://community.qlik.com/t5/QlikView/resident-and-store-into-QVD-statement/m-p/730132#M674162</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;Drop table1 after loading table2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 09:37:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/resident-and-store-into-QVD-statement/m-p/730132#M674162</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-01T09:37:28Z</dc:date>
    </item>
  </channel>
</rss>

