<?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 Purging of data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Purging-of-data/m-p/541638#M1327121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please suggest a way of purging a .qvw file?&lt;/P&gt;&lt;P&gt;As of now we are having 7 days of backup data which has taken up almost about 90% of our server space. In order to reduce that we have to keep full data back up for 3 days and for the rest four days, we would have to keep the purged .qvw as backup.&lt;/P&gt;&lt;P&gt;Under the circumstances could you please suggest a way&amp;nbsp; to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Purging of data</title>
      <link>https://community.qlik.com/t5/QlikView/Purging-of-data/m-p/541638#M1327121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please suggest a way of purging a .qvw file?&lt;/P&gt;&lt;P&gt;As of now we are having 7 days of backup data which has taken up almost about 90% of our server space. In order to reduce that we have to keep full data back up for 3 days and for the rest four days, we would have to keep the purged .qvw as backup.&lt;/P&gt;&lt;P&gt;Under the circumstances could you please suggest a way&amp;nbsp; to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Purging-of-data/m-p/541638#M1327121</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Purging of data</title>
      <link>https://community.qlik.com/t5/QlikView/Purging-of-data/m-p/541639#M1327126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Baisampayan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is the main_menu "File" and there you'll find a sub_menu_item "Reduce data -&amp;gt; delete all values" which serves to purge all the data from a qvw. That's what we do, too, to keep our backup_files small.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 10:40:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Purging-of-data/m-p/541639#M1327126</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-01-21T10:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Purging of data</title>
      <link>https://community.qlik.com/t5/QlikView/Purging-of-data/m-p/541640#M1327128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks DataNibler !&lt;/P&gt;&lt;P&gt;As we have a lot of QVWs, we need to automate this process. Can you please advise how to do that ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 10:50:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Purging-of-data/m-p/541640#M1327128</guid>
      <dc:creator />
      <dc:date>2014-01-21T10:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Purging of data</title>
      <link>https://community.qlik.com/t5/QlikView/Purging-of-data/m-p/541641#M1327130</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;that's a bit trickier.&lt;/P&gt;&lt;P&gt;I assume you have some way of automatedly copying all the files to your backup_drive at a certain time?&lt;/P&gt;&lt;P&gt;=&amp;gt; Then try to implement an additional automatic reload of all the files prior to that copy_job with a conditional exit, like this for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF TIME(FRAC(NOW()), 'HH:MM') = 17:00 THEN&lt;/P&gt;&lt;P&gt;EXIT SCRIPT&lt;/P&gt;&lt;P&gt;ENDIF&lt;/P&gt;&lt;P&gt;[remember to leave one blank line to close of the loop]&lt;/P&gt;&lt;P&gt;I'm not quite sure about the syntax, you might need quotes or so, but this will effectively exit the script immediately and thus not load any data at that time - QlikView purges all the old data prior to loading new data by default, so the qvw files should then be empty &amp;lt;-&amp;gt; at all other times, that command will be ignored and the script should reload normally.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 10:57:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Purging-of-data/m-p/541641#M1327130</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-01-21T10:57:14Z</dc:date>
    </item>
  </channel>
</rss>

