<?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: URL in a table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/URL-in-a-table/m-p/1234512#M24224</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Mufaddal&lt;/SPAN&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is the correct encoding. And both links are identical URLs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Andrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Dec 2016 12:23:20 GMT</pubDate>
    <dc:creator>ahaahaaha</dc:creator>
    <dc:date>2016-12-28T12:23:20Z</dc:date>
    <item>
      <title>URL in a table</title>
      <link>https://community.qlik.com/t5/App-Development/URL-in-a-table/m-p/1234511#M24223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to add a URL field in a Qlik table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am putting the URL representation as&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.abc.com/?target=detail.do%3FCTX%3AModel%3DOrder" rel="nofollow" target="_blank"&gt;http://www.abc.com?target=detail.do%3FCTX%3AModel%3DOrder&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when I click on the link, QLIK invokes&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.abc.com/?target=detail.do?CTX:Model=Order" rel="nofollow" target="_blank"&gt;http://www.abc.com?target=detail.do?CTX:Model=Order&lt;/A&gt;&lt;/P&gt;&lt;P&gt;i.e. it decodes&amp;nbsp; %3A, %3D and %3F&lt;/P&gt;&lt;P&gt;which messes up the url.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the encoded chars to be sent as is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried double encoding the URL by converting % to %25. But then Qlik doesn't accept it as a valid URL and does not display the link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I workaround this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Mufaddal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Dec 2016 19:42:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/URL-in-a-table/m-p/1234511#M24223</guid>
      <dc:creator>mborsadw</dc:creator>
      <dc:date>2016-12-25T19:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: URL in a table</title>
      <link>https://community.qlik.com/t5/App-Development/URL-in-a-table/m-p/1234512#M24224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Mufaddal&lt;/SPAN&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is the correct encoding. And both links are identical URLs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Andrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2016 12:23:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/URL-in-a-table/m-p/1234512#M24224</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2016-12-28T12:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: URL in a table</title>
      <link>https://community.qlik.com/t5/App-Development/URL-in-a-table/m-p/1234513#M24225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andrey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For e.g. &lt;/P&gt;&lt;P&gt;Lets say I want to call &lt;A href="https://www.abc.com/logon.do?customer=cde&amp;amp;abc=xyz"&gt;https://www.abc.com/logon.do?customer=cde&amp;amp;abc=xyz&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where the customer = ‘cde&amp;amp;abc=xyz’ ie the customer name has special characters in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, I would encode the url to be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.abc.com/logon.do?customer=cde%26abc%3Dxyz"&gt;https://www.abc.com/logon.do?customer=cde%26abc%3Dxyz&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but Qlik decodes it back to &lt;A href="https://www.abc.com/logon.do?customer=cde&amp;amp;abc=xyz"&gt;https://www.abc.com/logon.do?customer=cde&amp;amp;abc=xyz&lt;/A&gt; and invokes this url causing issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2016 15:40:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/URL-in-a-table/m-p/1234513#M24225</guid>
      <dc:creator>mborsadw</dc:creator>
      <dc:date>2016-12-28T15:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: URL in a table</title>
      <link>https://community.qlik.com/t5/App-Development/URL-in-a-table/m-p/1234514#M24226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its very frustrating that Qlik tries to be smart and decodes characters instead of invoking the URL I provide it.&lt;/P&gt;&lt;P&gt;How do I open a support ticket?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Mufaddal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jan 2017 03:59:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/URL-in-a-table/m-p/1234514#M24226</guid>
      <dc:creator>mborsadw</dc:creator>
      <dc:date>2017-01-07T03:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: URL in a table</title>
      <link>https://community.qlik.com/t5/App-Development/URL-in-a-table/m-p/1537745#M38812</link>
      <description>&lt;P&gt;Do you got a solution? I'm with the same problem.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 11:36:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/URL-in-a-table/m-p/1537745#M38812</guid>
      <dc:creator>savioqlik</dc:creator>
      <dc:date>2019-01-31T11:36:50Z</dc:date>
    </item>
  </channel>
</rss>

