<?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: Every other LET variable fails in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Every-other-LET-variable-fails/m-p/657173#M675525</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There was no specific reason. Mainly used hex because I knew it worked in that format, I didn't know that chr() used the decimal format. I think I am going to end up using decimal since it looks cleaner and there is less computing necessary.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Jul 2014 15:43:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-11T15:43:43Z</dc:date>
    <item>
      <title>Every other LET variable fails</title>
      <link>https://community.qlik.com/t5/QlikView/Every-other-LET-variable-fails/m-p/657168#M675520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create a script file of the world's currency symbols and am assigning variables to the hex code. For some reason every other variable isn't recognized and fails in the reload. They don't even turn blue. See picture below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Variables.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/62224_Variables.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone see the problem? I assume the syntax for the symbol works since the blue variables work in text boxes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 01:49:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Every-other-LET-variable-fails/m-p/657168#M675520</guid>
      <dc:creator />
      <dc:date>2014-07-11T01:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Every other LET variable fails</title>
      <link>https://community.qlik.com/t5/QlikView/Every-other-LET-variable-fails/m-p/657169#M675521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The expression in the num#() function is not properly constructed, you have 3 single-quotes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The format should be num#('4c', '(hex'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 02:00:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Every-other-LET-variable-fails/m-p/657169#M675521</guid>
      <dc:creator />
      <dc:date>2014-07-11T02:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Every other LET variable fails</title>
      <link>https://community.qlik.com/t5/QlikView/Every-other-LET-variable-fails/m-p/657170#M675522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the target state of vALLSymbol? Should it be 'Lek'? If so, you might want to try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vALLSymbol = chr(num#('4c', '(hex)')) &amp;amp; chr(num#('65', '(hex)')) &amp;amp; chr(num#('6b', '(hex)'));&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 02:07:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Every-other-LET-variable-fails/m-p/657170#M675522</guid>
      <dc:creator />
      <dc:date>2014-07-11T02:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: Every other LET variable fails</title>
      <link>https://community.qlik.com/t5/QlikView/Every-other-LET-variable-fails/m-p/657171#M675523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah you're right. I created the formula in excel and it used that single quote to format the end of the function as text and was lost in concatenation. Thanks for your help! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My end result is to have a list of all currency symbols, e.g. $, €, ¥. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 15:29:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Every-other-LET-variable-fails/m-p/657171#M675523</guid>
      <dc:creator />
      <dc:date>2014-07-11T15:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Every other LET variable fails</title>
      <link>https://community.qlik.com/t5/QlikView/Every-other-LET-variable-fails/m-p/657172#M675524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not using the decimal value and chr() instead of hex?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 15:32:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Every-other-LET-variable-fails/m-p/657172#M675524</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-07-11T15:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Every other LET variable fails</title>
      <link>https://community.qlik.com/t5/QlikView/Every-other-LET-variable-fails/m-p/657173#M675525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There was no specific reason. Mainly used hex because I knew it worked in that format, I didn't know that chr() used the decimal format. I think I am going to end up using decimal since it looks cleaner and there is less computing necessary.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 15:43:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Every-other-LET-variable-fails/m-p/657173#M675525</guid>
      <dc:creator />
      <dc:date>2014-07-11T15:43:43Z</dc:date>
    </item>
  </channel>
</rss>

