<?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: How to eliminate 'qvds' from script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-eliminate-qvds-from-script/m-p/688981#M249512</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure, using EXECUTE and operating system command DEL. This will mark the script as unsafe (EXECUTE could potentially do anything), although you can disable the warning in user preferences. If you are developing for a QV Publisher environment, I'd create a supporting task to wipe the qvds after reload.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Oct 2014 08:58:39 GMT</pubDate>
    <dc:creator>kuba_michalik</dc:creator>
    <dc:date>2014-10-24T08:58:39Z</dc:date>
    <item>
      <title>How to eliminate 'qvds' from script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-eliminate-qvds-from-script/m-p/688979#M249510</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;in order to avoid field name conflicts I use a lot of 'store' sentences creating a lot of qvds.&lt;/P&gt;&lt;P&gt;At the end I have many useless qvds.&lt;/P&gt;&lt;P&gt;Is there a way to eliminate them at the end of the script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 08:54:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-eliminate-qvds-from-script/m-p/688979#M249510</guid>
      <dc:creator />
      <dc:date>2014-10-24T08:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to eliminate 'qvds' from script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-eliminate-qvds-from-script/m-p/688980#M249511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably you can create table in memory instead of qvd, in the same way you can refer to tables in memory and when you do not need them anymore use Drop table instruction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 08:56:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-eliminate-qvds-from-script/m-p/688980#M249511</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-10-24T08:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to eliminate 'qvds' from script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-eliminate-qvds-from-script/m-p/688981#M249512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure, using EXECUTE and operating system command DEL. This will mark the script as unsafe (EXECUTE could potentially do anything), although you can disable the warning in user preferences. If you are developing for a QV Publisher environment, I'd create a supporting task to wipe the qvds after reload.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 08:58:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-eliminate-qvds-from-script/m-p/688981#M249512</guid>
      <dc:creator>kuba_michalik</dc:creator>
      <dc:date>2014-10-24T08:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to eliminate 'qvds' from script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-eliminate-qvds-from-script/m-p/688982#M249513</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 I understood properly, using memory tables I have to deal with many equal field names at the same time this is why use 'store' + 'drop table' maybe is there a better way to avoid the conflict but I do not know it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for EXECUTE and DEL, could you please tell me an example to erase a file.qvd placed in c:\ for example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 09:34:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-eliminate-qvds-from-script/m-p/688982#M249513</guid>
      <dc:creator />
      <dc:date>2014-10-24T09:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to eliminate 'qvds' from script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-eliminate-qvds-from-script/m-p/688983#M249514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And on the next reload they will be created again overwriting the current ones. So what? Disk space is cheap these days. Why bother cleaning them up? Just store them in a work folder and leave them there unless you really need the disk space.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 09:38:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-eliminate-qvds-from-script/m-p/688983#M249514</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-10-24T09:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to eliminate 'qvds' from script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-eliminate-qvds-from-script/m-p/688984#M249515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about the QUALIFY statement? This will precede each fieldname with its tablename, avoiding having to deal with many equal field names at the same time..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 09:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-eliminate-qvds-from-script/m-p/688984#M249515</guid>
      <dc:creator>simondachstr</dc:creator>
      <dc:date>2014-10-24T09:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to eliminate 'qvds' from script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-eliminate-qvds-from-script/m-p/688985#M249516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What about renaming the fields that are clashing to something more descriptive ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other than this you could use the QUALIFY\UNQUALIFY statements that have already been mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or split the creation of the qvds into more than one document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.techstuffy.com"&gt;FREE QlikView Training Course -&amp;gt; http://www.techstuffy.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 09:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-eliminate-qvds-from-script/m-p/688985#M249516</guid>
      <dc:creator>markodonovan</dc:creator>
      <dc:date>2014-10-24T09:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to eliminate 'qvds' from script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-eliminate-qvds-from-script/m-p/688986#M249517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;EXECUTE cmd.exe /c DEL C:\file.qvd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 09:53:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-eliminate-qvds-from-script/m-p/688986#M249517</guid>
      <dc:creator>kuba_michalik</dc:creator>
      <dc:date>2014-10-24T09:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to eliminate 'qvds' from script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-eliminate-qvds-from-script/m-p/688987#M249518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luis,&lt;/P&gt;&lt;P&gt;I would prefer Alessandro's recommendation. There are no field name conflicts until the script ends and QlikView begins building associations. Everything is in RAM, i.e. fast. I use this approach a lot. &lt;/P&gt;&lt;P&gt;Good Luck &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 11:15:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-eliminate-qvds-from-script/m-p/688987#M249518</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-24T11:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to eliminate 'qvds' from script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-eliminate-qvds-from-script/m-p/688988#M249519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I disagree - how about autoconcatination of tables with the same field names, Sergey? Or using a where exists(Fieldname) clause in a load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 11:25:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-eliminate-qvds-from-script/m-p/688988#M249519</guid>
      <dc:creator>simondachstr</dc:creator>
      <dc:date>2014-10-24T11:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to eliminate 'qvds' from script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-eliminate-qvds-from-script/m-p/688989#M249520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Concatenation is not a real problem - NoConcatenate prefix helps there. Concerning Exists() (and Peek, FieldIndex, LookUp), &lt;EM&gt;You are right&lt;/EM&gt;, there might be problem if one wants to differentiate between tables ... then Your recommendation - QUALIFY comes to help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 11:42:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-eliminate-qvds-from-script/m-p/688989#M249520</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-24T11:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to eliminate 'qvds' from script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-eliminate-qvds-from-script/m-p/688990#M249521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey, let us neat freaks have our fun. We're people too ¬¬&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 21:28:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-eliminate-qvds-from-script/m-p/688990#M249521</guid>
      <dc:creator>kuba_michalik</dc:creator>
      <dc:date>2014-10-24T21:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to eliminate 'qvds' from script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-eliminate-qvds-from-script/m-p/688991#M249522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not like too much the qualify/unqulify option because it takes me a lot of time to control many names in memory even if they are different. I prefer get rid of them temporaly using 'store'/'drop'. Is true that using 'store'/'drop' the confusion goes from the script to the folder where I place the qvds because some of them are trash but others are usefull for other scripts. Maybe create a folder called 'trash' would be a good and simple idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&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>Mon, 27 Oct 2014 08:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-eliminate-qvds-from-script/m-p/688991#M249522</guid>
      <dc:creator />
      <dc:date>2014-10-27T08:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to eliminate 'qvds' from script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-eliminate-qvds-from-script/m-p/688992#M249523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And also you can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Drop Tables TableName1.qvd,TableName2.qvd....TableNameN;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;if remove only from model&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 08:42:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-eliminate-qvds-from-script/m-p/688992#M249523</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-10-27T08:42:35Z</dc:date>
    </item>
  </channel>
</rss>

