<?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 QVd Extraction in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QVd-Extraction/m-p/192642#M54232</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am extracting the data from SAP sometimes connection get lost and i have lost my existimg qvd and it shows me the size of existing qvd to 3 KB that was showing 189 MB so i want the code through which i can replace the existing qvd if extracted successfully without any error else the existing qvd 's remain same.&lt;/P&gt;&lt;P&gt;menas if Extarction = sucess then&lt;/P&gt;&lt;P&gt;replace the exsting qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;The last file remains same with no modification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the same time i get the indication that my this tables had not picked the data becasue of some error in some text or excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Dec 2009 18:09:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-12-18T18:09:05Z</dc:date>
    <item>
      <title>QVd Extraction</title>
      <link>https://community.qlik.com/t5/QlikView/QVd-Extraction/m-p/192642#M54232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am extracting the data from SAP sometimes connection get lost and i have lost my existimg qvd and it shows me the size of existing qvd to 3 KB that was showing 189 MB so i want the code through which i can replace the existing qvd if extracted successfully without any error else the existing qvd 's remain same.&lt;/P&gt;&lt;P&gt;menas if Extarction = sucess then&lt;/P&gt;&lt;P&gt;replace the exsting qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;The last file remains same with no modification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the same time i get the indication that my this tables had not picked the data becasue of some error in some text or excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2009 18:09:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVd-Extraction/m-p/192642#M54232</guid>
      <dc:creator />
      <dc:date>2009-12-18T18:09:05Z</dc:date>
    </item>
    <item>
      <title>QVd Extraction</title>
      <link>https://community.qlik.com/t5/QlikView/QVd-Extraction/m-p/192643#M54233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try this example:&lt;/P&gt;&lt;P&gt;If ScriptError = 0 Then&lt;/P&gt;&lt;P&gt;Execute cmd /c move /y Dax.qvd Dax_Old.qvd;&lt;/P&gt;&lt;P&gt;Store Dax into Dax.qvd;&lt;/P&gt;&lt;P&gt;End If&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2009 18:21:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVd-Extraction/m-p/192643#M54233</guid>
      <dc:creator />
      <dc:date>2009-12-18T18:21:13Z</dc:date>
    </item>
    <item>
      <title>QVd Extraction</title>
      <link>https://community.qlik.com/t5/QlikView/QVd-Extraction/m-p/192644#M54234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See i have Existing qvd, On daily daily baisis i m picking the Incremental load and append that new data into existing qvd's file . and for that i have one one folder where all live qvd exists and&lt;/P&gt;&lt;P&gt;i picked the daily data prepared key on that data and concatente that with existing data and after that store/Replace that exiting qvd file with new prepard file ..&lt;/P&gt;&lt;P&gt;now i want if the t=extraction get success then only it replace/Store else&lt;/P&gt;&lt;P&gt;exit the file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2009 19:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVd-Extraction/m-p/192644#M54234</guid>
      <dc:creator />
      <dc:date>2009-12-18T19:11:09Z</dc:date>
    </item>
    <item>
      <title>QVd Extraction</title>
      <link>https://community.qlik.com/t5/QlikView/QVd-Extraction/m-p/192645#M54235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;that is what it stands for.&lt;/P&gt;&lt;P&gt;A new qvd file will only be written if noe error occurred.&lt;/P&gt;&lt;P&gt;Another way could be exit script if an error occurred.&lt;/P&gt;&lt;P&gt;For more details see QV help: ScriptError and you will find an example.&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2009 19:34:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVd-Extraction/m-p/192645#M54235</guid>
      <dc:creator />
      <dc:date>2009-12-18T19:34:13Z</dc:date>
    </item>
  </channel>
</rss>

