<?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 Escape Dollar Sign Expansion in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Escape-Dollar-Sign-Expansion/m-p/1627896#M46719</link>
    <description>&lt;P&gt;I have a need to display a string of text Incuding $("LoadingIcon") in a Text Box however when no matter what I try this part of the string is returning null because of Dollar Sign Expansion. I have read this community article but it does not seem to be working for me.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Development/Stop-Dollar-Sign-Expansion-in-the-script-Escape-Character/td-p/169162" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Development/Stop-Dollar-Sign-Expansion-in-the-script-Escape-Character/td-p/169162&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In my script I have&amp;nbsp;&lt;/P&gt;&lt;P&gt;SET A =&amp;nbsp;$("LoadingIcon") ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However this just returns NULL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Mark&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 20:01:14 GMT</pubDate>
    <dc:creator>mjperreault</dc:creator>
    <dc:date>2024-11-16T20:01:14Z</dc:date>
    <item>
      <title>Escape Dollar Sign Expansion</title>
      <link>https://community.qlik.com/t5/App-Development/Escape-Dollar-Sign-Expansion/m-p/1627896#M46719</link>
      <description>&lt;P&gt;I have a need to display a string of text Incuding $("LoadingIcon") in a Text Box however when no matter what I try this part of the string is returning null because of Dollar Sign Expansion. I have read this community article but it does not seem to be working for me.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Development/Stop-Dollar-Sign-Expansion-in-the-script-Escape-Character/td-p/169162" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Development/Stop-Dollar-Sign-Expansion-in-the-script-Escape-Character/td-p/169162&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In my script I have&amp;nbsp;&lt;/P&gt;&lt;P&gt;SET A =&amp;nbsp;$("LoadingIcon") ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However this just returns NULL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Mark&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:01:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Escape-Dollar-Sign-Expansion/m-p/1627896#M46719</guid>
      <dc:creator>mjperreault</dc:creator>
      <dc:date>2024-11-16T20:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Escape Dollar Sign Expansion</title>
      <link>https://community.qlik.com/t5/App-Development/Escape-Dollar-Sign-Expansion/m-p/1627897#M46720</link>
      <description>&lt;P&gt;I got the answer from the other article:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;set vString = ~("LoadingIcon");&lt;/P&gt;
&lt;P&gt;set vA = "=replace([vString],'~','$')";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 23:26:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Escape-Dollar-Sign-Expansion/m-p/1627897#M46720</guid>
      <dc:creator>Lisa_P</dc:creator>
      <dc:date>2019-09-24T23:26:49Z</dc:date>
    </item>
  </channel>
</rss>

