<?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: Using variables in AJAX in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-variables-in-AJAX/m-p/1053318#M353328</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The spaces should ideally be replace by %20 like you see in the first part of the URL:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the [$(vCustomer)] should be replace by:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(=Replace(vCustomer,' ','%20'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And don't use the square brackets.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jan 2016 18:15:59 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2016-01-08T18:15:59Z</dc:date>
    <item>
      <title>Using variables in AJAX</title>
      <link>https://community.qlik.com/t5/QlikView/Using-variables-in-AJAX/m-p/1053317#M353327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;Hi all,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; color: #000000; font-size: 12pt;"&gt;Please how do I get the following variable to work in AJAX?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; color: #000000; font-size: 12pt;"&gt;&lt;A class="jive-link-external-small" href="https://test.server.com/QvAJAXZfc/opendoc.htm?document=Application%20Namee.qvw&amp;amp;sheet=SH34&amp;amp;host=QVS%339ocalhost&amp;amp;" rel="nofollow"&gt;https://test.server.com/QvAJAXZfc/opendoc.htm?document=Application%20Namee.qvw&amp;amp;sheet=SH34&amp;amp;host=QVS%339ocalhost&amp;amp;&lt;/A&gt;&lt;SPAN&gt; select=&lt;/SPAN&gt;&lt;STRONG style="color: #ff0000;"&gt;LB100,[$(vCustomer)]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; color: #000000; font-size: 12pt;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif; color: #000000;"&gt;The customer field has spaces i.e &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; color: #000000; font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="text-decoration: underline;"&gt; Customer&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; color: #000000; font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Adam&amp;nbsp; John&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mike David&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: red; font-size: 11.0pt; font-family: 'Cambria','serif';"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Cambria, serif;"&gt;Regards&lt;/SPAN&gt;&lt;STRONG style="font-size: 11pt; font-family: Cambria, serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 13:17:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-variables-in-AJAX/m-p/1053317#M353327</guid>
      <dc:creator />
      <dc:date>2016-01-08T13:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Using variables in AJAX</title>
      <link>https://community.qlik.com/t5/QlikView/Using-variables-in-AJAX/m-p/1053318#M353328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The spaces should ideally be replace by %20 like you see in the first part of the URL:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the [$(vCustomer)] should be replace by:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(=Replace(vCustomer,' ','%20'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And don't use the square brackets.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 18:15:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-variables-in-AJAX/m-p/1053318#M353328</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-01-08T18:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using variables in AJAX</title>
      <link>https://community.qlik.com/t5/QlikView/Using-variables-in-AJAX/m-p/1053319#M353329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am afraid, this is not working for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 09:27:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-variables-in-AJAX/m-p/1053319#M353329</guid>
      <dc:creator />
      <dc:date>2016-01-11T09:27:22Z</dc:date>
    </item>
  </channel>
</rss>

