<?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: Set &amp; Let in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Let/m-p/854779#M1013418</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;with SET you just can assign a value, with LET you can make a calculation and assign the outupt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET varS=1+1;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // varS = '1+1'&lt;/P&gt;&lt;P&gt;LET varL=1+1;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // varL = 2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Apr 2015 15:20:26 GMT</pubDate>
    <dc:creator>sebastianlettner</dc:creator>
    <dc:date>2015-04-17T15:20:26Z</dc:date>
    <item>
      <title>Set &amp; Let</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Let/m-p/854778#M1013417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;What is Set &amp;amp; Let&amp;nbsp; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;where we use Set &amp;amp; Let?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 09:42:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Let/m-p/854778#M1013417</guid>
      <dc:creator>qlikview979</dc:creator>
      <dc:date>2015-04-17T09:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Set &amp; Let</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Let/m-p/854779#M1013418</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;with SET you just can assign a value, with LET you can make a calculation and assign the outupt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET varS=1+1;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // varS = '1+1'&lt;/P&gt;&lt;P&gt;LET varL=1+1;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // varL = 2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 15:20:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Let/m-p/854779#M1013418</guid>
      <dc:creator>sebastianlettner</dc:creator>
      <dc:date>2015-04-17T15:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Set &amp; Let</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Let/m-p/854780#M1013419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to &lt;A href="https://community.qlik.com/qlik-users/168417"&gt;SebastianLettner&lt;/A&gt; see here &lt;A href="https://community.qlik.com/qlik-blogpost/3406"&gt;The Magic of Variables&lt;/A&gt; for more details and explanations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Apr 2015 15:31:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Let/m-p/854780#M1013419</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-04-18T15:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Set &amp; Let</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Let/m-p/854781#M1013420</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;SET simply assigns what is after the equal to operator whereas let evaluates what is after the equal to operator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2*2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using SET the result will be 2*2&lt;/P&gt;&lt;P&gt;Using LET the result will be 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Apr 2015 15:57:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Let/m-p/854781#M1013420</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2015-04-18T15:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Set &amp; Let</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Let/m-p/854782#M1013421</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;Set:&lt;/P&gt;&lt;P&gt;set variables are used&amp;nbsp; define to define paths,strings etc&lt;/P&gt;&lt;P&gt;SET variable name =string;&lt;/P&gt;&lt;P&gt;it can be only used in script&lt;/P&gt;&lt;P&gt;and&amp;nbsp; with Set only assign the value .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET:&lt;/P&gt;&lt;P&gt;Let evaluates the expression&lt;/P&gt;&lt;P&gt;it can be created through script/UI.&lt;/P&gt;&lt;P&gt;Let variable name=Expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It can be used in Chart calculations passing values inside the expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Apr 2015 16:58:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Let/m-p/854782#M1013421</guid>
      <dc:creator>prabhas277</dc:creator>
      <dc:date>2015-04-18T16:58:34Z</dc:date>
    </item>
  </channel>
</rss>

