<?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: Avoid Overwrite of QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Avoid-Overwrite-of-QVD/m-p/408111#M699302</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;Refer the script in this attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And Run the Script through press Debug button for easy to analysis Script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kabilan K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Dec 2012 10:18:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-12-05T10:18:00Z</dc:date>
    <item>
      <title>Avoid Overwrite of QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Avoid-Overwrite-of-QVD/m-p/408108#M699299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey everyone, &lt;/P&gt;&lt;P&gt;im actualy working on a freezing app for manual data added by the marketing team. Everything works fine the qvw does what is suppose to do. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only thing i need to consider now is that if a file exist i dont want it to be overwritten by the app. Any idea's? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;p.s If someone tries to overwrite a file a popup error on the up would be something appreciated &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 08:29:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoid-Overwrite-of-QVD/m-p/408108#M699299</guid>
      <dc:creator />
      <dc:date>2012-12-05T08:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Avoid Overwrite of QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Avoid-Overwrite-of-QVD/m-p/408109#M699300</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;U can write script like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub Checkfile(Filename,fileExist)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Let fileExist=0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for each file in fileList('$(Filename)')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fileExist=1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exit for&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tbl1:&lt;/P&gt;&lt;P&gt;Load * form Sometable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let isYesorNo=0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call Checkfile('C:\\Tbl1.qvd',isYesorNo);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(isYesorNo=0)&lt;/P&gt;&lt;P&gt; store Tbl1 into 'C:\\Tbl1.qvd"&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps u. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kabilan K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 09:05:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoid-Overwrite-of-QVD/m-p/408109#M699300</guid>
      <dc:creator />
      <dc:date>2012-12-05T09:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Avoid Overwrite of QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Avoid-Overwrite-of-QVD/m-p/408110#M699301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnx for the anserw im gonna try to implement it and will let you know &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Juan Pedro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 09:27:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoid-Overwrite-of-QVD/m-p/408110#M699301</guid>
      <dc:creator />
      <dc:date>2012-12-05T09:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Avoid Overwrite of QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Avoid-Overwrite-of-QVD/m-p/408111#M699302</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;Refer the script in this attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And Run the Script through press Debug button for easy to analysis Script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kabilan K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 10:18:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoid-Overwrite-of-QVD/m-p/408111#M699302</guid>
      <dc:creator />
      <dc:date>2012-12-05T10:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Avoid Overwrite of QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Avoid-Overwrite-of-QVD/m-p/408112#M699303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is working more than fine thanks for the tip. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more question is possible to costumize and force a script error adding an else here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(isYesorNo=0) then&lt;/P&gt;&lt;P&gt;store Tbl1 into D:\Tbl1.qvd;&lt;/P&gt;&lt;P&gt;ELSE&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Juan Pedro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 13:30:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoid-Overwrite-of-QVD/m-p/408112#M699303</guid>
      <dc:creator />
      <dc:date>2012-12-05T13:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Avoid Overwrite of QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Avoid-Overwrite-of-QVD/m-p/408113#M699304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like is not possible yet to costumize a script error message. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnks for your time &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Juan Pedro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 14:11:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoid-Overwrite-of-QVD/m-p/408113#M699304</guid>
      <dc:creator />
      <dc:date>2012-12-05T14:11:23Z</dc:date>
    </item>
  </channel>
</rss>

