<?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: conditonally show link or text in table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/conditonally-show-link-or-text-in-table/m-p/933166#M322397</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Syed,&lt;/P&gt;&lt;P&gt;Please close the thread by selecting Correct Answer and Helpful as you already got the solution. Thank You.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Aug 2015 07:20:24 GMT</pubDate>
    <dc:creator>qlikviewwizard</dc:creator>
    <dc:date>2015-08-17T07:20:24Z</dc:date>
    <item>
      <title>conditonally show link or text in table</title>
      <link>https://community.qlik.com/t5/QlikView/conditonally-show-link-or-text-in-table/m-p/933160#M322391</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;In Qlikview table, we can set the representation of an expression as link or text in the expression properties of the chart. Is it somehow possible to conditionally see if the string has a link, then show that as a link, otherwise show it as a non clickable text?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 07:00:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditonally-show-link-or-text-in-table/m-p/933160#M322391</guid>
      <dc:creator />
      <dc:date>2015-08-17T07:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: conditonally show link or text in table</title>
      <link>https://community.qlik.com/t5/QlikView/conditonally-show-link-or-text-in-table/m-p/933161#M322392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can create two expression out which one represented as text and other as link.&lt;/P&gt;&lt;P&gt;These expressions can be Conditionally shown/hidden easily...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this works &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 07:08:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditonally-show-link-or-text-in-table/m-p/933161#M322392</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-17T07:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: conditonally show link or text in table</title>
      <link>https://community.qlik.com/t5/QlikView/conditonally-show-link-or-text-in-table/m-p/933162#M322393</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Condition, 'Google&amp;lt;URL&amp;gt;'&amp;amp;'WWW.Google.com', TextExpression)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Year&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Test&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2010&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2010&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2011&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2011&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2012&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2012&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2013&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2013&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2014&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2014&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2015&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636; text-decoration: underline;"&gt;Google&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;=If(Year = 2015, 'Google&amp;lt;URL&amp;gt;'&amp;amp;'WWW.Google.com', Year)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 07:12:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditonally-show-link-or-text-in-table/m-p/933162#M322393</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-08-17T07:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: conditonally show link or text in table</title>
      <link>https://community.qlik.com/t5/QlikView/conditonally-show-link-or-text-in-table/m-p/933163#M322394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is that there will be many records. Some of them will be links and some of them will be text. However, your solution will still be showing only one type at a time. So all records will be either text or all records will be links &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 07:13:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditonally-show-link-or-text-in-table/m-p/933163#M322394</guid>
      <dc:creator />
      <dc:date>2015-08-17T07:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: conditonally show link or text in table</title>
      <link>https://community.qlik.com/t5/QlikView/conditonally-show-link-or-text-in-table/m-p/933164#M322395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This looks like it might be the solution I am looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks both,&lt;/P&gt;&lt;P&gt;Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 07:15:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditonally-show-link-or-text-in-table/m-p/933164#M322395</guid>
      <dc:creator />
      <dc:date>2015-08-17T07:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: conditonally show link or text in table</title>
      <link>https://community.qlik.com/t5/QlikView/conditonally-show-link-or-text-in-table/m-p/933165#M322396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A link must have the structure of displaytext&amp;lt;url&amp;gt;linktext. If you conditionally leave out the "&amp;lt;url&amp;gt;" part, the text will no longer be clickable, even though the representation is set to "Link".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 07:19:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditonally-show-link-or-text-in-table/m-p/933165#M322396</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-08-17T07:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: conditonally show link or text in table</title>
      <link>https://community.qlik.com/t5/QlikView/conditonally-show-link-or-text-in-table/m-p/933166#M322397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Syed,&lt;/P&gt;&lt;P&gt;Please close the thread by selecting Correct Answer and Helpful as you already got the solution. Thank You.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 07:20:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditonally-show-link-or-text-in-table/m-p/933166#M322397</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-08-17T07:20:24Z</dc:date>
    </item>
  </channel>
</rss>

