<?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 use of SET and LET in script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/use-of-SET-and-LET-in-script/m-p/607888#M1099177</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey&lt;/P&gt;&lt;P&gt;as i am new to qlikview will you please tell me whtat is the use and when to use SET and LET in edit script...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Apr 2014 03:55:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-23T03:55:08Z</dc:date>
    <item>
      <title>use of SET and LET in script</title>
      <link>https://community.qlik.com/t5/QlikView/use-of-SET-and-LET-in-script/m-p/607888#M1099177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey&lt;/P&gt;&lt;P&gt;as i am new to qlikview will you please tell me whtat is the use and when to use SET and LET in edit script...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 03:55:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-of-SET-and-LET-in-script/m-p/607888#M1099177</guid>
      <dc:creator />
      <dc:date>2014-04-23T03:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: use of SET and LET in script</title>
      <link>https://community.qlik.com/t5/QlikView/use-of-SET-and-LET-in-script/m-p/607889#M1099179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 03:58:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-of-SET-and-LET-in-script/m-p/607889#M1099179</guid>
      <dc:creator />
      <dc:date>2014-04-23T03:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: use of SET and LET in script</title>
      <link>https://community.qlik.com/t5/QlikView/use-of-SET-and-LET-in-script/m-p/607890#M1099180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/159899"&gt;LET and SET&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Check with the above discussion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 05:07:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-of-SET-and-LET-in-script/m-p/607890#M1099180</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2014-04-23T05:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: use of SET and LET in script</title>
      <link>https://community.qlik.com/t5/QlikView/use-of-SET-and-LET-in-script/m-p/607891#M1099181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI CHECK THIS&lt;/P&gt;&lt;P&gt;With the distinction between SET and LET, where SET does not evaluate the RHS and LET evaluates the RHS, the following lists the behavior that we think is not consistent:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example 1:&lt;/P&gt;&lt;P&gt;SET A = 'hello';&lt;/P&gt;&lt;P&gt;SET B = customer = 'hello';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both A and B should preserve the single quotes. Currently Qlikview removes the single quote for the variable A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example 2:&lt;/P&gt;&lt;P&gt;SET A = 5;&lt;/P&gt;&lt;P&gt;SET B = $(A);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I expect that B contains the string: $(A). Instead, it contains 5 because the dollar-sign gets expanded. This will be useful if I want to specify a list of variables that contain formulae.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 05:20:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-of-SET-and-LET-in-script/m-p/607891#M1099181</guid>
      <dc:creator />
      <dc:date>2014-04-23T05:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: use of SET and LET in script</title>
      <link>https://community.qlik.com/t5/QlikView/use-of-SET-and-LET-in-script/m-p/607892#M1099182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI STUDY THIS&lt;/P&gt;&lt;P&gt;Try this it is very help full;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; 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: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; 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: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; 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: 10pt; 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: 10pt; 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: 10pt; 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: 10pt; 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&gt;&lt;SPAN style="font-size: 10pt; 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: 10pt; 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: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; 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: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; 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: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; 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: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; 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: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; 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: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Verdana','sans-serif';"&gt;The syntax is: set variablename=string&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Verdana','sans-serif';"&gt;Examples:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Verdana','sans-serif';"&gt;Set FileToUse=Data1.csv;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Verdana','sans-serif';"&gt;Set Constant=”My string”;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Verdana','sans-serif';"&gt;Set BudgetYear=1997;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; 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: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; 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: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Verdana','sans-serif';"&gt;Examples&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; 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: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; 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: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; 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: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; 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: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; 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: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; 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: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Verdana','sans-serif';"&gt;Examples&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Verdana','sans-serif';"&gt;Let vStartDate = Today();&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Verdana','sans-serif';"&gt;Let vEndDate = Date(Today()+7);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; 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: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; 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: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; 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: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; 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: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; 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: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; 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: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; 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: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; 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: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; 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: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Verdana','sans-serif';"&gt;SET Vstring3=1+3;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Verdana','sans-serif';"&gt; let Vstring4=1+3;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Verdana','sans-serif';"&gt; set Vif=if(year=2006,year);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Verdana','sans-serif';"&gt; Let Vstring5=today();//expression evaluates &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; 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: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; 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: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Verdana','sans-serif';"&gt; set Vstring8="=today()";//evaluates expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Verdana','sans-serif';"&gt; let Vstring9='=today()';//evaluates expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; 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: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 10pt; 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>Wed, 23 Apr 2014 05:22:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-of-SET-and-LET-in-script/m-p/607892#M1099182</guid>
      <dc:creator />
      <dc:date>2014-04-23T05:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: use of SET and LET in script</title>
      <link>https://community.qlik.com/t5/QlikView/use-of-SET-and-LET-in-script/m-p/607893#M1099183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very Clear, detailed and easy to understand. Thanks you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 05:07:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-of-SET-and-LET-in-script/m-p/607893#M1099183</guid>
      <dc:creator />
      <dc:date>2014-05-15T05:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: use of SET and LET in script</title>
      <link>https://community.qlik.com/t5/QlikView/use-of-SET-and-LET-in-script/m-p/607894#M1099184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for simple understanding Set =5+3 mean it wont evaluate when the script runs u&amp;nbsp; have to call again to make it as 8&lt;/P&gt;&lt;P&gt;but when comes to LET =5+3 first time it will evaluate and produce the result as 8 &lt;/P&gt;&lt;P&gt;use this eg and run the script and open the variable and check the answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 05:17:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-of-SET-and-LET-in-script/m-p/607894#M1099184</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2014-05-15T05:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: use of SET and LET in script</title>
      <link>https://community.qlik.com/t5/QlikView/use-of-SET-and-LET-in-script/m-p/607895#M1099185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; SET Vs LET &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Using &lt;STRONG&gt;SET&lt;/STRONG&gt; you are &lt;SPAN style="text-decoration: underline;"&gt;adding string value to a variable&lt;/SPAN&gt;&lt;BR /&gt; SET Variable1='4+5';&lt;BR /&gt; variable value is '4+5'&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-left: .5in; margin-bottom: .0001pt; text-indent: 3.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Using &lt;STRONG&gt;LET&lt;/STRONG&gt; you are &lt;SPAN style="text-decoration: underline;"&gt;adding an expression result to a variable&lt;/SPAN&gt;&lt;BR /&gt; LET Variable1=4+5;&lt;BR /&gt; variable value is 9&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 09:15:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-of-SET-and-LET-in-script/m-p/607895#M1099185</guid>
      <dc:creator>MuraliPrasath</dc:creator>
      <dc:date>2014-05-15T09:15:05Z</dc:date>
    </item>
  </channel>
</rss>

