<?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 Chart Link URL Incorrect using Web in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-Link-URL-Incorrect-using-Web/m-p/642141#M235219</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;I want to provide a dynamic link to an internal web-based application for each record in QV straight table chart.&amp;nbsp; I set the Display Options Representation to "Link" and use this expression: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='&amp;gt; ERP&amp;lt;url&amp;gt;www.myserver.com/orders/view/singleselectionscreen.cfm?key=' &amp;amp; keyfieldname&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In QV.exe, it works.&amp;nbsp; Each record has hyperlinked text as "&amp;gt; ERP".&amp;nbsp; The url it creates is "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.myserver.com/orders/view/selection.cfm?LN=8278210"&gt;http://www.myserver.com/orders/view/selection.cfm?LN=8278210&lt;/A&gt;&lt;SPAN&gt;".&amp;nbsp; Clicking this link opens a browser window displaying the correct item in the other system.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But, when we promote to test in the web app, a web server url is added as a prefix and the url fails to connect to the desired target.&amp;nbsp; In the web version, the url is generated as: "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://"&gt;http://&lt;/A&gt;&lt;EM&gt;web.server.name/QvAJAXZfc/&lt;/EM&gt;www.myserver.com/orders/view/selection.cfm?LN=8278210".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What causes this and how do we fix it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much in advance for your advice!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 May 2014 15:25:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-21T15:25:10Z</dc:date>
    <item>
      <title>Chart Link URL Incorrect using Web</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Link-URL-Incorrect-using-Web/m-p/642141#M235219</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;I want to provide a dynamic link to an internal web-based application for each record in QV straight table chart.&amp;nbsp; I set the Display Options Representation to "Link" and use this expression: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='&amp;gt; ERP&amp;lt;url&amp;gt;www.myserver.com/orders/view/singleselectionscreen.cfm?key=' &amp;amp; keyfieldname&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In QV.exe, it works.&amp;nbsp; Each record has hyperlinked text as "&amp;gt; ERP".&amp;nbsp; The url it creates is "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.myserver.com/orders/view/selection.cfm?LN=8278210"&gt;http://www.myserver.com/orders/view/selection.cfm?LN=8278210&lt;/A&gt;&lt;SPAN&gt;".&amp;nbsp; Clicking this link opens a browser window displaying the correct item in the other system.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But, when we promote to test in the web app, a web server url is added as a prefix and the url fails to connect to the desired target.&amp;nbsp; In the web version, the url is generated as: "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://"&gt;http://&lt;/A&gt;&lt;EM&gt;web.server.name/QvAJAXZfc/&lt;/EM&gt;www.myserver.com/orders/view/selection.cfm?LN=8278210".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What causes this and how do we fix it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much in advance for your advice!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 15:25:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Link-URL-Incorrect-using-Web/m-p/642141#M235219</guid>
      <dc:creator />
      <dc:date>2014-05-21T15:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Link URL Incorrect using Web</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Link-URL-Incorrect-using-Web/m-p/642142#M235220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;You need to include the "&lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/"&gt;http://&lt;/A&gt;&lt;SPAN&gt;" string in the URL. Otherwise, QV interprets it as relative URL and adds the server name. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://m/"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com/"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 May 2014 02:08:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Link-URL-Incorrect-using-Web/m-p/642142#M235220</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2014-05-25T02:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Link URL Incorrect using Web</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Link-URL-Incorrect-using-Web/m-p/642143#M235221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great! That did the trick.&amp;nbsp; Thanks Rob.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 16:31:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Link-URL-Incorrect-using-Web/m-p/642143#M235221</guid>
      <dc:creator />
      <dc:date>2014-05-27T16:31:36Z</dc:date>
    </item>
  </channel>
</rss>

