<?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 Difference between SET and LET in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Difference-between-SET-and-LET/m-p/541642#M202450</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;what is the difference between using SET and LET in script? Can anyone explain with one example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Jul 2013 13:49:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-04T13:49:28Z</dc:date>
    <item>
      <title>Difference between SET and LET</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-SET-and-LET/m-p/541642#M202450</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;what is the difference between using SET and LET in script? Can anyone explain with one example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jul 2013 13:49:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-SET-and-LET/m-p/541642#M202450</guid>
      <dc:creator />
      <dc:date>2013-07-04T13:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between SET and LET</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-SET-and-LET/m-p/541643#M202451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;SPAN class="Bold"&gt;let&lt;/SPAN&gt; statement, in opposition to the &lt;SPAN class="Bold"&gt;set&lt;/SPAN&gt; statement, evaluates the expression on the right side of the '=' before it is assigned to the variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;Set x=3+4;&lt;/P&gt;&lt;P class="Code"&gt;Let y=3+4;&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;$(x)&lt;/SPAN&gt; will be evaluated as '&lt;SPAN class="Italic"&gt;3+4&lt;/SPAN&gt; '&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;$(y)&lt;/SPAN&gt; will be evaluated as '&lt;SPAN class="Italic"&gt;7&lt;/SPAN&gt;'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jul 2013 13:56:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-SET-and-LET/m-p/541643#M202451</guid>
      <dc:creator>luciancotea</dc:creator>
      <dc:date>2013-07-04T13:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between SET and LET</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-SET-and-LET/m-p/541644#M202452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mariakm,&lt;/P&gt;&lt;P&gt;Try this it is very help full;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;A variable is an entity used to contain a single data value which can be a number, a character or a string.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;The variable acquires its value from LET or SET in the Script or from an Input Box in a layout which can be set by users.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;There are few ways to create variables.&lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;1. Variables Tab in the Document Properties&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;2. New Variables in New Input Box Properties&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;3. Variable Overview in Settings Menu&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;4. Using ‘SET’ or ‘LET’ in Edit Script&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;If the first character of the string starts with an equal sign ‘ = ‘, QlikView evaluates it as a formula and stores the evaluated result in it. Otherwise, it holds the value as a string.&amp;nbsp; You can store a formula with equal sign in front, then you can just use the variable in the expression without Dollar Sign Expansion, if it is storing a string as a formula, then you need to use the Dollar Sign Expansion: ‘$(variablename)’.&lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="list-style-type: lower-roman;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;i.e. Let’s create two variables: vString1 and vString2.&amp;nbsp; vString1 stores a string ’1+3′ and vString2 stores a string ‘=1+3′.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;Create a new Text Object and type ‘=vString1′, you will see ’1+3′ in the text object.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;Then create another Text Object and type in ‘=$(vString1), then Dollar Sign Expansion evaluates the formula and you will get ’4′.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;Then create another Text box and type in ‘=vString2′, you will see ’4′ in it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;‘LET’ and ‘SET’ are used for defining Variables in the script.&amp;nbsp; The variables can be used for substituting strings, paths, drives, etc.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;‘SET’ treats everything after the equal sign (=) as String.&amp;nbsp; If it contains space, then you need double quote in the beginning and the end.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;The syntax is: set variablename=string&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;Examples:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;Set FileToUse=Data1.csv;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;Set Constant=”My string”;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;Set BudgetYear=1997;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;‘LET’ evaluates the expression after the equal sign (=) and stores the value.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;The syntax is: let variablename=expression&amp;nbsp; (Note: the word ’let’ can be omitted. )&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;Examples&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;Let x=Today(); &amp;gt;&amp;gt; x=12/01/2012&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;Let y=’Today()’; &amp;gt;&amp;gt; y=Today()&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;Since the function, Today(), is encapsulated by the single quotes, QlikView treats it as a string.&amp;nbsp; After running the script and from the Variable Overview in the Settings menu, you will find it is holding a string ‘Today()’.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;In the Edit Script, if you are assigning variables with ‘Set’, QlikView will store whatever you typed in as a string.&amp;nbsp; If you assigned a formula in a variable, and you want to use it in QlikView you need to use dollar sign expansion.&amp;nbsp; However, if you assigned an equal sign in the beginning of the string, for example, “=Today() + 7″, you can just use the variable name without Dollar sign expansion since the variable will evaluate the formula and be represented as if it were a number.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;If you are assigning variables with ‘Let’, you have to encapsulate the formula in between single quotes ( ‘ ).&amp;nbsp; If you use double quotes, the variable gets a null value and the variable will not be created.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;If you want to create a variable which hold a dollar sign expansion, then you need to separates the equation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;Examples&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;Let vStartDate = Today();&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;Let vEndDate = Date(Today()+7);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;Let vSales = ‘Sum({$&amp;lt;Date={“&amp;gt;=$(vStartDate)&amp;lt;=$(vEndDate)”}&amp;gt;} Sales)’&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;If you run the script, you will get ‘Sum({$&amp;lt;Date={“&amp;gt;=12/1/2012&amp;lt;=12/8/2012″}&amp;gt;} Sales)’ for the variable vSales.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;If you don’t want to expand the Dollar sign expansion part, you need to separate above formula in three parts.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;Let vSales2 = ‘Sum({$&amp;lt;Date={“&amp;gt;=$’ &amp;amp; ‘(vStartDate)&amp;lt;=$’ &amp;amp; ‘(vEndDate)”}&amp;gt;} Sales)’&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;You will get ‘Sum({$&amp;lt;Date={“&amp;gt;=$(vStartDate)&amp;lt;=$(vEndDate)”}&amp;gt;} Sales)’ for the variable vSales2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;If you are using single quotes in the formula, then you need to use chr(39).&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;Let vSales3 = ‘Num(Sum({$&amp;lt;Date={“&amp;gt;=$’ &amp;amp; ‘(vStartDate)&amp;lt;=$’ &amp;amp; ‘(vEndDate)”}&amp;gt;} Sales), ‘ &amp;amp; chr(39) &amp;amp; ‘##,##0′&amp;amp; chr(39) &amp;amp; ‘)’&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;You will get ‘Num(Sum({$&amp;lt;Date={“&amp;gt;=$(vStartDate)&amp;lt;=$(vEndDate)”}&amp;gt;} Sales), ‘##,##0′)’.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;That’s it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt;SET Vstring3=1+3;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt; let Vstring4=1+3;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt; set Vif=if(year=2006,year);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt; Let Vstring5=today();//expression evaluates &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt; let Vstring6='today()';//store string if u use $(Vstring6) evaluates expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt; set Vstring7=today(); //store string if u use $(Vstring7) evaluates expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt; set Vstring8="=today()";//evaluates expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt; let Vstring9='=today()';//evaluates expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt; let Ver='if(year=2006,year,0)';//use string and evaluates expression also&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif';"&gt; Let Vstring8="=today()"; //it's value is null variable not created. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Aug 2013 11:56:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-SET-and-LET/m-p/541644#M202452</guid>
      <dc:creator />
      <dc:date>2013-08-31T11:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between SET and LET</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-SET-and-LET/m-p/541645#M202453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="Code"&gt;hi&lt;/P&gt;&lt;P class="Code"&gt;Set x=3+4;&lt;/P&gt;&lt;P class="Code"&gt;Let y=3+4;&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;$(x)&lt;/SPAN&gt; will be evaluated as 7&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;X &lt;/SPAN&gt;will be evaluated as '3+4' string&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;y&lt;/SPAN&gt; will be evaluated as '&lt;SPAN class="Italic"&gt;7&lt;/SPAN&gt;'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Aug 2013 12:01:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-SET-and-LET/m-p/541645#M202453</guid>
      <dc:creator />
      <dc:date>2013-08-31T12:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between SET and LET</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-SET-and-LET/m-p/541646#M202454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let's say we have the following...&lt;/P&gt;&lt;P&gt;Set A=5+6;&lt;/P&gt;&lt;P class="Code"&gt;Let B=5+6;&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P&gt;$(A) will contain 5+6&lt;/P&gt;&lt;P&gt;$(B) will contain 11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in other words...&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET&lt;/STRONG&gt; puts whatever after the &lt;STRONG&gt;=&lt;/STRONG&gt; sign into the variable.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET&lt;/STRONG&gt; executes whatever after the &lt;STRONG&gt;=&lt;/STRONG&gt; sign and load the variable with the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More or less.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plain.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Aug 2013 20:16:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-SET-and-LET/m-p/541646#M202454</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-31T20:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between SET and LET</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-SET-and-LET/m-p/541647#M202455</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 is a direct assignment.&lt;/P&gt;&lt;P&gt;Let is used when there is a function/operator to be evaluated on the right hand side before assigning the value.&lt;/P&gt;&lt;P&gt;This is inline with what Lucian and car bal have quoted, i guess I have just phrased it differently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Rajesh Vaswani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Sep 2013 00:02:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-SET-and-LET/m-p/541647#M202455</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2013-09-01T00:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between SET and LET</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-SET-and-LET/m-p/541648#M202456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;set x=3+4;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f6f6f6; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Let y=3+4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f6f6f6; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;z=$(y)+1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f6f6f6; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if u ignore Qlik view take let is default.Let is competitor&amp;nbsp; of set.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Sep 2013 17:32:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-SET-and-LET/m-p/541648#M202456</guid>
      <dc:creator />
      <dc:date>2013-09-01T17:32:08Z</dc:date>
    </item>
  </channel>
</rss>

