<?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: How do embed a URL on a text value? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-do-embed-a-URL-on-a-text-value/m-p/1249359#M25119</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I am doing that currently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is it shows the full URL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's nicer if there was a way to embed the link into the text itself so the users don't have to deal with an extra column and makes presentation nicer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Mar 2017 10:52:51 GMT</pubDate>
    <dc:creator>jblomqvist</dc:creator>
    <dc:date>2017-03-21T10:52:51Z</dc:date>
    <item>
      <title>How do embed a URL on a text value?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-embed-a-URL-on-a-text-value/m-p/1249355#M25115</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;Is there a way to turn a text value into a clickable URL?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text is &lt;STRONG&gt;Google&lt;/STRONG&gt; and I want to embed a URL onto the text so when people click on Google text it goes to google.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 09:39:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-embed-a-URL-on-a-text-value/m-p/1249355#M25115</guid>
      <dc:creator>jblomqvist</dc:creator>
      <dc:date>2017-03-21T09:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do embed a URL on a text value?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-embed-a-URL-on-a-text-value/m-p/1249356#M25116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Qlik Sense, add a new Text &amp;amp; Image object, click the plus sign to add text and type 'Google'. Highlight the entered text and click the link icon (second from right) to enter a url.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is version 3.1 SR4, not sure when it was introduced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flipside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 09:50:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-embed-a-URL-on-a-text-value/m-p/1249356#M25116</guid>
      <dc:creator>flipside</dc:creator>
      <dc:date>2017-03-21T09:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do embed a URL on a text value?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-embed-a-URL-on-a-text-value/m-p/1249357#M25117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shiva and Dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, two things further:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I am looking to find a way to do this in Qlik Sense&lt;/P&gt;&lt;P&gt;2) It is a table value. e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;OrderID&lt;BR /&gt;&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Text&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;34343&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Jarvis&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;565623&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Clarks&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;245455&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Krypton&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The text value contains search query for the URL. E.g. It might be something like google.com/q=Jarvis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dynamically replace the q= bit with the Text value from the field above. This generates a unique URL per row above. It was simple as concatenating string and Text field value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to do is instead of creating a third column for the URL, I want to embed the URL in the Text field if possible over the Text value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry I should have explained further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if this bit is possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 09:55:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-embed-a-URL-on-a-text-value/m-p/1249357#M25117</guid>
      <dc:creator>jblomqvist</dc:creator>
      <dc:date>2017-03-21T09:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do embed a URL on a text value?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-embed-a-URL-on-a-text-value/m-p/1249358#M25118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add an extra field to a table and change its 'Representation' from text to URL but I think it only displays a common word such as 'Link' or whatever you choose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There might be some extensions that do what you need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 10:08:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-embed-a-URL-on-a-text-value/m-p/1249358#M25118</guid>
      <dc:creator>flipside</dc:creator>
      <dc:date>2017-03-21T10:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do embed a URL on a text value?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-embed-a-URL-on-a-text-value/m-p/1249359#M25119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I am doing that currently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is it shows the full URL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's nicer if there was a way to embed the link into the text itself so the users don't have to deal with an extra column and makes presentation nicer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 10:52:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-embed-a-URL-on-a-text-value/m-p/1249359#M25119</guid>
      <dc:creator>jblomqvist</dc:creator>
      <dc:date>2017-03-21T10:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do embed a URL on a text value?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-embed-a-URL-on-a-text-value/m-p/1249360#M25120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you type a word (eg Link) in the URL label it hides the actual URL, but I agree it would be better to have this in the data field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you looked at Qlik Branch to see if there's an extension that does what you want?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 10:56:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-embed-a-URL-on-a-text-value/m-p/1249360#M25120</guid>
      <dc:creator>flipside</dc:creator>
      <dc:date>2017-03-21T10:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do embed a URL on a text value?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-embed-a-URL-on-a-text-value/m-p/1249361#M25121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlik Sense 3.2 allows you to put one field as text and one fields as the URL. Before that we only allowed static text. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the field you use the URL field, and in the URL label you use the field you want to show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="URL.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/156951_URL.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Patrik. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 11:00:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-embed-a-URL-on-a-text-value/m-p/1249361#M25121</guid>
      <dc:creator>Patrik_Lundblad</dc:creator>
      <dc:date>2017-03-21T11:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do embed a URL on a text value?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-embed-a-URL-on-a-text-value/m-p/1249362#M25122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the clarification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have version 3.1 right now but will change the functionality when we upgrade to 3.2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 13:12:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-embed-a-URL-on-a-text-value/m-p/1249362#M25122</guid>
      <dc:creator>jblomqvist</dc:creator>
      <dc:date>2017-03-21T13:12:46Z</dc:date>
    </item>
  </channel>
</rss>

