<?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: Hyper link to dimension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Hyper-link-to-dimension/m-p/1289869#M27196</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Try the below expression...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;STRONG&gt;$(Vincd_num)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &amp;amp; '&amp;lt;url&amp;gt;&lt;A href="http://servicedesk.abc.com/DAisd/pdmweb.exe" title="http://servicedesk.abc.com/DAisd/pdmweb.exe"&gt;http://servicedesk.abc.com/DAisd/pdmweb.exe&lt;/A&gt;'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Dec 2016 17:53:11 GMT</pubDate>
    <dc:creator>MK9885</dc:creator>
    <dc:date>2016-12-21T17:53:11Z</dc:date>
    <item>
      <title>Hyper link to dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Hyper-link-to-dimension/m-p/1289866#M27193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;P&gt;i want to provide hyperlink to a QC number in straight table.Once the user clicked on the particular number it should open the link with details to that QC number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to achieve it? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Muni.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 11:29:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hyper-link-to-dimension/m-p/1289866#M27193</guid>
      <dc:creator>rathnam_qv</dc:creator>
      <dc:date>2016-12-20T11:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hyper link to dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Hyper-link-to-dimension/m-p/1289867#M27194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do that in Table Box.&lt;/P&gt;&lt;P&gt;Instead of Text representation you have to choose URL&lt;/P&gt;&lt;P&gt;In your Dimension use&lt;/P&gt;&lt;P&gt;ex: QC &amp;amp; '&amp;lt;url&amp;gt;www.yahoo.com' (Replace www.yahoo.com with your link)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Link.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/147187_Link.png" style="height: 363px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the above image.&lt;/P&gt;&lt;P&gt;If the QC number has a dedicated url, it will point it to that number and show it's details in url.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 18:25:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hyper-link-to-dimension/m-p/1289867#M27194</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-12-20T18:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Hyper link to dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Hyper-link-to-dimension/m-p/1289868#M27195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arvind,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with your suggestions but still m facing issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My Expression is : $(Vincd_num)&amp;amp;'&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://servicedesk.abc.com/DAisd/pdmweb.exe" rel="nofollow" target="_blank"&gt;http://servicedesk.abc.com/DAisd/pdmweb.exe&lt;/A&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Muni.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 10:50:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hyper-link-to-dimension/m-p/1289868#M27195</guid>
      <dc:creator>rathnam_qv</dc:creator>
      <dc:date>2016-12-21T10:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Hyper link to dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Hyper-link-to-dimension/m-p/1289869#M27196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Try the below expression...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;STRONG&gt;$(Vincd_num)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &amp;amp; '&amp;lt;url&amp;gt;&lt;A href="http://servicedesk.abc.com/DAisd/pdmweb.exe" title="http://servicedesk.abc.com/DAisd/pdmweb.exe"&gt;http://servicedesk.abc.com/DAisd/pdmweb.exe&lt;/A&gt;'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 17:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hyper-link-to-dimension/m-p/1289869#M27196</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-12-21T17:53:11Z</dc:date>
    </item>
  </channel>
</rss>

