<?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 Dollar sign expansion in loading script not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dollar-sign-expansion-in-loading-script-not-working/m-p/371540#M138133</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems I have come across a rather strange behaviour which I cannot explain. &lt;/P&gt;&lt;P&gt;I have been using EXECUTE and TRACE statements in my loading script for quite a while and in several cases I have been using variables in there to formulate the string. The way I am doing that is by using the usual dollar sign expansion to grab the value in the variable. I have now come across a specific EXECUTE string where the variable does not evaluate but it just shows as $(numPage), effetively breaking my execute statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any specific string conditions where dollar sign expansion would not work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jul 2012 10:38:04 GMT</pubDate>
    <dc:creator>dt_g_tsar</dc:creator>
    <dc:date>2012-07-27T10:38:04Z</dc:date>
    <item>
      <title>Dollar sign expansion in loading script not working</title>
      <link>https://community.qlik.com/t5/QlikView/Dollar-sign-expansion-in-loading-script-not-working/m-p/371540#M138133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems I have come across a rather strange behaviour which I cannot explain. &lt;/P&gt;&lt;P&gt;I have been using EXECUTE and TRACE statements in my loading script for quite a while and in several cases I have been using variables in there to formulate the string. The way I am doing that is by using the usual dollar sign expansion to grab the value in the variable. I have now come across a specific EXECUTE string where the variable does not evaluate but it just shows as $(numPage), effetively breaking my execute statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any specific string conditions where dollar sign expansion would not work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 10:38:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dollar-sign-expansion-in-loading-script-not-working/m-p/371540#M138133</guid>
      <dc:creator>dt_g_tsar</dc:creator>
      <dc:date>2012-07-27T10:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dollar sign expansion in loading script not working</title>
      <link>https://community.qlik.com/t5/QlikView/Dollar-sign-expansion-in-loading-script-not-working/m-p/371541#M138134</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;Please post the script (at least the offending portion)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 10:39:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dollar-sign-expansion-in-loading-script-not-working/m-p/371541#M138134</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-07-27T10:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dollar sign expansion in loading script not working</title>
      <link>https://community.qlik.com/t5/QlikView/Dollar-sign-expansion-in-loading-script-not-working/m-p/371542#M138135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Here is the script for what I am trying to do...&lt;/P&gt;&lt;P&gt;___________________________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let numPage = 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR i=0 to 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;EXECUTE curl/curl.exe -u &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:api-customer@customer.com"&gt;api-customer@customer.com&lt;/A&gt;&lt;SPAN&gt;/token:sometoken &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://customer.zendesk.com/api/v2/tickets.json?page=$(numPage"&gt;https://customer.zendesk.com/api/v2/tickets.json?page=$(numPage&lt;/A&gt;&lt;SPAN&gt;) -k -o ..\QVD\Zendesk\tickets$(numPage).json;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;let numPage = ($(numPage) + 1);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;trace $(numPage);&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;next i;&lt;/P&gt;&lt;P&gt;___________________________________________________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I would expect $(numPage) to be resolved correctly in my string as it usually does but it does not unfortunately.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 10:44:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dollar-sign-expansion-in-loading-script-not-working/m-p/371542#M138135</guid>
      <dc:creator>dt_g_tsar</dc:creator>
      <dc:date>2012-07-27T10:44:32Z</dc:date>
    </item>
  </channel>
</rss>

