<?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 How to use '%' in URL in table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-use-in-URL-in-table/m-p/1197740#M22606</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - I have a big issue that I thought I had completely resolved, but then I got stuck on not being able to make my URL work. I hope someone here can help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table where I am trying to display a URL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works fine for simple URLs, however the URL I am trying to use has parameters that include coding for special characters, specifically ', : and /, which become %22, %3A and %2F in the URL. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When parameter is 'first/second', the URL needs to be&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://sample.com/param=first%2Fsecond" rel="nofollow" target="_blank"&gt;http://sample.com/param=first%2Fsecond&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is, when I put '%' in the URL string, it displays fine in the table, but the link doesn't even try to open when I click it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way around this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Tanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Oct 2016 14:24:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-10-27T14:24:25Z</dc:date>
    <item>
      <title>How to use '%' in URL in table</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-in-URL-in-table/m-p/1197740#M22606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - I have a big issue that I thought I had completely resolved, but then I got stuck on not being able to make my URL work. I hope someone here can help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table where I am trying to display a URL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works fine for simple URLs, however the URL I am trying to use has parameters that include coding for special characters, specifically ', : and /, which become %22, %3A and %2F in the URL. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When parameter is 'first/second', the URL needs to be&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://sample.com/param=first%2Fsecond" rel="nofollow" target="_blank"&gt;http://sample.com/param=first%2Fsecond&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is, when I put '%' in the URL string, it displays fine in the table, but the link doesn't even try to open when I click it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way around this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Tanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 14:24:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-in-URL-in-table/m-p/1197740#M22606</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-27T14:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to use '%' in URL in table</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-in-URL-in-table/m-p/1197741#M22607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've solved my own question!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initially, I created a string like this: &lt;SPAN style="color: #0000ff;"&gt;testurl.com/parameters?p1=something&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and when clicked, Qlik Sense would open a browser tab to &lt;SPAN style="color: #0000ff;"&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 13.3333px;"&gt;testurl.com/parameters?p1=something&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(Qlik Sense added &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then when I put in a % sign: &lt;SPAN style="color: #0000ff; font-size: 13.3333px;"&gt;testurl.com/parameters?p1=something%else&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;when I clicked this link, no browser tab opened&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However, if I explicitly add the &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;, so my string is &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 13.3333px;"&gt;&lt;A class="jive-link-external-small" href="https://community.qlik.com/" rel="nofollow" target="_blank"&gt;http://testurl.com/parameters?p1=something%else&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The URL opens in a browser tab as expected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2016 09:21:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-in-URL-in-table/m-p/1197741#M22607</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-28T09:21:18Z</dc:date>
    </item>
  </channel>
</rss>

