<?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: LET and SET redefined in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/LET-and-SET-redefined/m-p/1035274#M933501</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dollar expand it: LET vMySecondVar = $(vMyFirstVar);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Feb 2016 10:46:20 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2016-02-26T10:46:20Z</dc:date>
    <item>
      <title>LET and SET redefined</title>
      <link>https://community.qlik.com/t5/QlikView/LET-and-SET-redefined/m-p/1035272#M933499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i know the difference between Let &amp;amp; Set keywords.but i have a scenario where in i have defined a variable using Set Keword but i waant to evaluate the string in that variable. How this can be achieved?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 07:51:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LET-and-SET-redefined/m-p/1035272#M933499</guid>
      <dc:creator>deepali_more</dc:creator>
      <dc:date>2016-02-26T07:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: LET and SET redefined</title>
      <link>https://community.qlik.com/t5/QlikView/LET-and-SET-redefined/m-p/1035273#M933500</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;Like this.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET v1&amp;nbsp;&amp;nbsp; =&amp;nbsp; '4+5';&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;LET v2&amp;nbsp;&amp;nbsp; = Evaluate(v1);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 10:44:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LET-and-SET-redefined/m-p/1035273#M933500</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-02-26T10:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: LET and SET redefined</title>
      <link>https://community.qlik.com/t5/QlikView/LET-and-SET-redefined/m-p/1035274#M933501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dollar expand it: LET vMySecondVar = $(vMyFirstVar);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 10:46:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LET-and-SET-redefined/m-p/1035274#M933501</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-02-26T10:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: LET and SET redefined</title>
      <link>https://community.qlik.com/t5/QlikView/LET-and-SET-redefined/m-p/1035275#M933502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... or even simpler: Don't dollar-expand it.&lt;/P&gt;&lt;P&gt;Let &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vMySecondVar = vMyFirstVar;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 10:50:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LET-and-SET-redefined/m-p/1035275#M933502</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2016-02-26T10:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: LET and SET redefined</title>
      <link>https://community.qlik.com/t5/QlikView/LET-and-SET-redefined/m-p/1035276#M933503</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: 13px;"&gt;Set &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vMyFirstVar = 5+6;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Let &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vMySecondVar = vMyFirstVar;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;vMySecondVar&amp;nbsp; &lt;/EM&gt;doesn't seem to evaluate the string, it returns the string as it is. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;In that case &lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vMySecondVar&amp;nbsp; &lt;/EM&gt; would required to be dollar-expanded, right?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 10:55:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LET-and-SET-redefined/m-p/1035276#M933503</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-02-26T10:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: LET and SET redefined</title>
      <link>https://community.qlik.com/t5/QlikView/LET-and-SET-redefined/m-p/1035277#M933504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're right. I missed that. Evaluate or dollar expansion will both store 9 in the second variable, whereas the plain Let will store 4+5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 11:02:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LET-and-SET-redefined/m-p/1035277#M933504</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2016-02-26T11:02:43Z</dc:date>
    </item>
  </channel>
</rss>

