<?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 How to delete a qvd file in qlik sense 2.2 from load script in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-delete-a-qvd-file-in-qlik-sense-2-2-from-load-script/m-p/1096605#M4914</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking for this specific requirement where I have to delete the qvd file from the load script. Is there a way to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also some of the related discussions talks about emptying a qvd file, but I want the column structure to be preserved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this solution:&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;qvd:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load * From qvd.qvd (qvd) where 1&amp;gt;2;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;store qvd into qvd.qvd (qvd);&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;But this doesn't seem to preserve the column structure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 05 Mar 2016 09:35:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-05T09:35:52Z</dc:date>
    <item>
      <title>How to delete a qvd file in qlik sense 2.2 from load script</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-delete-a-qvd-file-in-qlik-sense-2-2-from-load-script/m-p/1096605#M4914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking for this specific requirement where I have to delete the qvd file from the load script. Is there a way to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also some of the related discussions talks about emptying a qvd file, but I want the column structure to be preserved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this solution:&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;qvd:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load * From qvd.qvd (qvd) where 1&amp;gt;2;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;store qvd into qvd.qvd (qvd);&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;But this doesn't seem to preserve the column structure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Mar 2016 09:35:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-delete-a-qvd-file-in-qlik-sense-2-2-from-load-script/m-p/1096605#M4914</guid>
      <dc:creator />
      <dc:date>2016-03-05T09:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete a qvd file in qlik sense 2.2 from load script</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-delete-a-qvd-file-in-qlik-sense-2-2-from-load-script/m-p/1096606#M4915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot delete the QVD (or other) file directly from QS script. But you can use the "Execute" command instead (directly or with BAT file)...&lt;/P&gt;&lt;P&gt;But please note that you have to switch to "Legacy" mode to do so...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the second question:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;You need to specify all fields in the data table &lt;/SPAN&gt;explicitly&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; (using "Inline" structure) and store it into QVD to create an "empty" QVD file. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;QVD_Table:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;load * inline [&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;A1, A2, A3, A4, A5&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;store QVD_Table into [lib://Extractions (abc)/Test_empty_qvd.qvd;&lt;/STRONG&gt;&lt;/SPAN&gt;&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;Vladimir &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Mar 2016 23:05:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-delete-a-qvd-file-in-qlik-sense-2-2-from-load-script/m-p/1096606#M4915</guid>
      <dc:creator>vlad_komarov</dc:creator>
      <dc:date>2016-03-06T23:05:17Z</dc:date>
    </item>
  </channel>
</rss>

