<?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: drop qvd in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/drop-qvd/m-p/768920#M1047220</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Execute cmd.exe&lt;STRONG&gt; /c&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have the /c with a \.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Nov 2014 06:24:49 GMT</pubDate>
    <dc:creator>michael_anthony</dc:creator>
    <dc:date>2014-11-19T06:24:49Z</dc:date>
    <item>
      <title>drop qvd</title>
      <link>https://community.qlik.com/t5/QlikView/drop-qvd/m-p/768905#M1047205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am very new to Qlikview, can someone tell me how can i drop the qvd file using the script before loading the data on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 10:41:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/drop-qvd/m-p/768905#M1047205</guid>
      <dc:creator />
      <dc:date>2014-11-18T10:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: drop qvd</title>
      <link>https://community.qlik.com/t5/QlikView/drop-qvd/m-p/768906#M1047206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;qvd is nothing but a table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table tablename;&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; here tablename is the qvd name which u have given&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 13:44:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/drop-qvd/m-p/768906#M1047206</guid>
      <dc:creator />
      <dc:date>2014-11-18T13:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: drop qvd</title>
      <link>https://community.qlik.com/t5/QlikView/drop-qvd/m-p/768907#M1047207</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;If you want to delete the qvd from the folder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below is the code&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 10pt;"&gt;vTempQVDPath&lt;/EM&gt;&lt;/STRONG&gt; &lt;SPAN style="font-size: 10pt;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;GetFolderPath&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)//Path of the QVD&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG style="color: #0000ff; font-size: 10pt;"&gt;EXECUTE&lt;/STRONG&gt; &lt;SPAN style="font-size: 10pt;"&gt;cmd.exe&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt;"&gt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;C&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt;"&gt;del&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt; &lt;SPAN style="color: #808080; font-size: 10pt;"&gt;$(vTempQVDPath)&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;\&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;*&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;you need ensure that "Can execute external programs" in script window &lt;IMG alt="attach.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/71539_attach.jpg" style="width: 620px; height: 155px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Harsha&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 14:17:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/drop-qvd/m-p/768907#M1047207</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-18T14:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: drop qvd</title>
      <link>https://community.qlik.com/t5/QlikView/drop-qvd/m-p/768908#M1047208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you just one to empty the qvd before loading new data in it, then there is no need to delete it, when loading data from a table into&amp;nbsp; a qvd it will override the existing information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 14:21:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/drop-qvd/m-p/768908#M1047208</guid>
      <dc:creator>maleksafa</dc:creator>
      <dc:date>2014-11-18T14:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: drop qvd</title>
      <link>https://community.qlik.com/t5/QlikView/drop-qvd/m-p/768909#M1047209</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;If you want to drop qvd which store table you can use&lt;/P&gt;&lt;P&gt;Drop table Qvd_tablename;( which table qvd creates)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or else if you want to delete the qvd from specified path use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execute cmd.exe /c del C:/file.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/41759"&gt;delete qvd's from folder by scirpt&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 15:16:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/drop-qvd/m-p/768909#M1047209</guid>
      <dc:creator />
      <dc:date>2014-11-18T15:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: drop qvd</title>
      <link>https://community.qlik.com/t5/QlikView/drop-qvd/m-p/768910#M1047210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to exetute the following command from my script but not able to delete the below qvd file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execute cmd.exe /c del D:\Abdul Kaleem\Qlikview testing\qvd\test_load.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know if any changes required in the command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 03:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/drop-qvd/m-p/768910#M1047210</guid>
      <dc:creator />
      <dc:date>2014-11-19T03:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: drop qvd</title>
      <link>https://community.qlik.com/t5/QlikView/drop-qvd/m-p/768911#M1047211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Execute cmd.exe /c del "D:\Abdul Kaleem\Qlikview testing\qvd\test_load.qvd"; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Need quotation marks around the file name or else the spaces confuse cmd.exe statement.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 03:51:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/drop-qvd/m-p/768911#M1047211</guid>
      <dc:creator>michael_anthony</dc:creator>
      <dc:date>2014-11-19T03:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: drop qvd</title>
      <link>https://community.qlik.com/t5/QlikView/drop-qvd/m-p/768912#M1047212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;still not able to delete the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 04:02:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/drop-qvd/m-p/768912#M1047212</guid>
      <dc:creator />
      <dc:date>2014-11-19T04:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: drop qvd</title>
      <link>https://community.qlik.com/t5/QlikView/drop-qvd/m-p/768913#M1047213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What happens when you run the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 04:04:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/drop-qvd/m-p/768913#M1047213</guid>
      <dc:creator>michael_anthony</dc:creator>
      <dc:date>2014-11-19T04:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: drop qvd</title>
      <link>https://community.qlik.com/t5/QlikView/drop-qvd/m-p/768914#M1047214</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;Generally in Qlikview QVDs are not deleted, everytime we will replace the existing QVDs not sure why you are trying to delete the QVD from Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not a good practice, instead you can create a windows job to do this periodically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 04:18:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/drop-qvd/m-p/768914#M1047214</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-11-19T04:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: drop qvd</title>
      <link>https://community.qlik.com/t5/QlikView/drop-qvd/m-p/768915#M1047215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it opens the cmd.exe window and it is waiting for the input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="testing.JPG" class="jive-image" src="https://community.qlik.com/legacyfs/online/71618_testing.JPG" style="width: 620px; height: 311px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 04:19:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/drop-qvd/m-p/768915#M1047215</guid>
      <dc:creator />
      <dc:date>2014-11-19T04:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: drop qvd</title>
      <link>https://community.qlik.com/t5/QlikView/drop-qvd/m-p/768916#M1047216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are palnning to housekeep the qvd files periodically, every day when our batch runs it will create a seperate QVD file with a date stamp in the file name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So we need to maintain only last 10 days files in the QVD folder, files which are older than 10 days needs to purged.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example when running the batch for 19-Nov need to purge any qvd files which are generated before 9-Nov.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Abdul Kaleem&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 04:31:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/drop-qvd/m-p/768916#M1047216</guid>
      <dc:creator />
      <dc:date>2014-11-19T04:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: drop qvd</title>
      <link>https://community.qlik.com/t5/QlikView/drop-qvd/m-p/768917#M1047217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strange, I did a quick test and it deletes okay and closes the window.&amp;nbsp; Can you post the part of the script using to delete&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 04:33:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/drop-qvd/m-p/768917#M1047217</guid>
      <dc:creator>michael_anthony</dc:creator>
      <dc:date>2014-11-19T04:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: drop qvd</title>
      <link>https://community.qlik.com/t5/QlikView/drop-qvd/m-p/768918#M1047218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abdul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a windows scheduler job for this instead of managing this in Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 04:58:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/drop-qvd/m-p/768918#M1047218</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-11-19T04:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: drop qvd</title>
      <link>https://community.qlik.com/t5/QlikView/drop-qvd/m-p/768919#M1047219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Execute&lt;SPAN style="font-size: 8pt;"&gt; cmd.exe \c del "D:\Abdul Kaleem\Qlikview testing\MAS613_dataload_3.qvd";&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 06:20:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/drop-qvd/m-p/768919#M1047219</guid>
      <dc:creator />
      <dc:date>2014-11-19T06:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: drop qvd</title>
      <link>https://community.qlik.com/t5/QlikView/drop-qvd/m-p/768920#M1047220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Execute cmd.exe&lt;STRONG&gt; /c&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have the /c with a \.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 06:24:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/drop-qvd/m-p/768920#M1047220</guid>
      <dc:creator>michael_anthony</dc:creator>
      <dc:date>2014-11-19T06:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: drop qvd</title>
      <link>https://community.qlik.com/t5/QlikView/drop-qvd/m-p/768921#M1047221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Michael!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works now.. Thanks to all for sharing their commands and views.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 06:47:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/drop-qvd/m-p/768921#M1047221</guid>
      <dc:creator />
      <dc:date>2014-11-19T06:47:40Z</dc:date>
    </item>
  </channel>
</rss>

