<?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 free the variable memory in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-free-the-variable-memory/m-p/546580#M1145745</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;For&amp;nbsp; reply,Both are correct&lt;/P&gt;&lt;P&gt;But what is difference between &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vVariableName=null();&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;LET vVariableName=;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(and)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET vVariableName=null();&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;SET vVariableName=;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Aug 2013 04:45:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-08-30T04:45:27Z</dc:date>
    <item>
      <title>how to free the variable memory</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-free-the-variable-memory/m-p/546577#M1145742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;how to free the variable memory&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 09:55:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-free-the-variable-memory/m-p/546577#M1145742</guid>
      <dc:creator />
      <dc:date>2013-08-29T09:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to free the variable memory</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-free-the-variable-memory/m-p/546578#M1145743</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;Are you mentioning about script variable?&lt;/P&gt;&lt;P&gt;If so,&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set varialbeName = ; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 10:00:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-free-the-variable-memory/m-p/546578#M1145743</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-08-29T10:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to free the variable memory</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-free-the-variable-memory/m-p/546579#M1145744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with this&lt;/P&gt;&lt;P&gt;SET vVariableName=null();&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;SET vVariableName=;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 10:00:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-free-the-variable-memory/m-p/546579#M1145744</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-08-29T10:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to free the variable memory</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-free-the-variable-memory/m-p/546580#M1145745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;For&amp;nbsp; reply,Both are correct&lt;/P&gt;&lt;P&gt;But what is difference between &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vVariableName=null();&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;LET vVariableName=;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(and)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET vVariableName=null();&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;SET vVariableName=;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 04:45:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-free-the-variable-memory/m-p/546580#M1145745</guid>
      <dc:creator />
      <dc:date>2013-08-30T04:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to free the variable memory</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-free-the-variable-memory/m-p/546581#M1145746</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;From help, you can understand clearly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;SPAN style="font-weight: bold;"&gt;let&lt;/SPAN&gt; statement has been created as a complement to the &lt;A&gt;&lt;SPAN style="font-weight: bold;"&gt;set&lt;/SPAN&gt;&lt;/A&gt; statement, used for defining &lt;A&gt;script variables&lt;/A&gt;. The &lt;SPAN style="font-weight: bold;"&gt;let&lt;/SPAN&gt; statement, in opposition to the &lt;SPAN style="font-weight: bold;"&gt;set&lt;/SPAN&gt; statement, evaluates the expression on the right side of the ' =' before it is assigned to the macro variable.&lt;/P&gt;&lt;P&gt;The word &lt;SPAN style="font-weight: bold;"&gt;let&lt;/SPAN&gt; may be omitted, but the statement then becomes a control statement. Such a statement without the keyword &lt;SPAN style="font-weight: bold;"&gt;let&lt;/SPAN&gt; must be contained within a single script row and may be terminated either with a semicolon or end-of-line.&lt;/P&gt;&lt;P&gt;The syntax is:&lt;/P&gt;&lt;H4&gt;let &lt;SPAN style="font-style: italic;"&gt;variablename&lt;/SPAN&gt; =&lt;SPAN style="font-style: italic;"&gt;expression&lt;/SPAN&gt;&lt;/H4&gt;&lt;P&gt;&lt;SPAN style="font-style: italic;"&gt;&lt;SPAN style="font-style: normal;"&gt;Note that the word &lt;/SPAN&gt;&lt;SPAN style="font-style: normal; font-weight: bold;"&gt;let&lt;/SPAN&gt;&lt;SPAN style="font-style: normal;"&gt; may be omitted.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;H2&gt;Examples:&lt;/H2&gt;&lt;P&gt;&lt;SPAN style="font-weight: bold;"&gt;Set x=3+4;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: bold;"&gt;Let y=3+4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: bold;"&gt;z=$(y)+1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: bold;"&gt;$(x) &lt;/SPAN&gt;will be evaluated as ' &lt;SPAN style="font-style: italic;"&gt;3+4&lt;/SPAN&gt; '&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: bold;"&gt;$(y) &lt;/SPAN&gt;will be evaluated as '&lt;SPAN style="font-style: italic;"&gt; 7 &lt;/SPAN&gt;'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 10:33:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-free-the-variable-memory/m-p/546581#M1145746</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-08-30T10:33:30Z</dc:date>
    </item>
  </channel>
</rss>

