<?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: Qliksense variable file in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qliksense-variable-file/m-p/1584000#M42698</link>
    <description>&lt;P&gt;Seems to me like your list of names has a value with a space in it, which would break the LET statement.&lt;/P&gt;&lt;P&gt;EDIT: The value being 'vFormConversion Rate', if that wasn't clear.&lt;/P&gt;</description>
    <pubDate>Thu, 23 May 2019 15:27:31 GMT</pubDate>
    <dc:creator>jensmunnichs</dc:creator>
    <dc:date>2019-05-23T15:27:31Z</dc:date>
    <item>
      <title>Qliksense variable file</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-variable-file/m-p/1583997#M42697</link>
      <description>&lt;P&gt;Hi ALL,&lt;/P&gt;&lt;P&gt;i'm trying to maintain a file for variable in Qliksense , but when i run this script&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i get this error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="empty undefined"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="headline edc_error"&gt;The following error occurred:&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;Unexpected token: 'Rate', expected: '='&lt;/DIV&gt;&lt;DIV class="empty undefined"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="headline edc_error"&gt;The error occurred here:&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;let vFormConversion &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;Rate&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; = peek('Expression', i, 'Temp_Variables') &amp;amp; chr(10) &amp;amp; '/* NA */'&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;SCript i'm Using&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;&lt;P&gt;Temp_Variables:&lt;BR /&gt;LOAD Name,&lt;BR /&gt;Expression,&lt;BR /&gt;Comment&lt;BR /&gt;FROM [lib/expressions1.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet2);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;// Create variables&lt;BR /&gt;for i = 0 to NoOfRows('Temp_Variables') - 1&lt;/P&gt;&lt;P&gt;let vName = peek('Name', i, 'Temp_Variables'); // Name of the variable&lt;BR /&gt;let vComment = peek('Comment', i, 'Temp_Variables'); // Comment/description of the variable&lt;BR /&gt;let $(vName) = peek('Expression', i, 'Temp_Variables') &amp;amp; chr(10) &amp;amp; '/* $(vComment) */'; // Expression&lt;/P&gt;&lt;P&gt;next i&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;// Remove temp variables&lt;BR /&gt;let i = null();&lt;BR /&gt;let vName = null();&lt;BR /&gt;let vComment = null();&lt;/P&gt;&lt;P&gt;// Remove temp tables&lt;BR /&gt;drop table Temp_Variables;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any idea please&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;/DIV&gt;&lt;DIV class="empty undefined"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 23 May 2019 15:15:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-variable-file/m-p/1583997#M42697</guid>
      <dc:creator>yogitamehta10</dc:creator>
      <dc:date>2019-05-23T15:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense variable file</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-variable-file/m-p/1584000#M42698</link>
      <description>&lt;P&gt;Seems to me like your list of names has a value with a space in it, which would break the LET statement.&lt;/P&gt;&lt;P&gt;EDIT: The value being 'vFormConversion Rate', if that wasn't clear.&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 15:27:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-variable-file/m-p/1584000#M42698</guid>
      <dc:creator>jensmunnichs</dc:creator>
      <dc:date>2019-05-23T15:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense variable file</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-variable-file/m-p/1584012#M42703</link>
      <description>&lt;P&gt;Thanks ..&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 15:42:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-variable-file/m-p/1584012#M42703</guid>
      <dc:creator>yogitamehta10</dc:creator>
      <dc:date>2019-05-23T15:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense variable file</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-variable-file/m-p/1584116#M42710</link>
      <description>&lt;P&gt;You generally shouldn't have spaces in your variable names, but you can tolerate it by adding brackets around the variable name in the script:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;let&lt;STRONG&gt; [&lt;/STRONG&gt;$(vName)&lt;STRONG&gt;]&lt;/STRONG&gt; = peek('Expression', i, 'Temp_Variables') &amp;amp; chr(10) &amp;amp; '/* $(vComment) */'; // Expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank" rel="noopener"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank" rel="noopener"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank" rel="noopener"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 18:17:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-variable-file/m-p/1584116#M42710</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2019-05-23T18:17:21Z</dc:date>
    </item>
  </channel>
</rss>

