<?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: Remove all data After run VBScript in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-all-data-After-run-VBScript/m-p/540327#M684342</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nills...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that's right...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I reload ever 1 month... But my qvws contains approximately 1GB.. so i need clean then after macro...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if don't have other way, i'll continue using this method.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jan 2014 13:56:10 GMT</pubDate>
    <dc:creator>marco_almeida</dc:creator>
    <dc:date>2014-01-21T13:56:10Z</dc:date>
    <item>
      <title>Remove all data After run VBScript</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-all-data-After-run-VBScript/m-p/540319#M684334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello guys ... &lt;/P&gt;&lt;P&gt;everything okay? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could reply my question? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is this: every day I run the script to load information from my database. After the end of the run, I use a macro (using vbscript) to extract a table (which I created) to csv and finalized qvw. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My big problem is that the data is saved in qvw, leaving it heavy for a next run. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wonder if I have to remove all information after running the macro ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to all: D &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 18:58:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-all-data-After-run-VBScript/m-p/540319#M684334</guid>
      <dc:creator>marco_almeida</dc:creator>
      <dc:date>2014-01-20T18:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Remove all data After run VBScript</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-all-data-After-run-VBScript/m-p/540320#M684335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe, you don't need a Macro to store the table data into CSV. You can store the table data csv into by using STORE command like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE TABLENAME into TABLENAME.csv (txt) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to improve your reload time, please implement Incremental load. Please go through the below link for reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4597"&gt;Incremental Load&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 20:36:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-all-data-After-run-VBScript/m-p/540320#M684335</guid>
      <dc:creator />
      <dc:date>2014-01-20T20:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Remove all data After run VBScript</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-all-data-After-run-VBScript/m-p/540321#M684336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello dathu.qv,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for this tip. but i guess my problem is other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After run script my "calculated tables" are updated. Succeeding, run macro for exporting this table in csv file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is clear all data after run this macro. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See you later!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 02:08:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-all-data-After-run-VBScript/m-p/540321#M684336</guid>
      <dc:creator>marco_almeida</dc:creator>
      <dc:date>2014-01-21T02:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Remove all data After run VBScript</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-all-data-After-run-VBScript/m-p/540322#M684337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe, you can add the Clear All option at the end of the Macro script.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you executing the Macro in the script or Post Reload trigger ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please add the "Clear All" action on the Post Reload trigger so it will clear all the selections.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 02:23:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-all-data-After-run-VBScript/m-p/540322#M684337</guid>
      <dc:creator />
      <dc:date>2014-01-21T02:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Remove all data After run VBScript</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-all-data-After-run-VBScript/m-p/540323#M684338</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;Actually, i need to drop all tables after macro...Is the same if i open qvw without data..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 12:46:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-all-data-After-run-VBScript/m-p/540323#M684338</guid>
      <dc:creator>marco_almeida</dc:creator>
      <dc:date>2014-01-21T12:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Remove all data After run VBScript</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-all-data-After-run-VBScript/m-p/540324#M684339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don´t just do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store yourtable into file.csv(txt);&lt;/P&gt;&lt;P&gt;drop table yourtable;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 12:50:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-all-data-After-run-VBScript/m-p/540324#M684339</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2014-01-21T12:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Remove all data After run VBScript</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-all-data-After-run-VBScript/m-p/540325#M684340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clever....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because my table is a chart (straight table).. &lt;/P&gt;&lt;P&gt;I need to export this table calculated after running the script, so I used macro. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there another way to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 13:00:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-all-data-After-run-VBScript/m-p/540325#M684340</guid>
      <dc:creator>marco_almeida</dc:creator>
      <dc:date>2014-01-21T13:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Remove all data After run VBScript</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-all-data-After-run-VBScript/m-p/540326#M684341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure if it is possible to do this as I don't think you can go back into the script to do a drop table.&lt;/P&gt;&lt;P&gt;As I understand you want to complete a reload then export a straight table (with all the calculations made) and then trigger a drop table from the script. How much data do you need, do you need to load all the data into the .qvw or is it possible to only load the latest data for example last week or month?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 13:44:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-all-data-After-run-VBScript/m-p/540326#M684341</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-21T13:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Remove all data After run VBScript</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-all-data-After-run-VBScript/m-p/540327#M684342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nills...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that's right...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I reload ever 1 month... But my qvws contains approximately 1GB.. so i need clean then after macro...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if don't have other way, i'll continue using this method.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 13:56:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-all-data-After-run-VBScript/m-p/540327#M684342</guid>
      <dc:creator>marco_almeida</dc:creator>
      <dc:date>2014-01-21T13:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Remove all data After run VBScript</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-all-data-After-run-VBScript/m-p/540328#M684343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco, How much calculations are doing in the straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe all these calculations will be done in the script level and make one required table by using join or concatenate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 14:01:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-all-data-After-run-VBScript/m-p/540328#M684343</guid>
      <dc:creator />
      <dc:date>2014-01-21T14:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Remove all data After run VBScript</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-all-data-After-run-VBScript/m-p/540329#M684344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey dathu....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have 10 expressions... =/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 14:03:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-all-data-After-run-VBScript/m-p/540329#M684344</guid>
      <dc:creator>marco_almeida</dc:creator>
      <dc:date>2014-01-21T14:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Remove all data After run VBScript</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-all-data-After-run-VBScript/m-p/540330#M684345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, what I was thinking is if you need more than 1 month of data? If not then you could just load last full month or something similar so that your .qvw only contains max 1 month of data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 14:06:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-all-data-After-run-VBScript/m-p/540330#M684345</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-21T14:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Remove all data After run VBScript</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-all-data-After-run-VBScript/m-p/540331#M684347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maco , that should not be a problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can calculate all these expressions in the script level and join to required table dimensions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post your script and expressions so I will help you in the script level ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post sample data that would be a great ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 14:11:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-all-data-After-run-VBScript/m-p/540331#M684347</guid>
      <dc:creator />
      <dc:date>2014-01-21T14:11:38Z</dc:date>
    </item>
  </channel>
</rss>

