<?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 AW:Dropping temporary variables after reload in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dropping-temporary-variables-after-reload/m-p/157682#M33074</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Depending on how are you loading your document, I'd give a try to create a macro with the code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Sub CleanUp ActiveDocument.RemoveVariable "vVar"End Sub&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;And trigger it in the Settings menu, Document Properties, Triggers, OnPostReload.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Oct 2010 12:38:16 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2010-10-25T12:38:16Z</dc:date>
    <item>
      <title>Dropping temporary variables after reload</title>
      <link>https://community.qlik.com/t5/QlikView/Dropping-temporary-variables-after-reload/m-p/157679#M33071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way in QV to drop/hide temporarily used variables in a script ?&lt;/P&gt;&lt;P&gt;When reloading QV files, we are using quite some temporary variables (current date, number of years to reload, start year, QVD - folderpaths, ...) that are of no use for QV professionals and/or end users&lt;/P&gt;&lt;P&gt;Is there a way to drop (selected number of) variables at the end of your reload script or at least hide them one way or another for the professional / end users ? The professional user will often make use of variables himself (we encourage this instead of hard coded values), but the variable list tends to become quite long with variables that are only needed during the reload stage. Quite some variables are set at the beginning of the reload script using one or more includes (create once / use everywhere) so it would be nice if we could run an include at the end that removes the 'unnecessary' variables from the QV file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 10:29:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dropping-temporary-variables-after-reload/m-p/157679#M33071</guid>
      <dc:creator />
      <dc:date>2010-10-25T10:29:09Z</dc:date>
    </item>
    <item>
      <title>AW:Dropping temporary variables after reload</title>
      <link>https://community.qlik.com/t5/QlikView/Dropping-temporary-variables-after-reload/m-p/157680#M33072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;a simple&lt;/P&gt;&lt;P style="font-style: italic"&gt;set vVariable = ;&lt;/P&gt;&lt;P&gt;would do the job.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 10:46:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dropping-temporary-variables-after-reload/m-p/157680#M33072</guid>
      <dc:creator>skn</dc:creator>
      <dc:date>2010-10-25T10:46:47Z</dc:date>
    </item>
    <item>
      <title>AW:Dropping temporary variables after reload</title>
      <link>https://community.qlik.com/t5/QlikView/Dropping-temporary-variables-after-reload/m-p/157681#M33073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is not exactly what I mean.&lt;/P&gt;&lt;P&gt;It's not that my professional / end users may not see the contents of the variable, I mean the variable itself.&lt;/P&gt;&lt;P&gt;The include's contain variables for database connections, network paths to store QVD files, ...&lt;/P&gt;&lt;P&gt;All these variables are now stored within the several QV applications, while they are only of use during the reload sessions itself.&lt;/P&gt;&lt;P&gt;I was thinking of a way drop (or hide) them at the end of the reload (compare it with going to the variable overview and deleting them manually).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 11:07:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dropping-temporary-variables-after-reload/m-p/157681#M33073</guid>
      <dc:creator />
      <dc:date>2010-10-25T11:07:24Z</dc:date>
    </item>
    <item>
      <title>AW:Dropping temporary variables after reload</title>
      <link>https://community.qlik.com/t5/QlikView/Dropping-temporary-variables-after-reload/m-p/157682#M33074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Depending on how are you loading your document, I'd give a try to create a macro with the code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Sub CleanUp ActiveDocument.RemoveVariable "vVar"End Sub&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;And trigger it in the Settings menu, Document Properties, Triggers, OnPostReload.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 12:38:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dropping-temporary-variables-after-reload/m-p/157682#M33074</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-10-25T12:38:16Z</dc:date>
    </item>
    <item>
      <title>AW:Dropping temporary variables after reload</title>
      <link>https://community.qlik.com/t5/QlikView/Dropping-temporary-variables-after-reload/m-p/157683#M33075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you do it in the "OnPostReload" event, it won't work with publisher.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 13:34:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dropping-temporary-variables-after-reload/m-p/157683#M33075</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2010-10-25T13:34:21Z</dc:date>
    </item>
    <item>
      <title>AW:Dropping temporary variables after reload</title>
      <link>https://community.qlik.com/t5/QlikView/Dropping-temporary-variables-after-reload/m-p/157684#M33076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the meantime I am using the Publisher so guess the suggested solution will not work. Any other ideas ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 08:38:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dropping-temporary-variables-after-reload/m-p/157684#M33076</guid>
      <dc:creator />
      <dc:date>2011-12-06T08:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dropping temporary variables after reload</title>
      <link>https://community.qlik.com/t5/QlikView/Dropping-temporary-variables-after-reload/m-p/157685#M33077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also interested in an answer to this. Sometimes we might end up storing credentials in QlikView variables during the load script cycle. Is there a way to ensure these are blanked after the reload has run (even if the reload fails for some reason?)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 12:52:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dropping-temporary-variables-after-reload/m-p/157685#M33077</guid>
      <dc:creator>chrisbrain</dc:creator>
      <dc:date>2013-10-09T12:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dropping temporary variables after reload</title>
      <link>https://community.qlik.com/t5/QlikView/Dropping-temporary-variables-after-reload/m-p/157686#M33078</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;At the end of the script you can drop the variables like&lt;/P&gt;&lt;P&gt;Set vVariable = ;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Set vVariable = Null();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will remove the variables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 13:00:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dropping-temporary-variables-after-reload/m-p/157686#M33078</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-10-09T13:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dropping temporary variables after reload</title>
      <link>https://community.qlik.com/t5/QlikView/Dropping-temporary-variables-after-reload/m-p/157687#M33079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does this still work if there is an error during the reload and this part of the script is never reached?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 13:27:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dropping-temporary-variables-after-reload/m-p/157687#M33079</guid>
      <dc:creator>chrisbrain</dc:creator>
      <dc:date>2013-10-09T13:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dropping temporary variables after reload</title>
      <link>https://community.qlik.com/t5/QlikView/Dropping-temporary-variables-after-reload/m-p/157688#M33080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also loop over a variable list and set them to Nothing at the end of the script ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;for&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;each&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;v&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;in&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; 'a','b','c','d','e','v'&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;LET&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; '&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;$(v)'&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Nothing&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;next&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;v&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;... but this won't run if there's been a failure. In that case you would need to wrap error handling around all or parts of the code and then test for failures to determine if variables need cleaning up.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;flipside&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 13:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dropping-temporary-variables-after-reload/m-p/157688#M33080</guid>
      <dc:creator>flipside</dc:creator>
      <dc:date>2013-10-09T13:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dropping temporary variables after reload</title>
      <link>https://community.qlik.com/t5/QlikView/Dropping-temporary-variables-after-reload/m-p/157689#M33081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If that part of the script isn't reached, then the code won't be triggered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 14:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dropping-temporary-variables-after-reload/m-p/157689#M33081</guid>
      <dc:creator>ThornOfCrowns</dc:creator>
      <dc:date>2013-10-09T14:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dropping temporary variables after reload</title>
      <link>https://community.qlik.com/t5/QlikView/Dropping-temporary-variables-after-reload/m-p/157690#M33082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I try to perform this, I end up with all the variables still in my QV file but with a value 'Nothing' or 'Null()'.&lt;/P&gt;&lt;P&gt;That is not exactly what I want. In the beginning of each QV file I add all the workpaths (QVD, QVW, ...) by means of variables. At the end of the script, I do not need these variables anymore and I would like to remove them. They are of no value for the end user.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 14:04:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dropping-temporary-variables-after-reload/m-p/157690#M33082</guid>
      <dc:creator />
      <dc:date>2013-10-09T14:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dropping temporary variables after reload</title>
      <link>https://community.qlik.com/t5/QlikView/Dropping-temporary-variables-after-reload/m-p/157691#M33083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The &lt;EM&gt;SET Variable =;&lt;/EM&gt; syntax only works with variables crated within that load script, I understand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 14:10:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dropping-temporary-variables-after-reload/m-p/157691#M33083</guid>
      <dc:creator>ThornOfCrowns</dc:creator>
      <dc:date>2013-10-09T14:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dropping temporary variables after reload</title>
      <link>https://community.qlik.com/t5/QlikView/Dropping-temporary-variables-after-reload/m-p/157692#M33084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The proposed method should work, e.g. when using these statements in a just created document script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Let x = 10;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Let y = 20;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Let z = x+y;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Let x= NULL();&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Let y= NULL();&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only variable z should get to the UI, and should hold 30. x and y are deleted at the end of the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AFAIK, this deletion only works if the variable was newly created in the script, if it already passed to the UI once, a following script run won't completely delete the variable, you'll need to delete it in the variable overview once, then subsequent script runs should create / delete it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 14:15:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dropping-temporary-variables-after-reload/m-p/157692#M33084</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-10-09T14:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dropping temporary variables after reload</title>
      <link>https://community.qlik.com/t5/QlikView/Dropping-temporary-variables-after-reload/m-p/157693#M33085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried the following :&lt;/P&gt;&lt;P&gt;Through a general include that is inserted in the beginning of the script (of all QV files), a number of paths are assigned to a variable :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET salesdir = 'S:\In Production\QVD\Sales\';&lt;/P&gt;&lt;P&gt;LET accountingdir = 'S:\.....';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the end of the script, I now built an include containing the following code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET salesdir = Null();&lt;/P&gt;&lt;P&gt;LET accountingdir = Null();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just before reloading the file, I removed these variables from the overview and saved the QV file.&lt;/P&gt;&lt;P&gt;After the reload, I checked the variable overview and all variables are still there showing Null() as a value.&lt;/P&gt;&lt;P&gt;In my case, the variables are not removed. Running QV 11 SR2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 14:34:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dropping-temporary-variables-after-reload/m-p/157693#M33085</guid>
      <dc:creator />
      <dc:date>2013-10-09T14:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Dropping temporary variables after reload</title>
      <link>https://community.qlik.com/t5/QlikView/Dropping-temporary-variables-after-reload/m-p/157694#M33086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can't reproduce this here on QV11.20 SR3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached my test files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 14:46:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dropping-temporary-variables-after-reload/m-p/157694#M33086</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-10-09T14:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dropping temporary variables after reload</title>
      <link>https://community.qlik.com/t5/QlikView/Dropping-temporary-variables-after-reload/m-p/157695#M33087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Xavier,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please be careful, the LET and the SET instructions do not react the same way when assigning values to a variable. The LET statement forces the immediate evaluation of the expression following the "=" sign, whereas the SET statement defers the evaluation to when the variable is actually used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if you write &lt;/P&gt;&lt;P&gt;LET a = Null();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The variable will be immediately be assigned the a null value, and if it did not already exist before the execution of your script, it shall be removed from the memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you write&lt;/P&gt;&lt;P&gt;SET a = Null();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The variable will be assigned the expression "Null()" and will be kept in memory for later use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 14:51:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dropping-temporary-variables-after-reload/m-p/157695#M33087</guid>
      <dc:creator>pgrenier</dc:creator>
      <dc:date>2013-10-09T14:51:10Z</dc:date>
    </item>
  </channel>
</rss>

