<?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: Hyperlink in Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hyperlink-in-Table/m-p/410279#M152637</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any help on this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 May 2013 14:32:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-01T14:32:15Z</dc:date>
    <item>
      <title>Hyperlink in Table</title>
      <link>https://community.qlik.com/t5/QlikView/Hyperlink-in-Table/m-p/410278#M152636</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 have a field in which i am showing a hyper link ... , if i use the text "Click" to show the hyperlink and move my cursor top of the Click i dont see the text , if i just use the link as it is and when i hover i can see the complete url , how do i see the complete url when i hover over the Click text ?&lt;/P&gt;&lt;P&gt;below is my expression URL is the field which has the URL , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://'Link' &amp;amp; '&amp;lt;url&amp;gt;' &amp;amp; DecsnDoc_PDCalc_URL"&gt;'Click' &amp;amp; '&amp;lt;url&amp;gt;' &amp;amp; URL&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached the example with sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2013 15:43:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hyperlink-in-Table/m-p/410278#M152636</guid>
      <dc:creator />
      <dc:date>2013-04-29T15:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink in Table</title>
      <link>https://community.qlik.com/t5/QlikView/Hyperlink-in-Table/m-p/410279#M152637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any help on this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 14:32:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hyperlink-in-Table/m-p/410279#M152637</guid>
      <dc:creator />
      <dc:date>2013-05-01T14:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink in Table</title>
      <link>https://community.qlik.com/t5/QlikView/Hyperlink-in-Table/m-p/410280#M152638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Go To &lt;STRONG&gt;Expressions tab -&amp;gt; Display Options -&amp;gt; Representation -&amp;gt; select Link&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="40190" class="jive-image-thumbnail jive-image" onclick="" alt="URL.jpg" src="https://community.qlik.com/legacyfs/online/40190_URL.jpg" width="450" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 14:46:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hyperlink-in-Table/m-p/410280#M152638</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2013-05-01T14:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink in Table</title>
      <link>https://community.qlik.com/t5/QlikView/Hyperlink-in-Table/m-p/410281#M152639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats what i did .... in order to get my links work , what i want is to display the underlying complete URL when i hover over "Link" text&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 14:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hyperlink-in-Table/m-p/410281#M152639</guid>
      <dc:creator />
      <dc:date>2013-05-01T14:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink in Table</title>
      <link>https://community.qlik.com/t5/QlikView/Hyperlink-in-Table/m-p/410282#M152640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The closest I can think of is use this:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://'Link' &amp;amp; 'null"&gt;'Click: ' &amp;amp; URL &amp;amp; '&amp;lt;url&amp;gt;' &amp;amp; URL&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And make columwidth small enough to show only word 'Click'.&amp;nbsp; On hover you'll get 'Click' followed by URL.&amp;nbsp; Not exactly what you want, I know.&amp;nbsp; Maybe helpful to a degree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 17:55:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hyperlink-in-Table/m-p/410282#M152640</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-01T17:55:15Z</dc:date>
    </item>
  </channel>
</rss>

