<?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: Empty an autoincremental qvd in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Empty-an-autoincremental-qvd/m-p/1986076#M1221195</link>
    <description>&lt;P&gt;Thanks for the response!&lt;/P&gt;
&lt;P&gt;I finally solved it by loading inline the names of the columns only with no data:&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;EMPTY_TABLE:

Load * Inline [

Column1, Column2, Column3 

];

Store EMPTY_TABLE into acces.qvd (qvd);&lt;/LI-CODE&gt;
&lt;P&gt;So with this, I get to "reset" the data from acces.qvd, but before that I have stored that info into another qvd.&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Sep 2022 14:11:18 GMT</pubDate>
    <dc:creator>Diego_780</dc:creator>
    <dc:date>2022-09-27T14:11:18Z</dc:date>
    <item>
      <title>Empty an autoincremental qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Empty-an-autoincremental-qvd/m-p/1985156#M1221166</link>
      <description>&lt;P&gt;Hello developers,&lt;/P&gt;
&lt;P&gt;So I have this qvd that it gets automatically fed if someone acces to a QlikApp, by addin this entry with date and name lets say to the acces.qvd. I want to make a new qvd (historic.qvd), to have all the entrys that has acces.qvd (so store acces.qvd data into historic.qvd) but also I want to delete each time acces.qvd, so it can only have or new entrys, or blank I wanna reset acces.qvd each time I reload and store the acces.qvd data into historic.qvd.&lt;/P&gt;
&lt;P&gt;I´ve seen some respones in the forums but I don´t know if they answer my question, I think you can´t reset a qvd in general, so I´ve seen a way to like, create a new blank table and upload it into the existing qvd? Any answer is appreciated thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 07:42:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Empty-an-autoincremental-qvd/m-p/1985156#M1221166</guid>
      <dc:creator>Diego_780</dc:creator>
      <dc:date>2022-09-26T07:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Empty an autoincremental qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Empty-an-autoincremental-qvd/m-p/1986056#M1221193</link>
      <description>&lt;P&gt;I'm not sure if I understand your doing right but a qvd couldn't be emptied. At least not directly but a qvd could be overwritten and must not mandatory contain any record. You may try something like this:&lt;/P&gt;
&lt;P&gt;t: load * from t.qvd where 1 &amp;gt; 2; store t into t.qvd; drop tables t;&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 13:42:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Empty-an-autoincremental-qvd/m-p/1986056#M1221193</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-09-27T13:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Empty an autoincremental qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Empty-an-autoincremental-qvd/m-p/1986076#M1221195</link>
      <description>&lt;P&gt;Thanks for the response!&lt;/P&gt;
&lt;P&gt;I finally solved it by loading inline the names of the columns only with no data:&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;EMPTY_TABLE:

Load * Inline [

Column1, Column2, Column3 

];

Store EMPTY_TABLE into acces.qvd (qvd);&lt;/LI-CODE&gt;
&lt;P&gt;So with this, I get to "reset" the data from acces.qvd, but before that I have stored that info into another qvd.&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 14:11:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Empty-an-autoincremental-qvd/m-p/1986076#M1221195</guid>
      <dc:creator>Diego_780</dc:creator>
      <dc:date>2022-09-27T14:11:18Z</dc:date>
    </item>
  </channel>
</rss>

