<?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: URL Links in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/URL-Links/m-p/424731#M487945</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tired your suggestion and when i clicked on the lin, QV did not recognize the 'ABC' command. It takes me straight to www.google.com. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried the following with no success: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(left(Issue,3)='ABC',&lt;/P&gt;&lt;P&gt;'&amp;lt;URL&amp;gt;www.qlik.com&amp;amp;[issue]',&lt;/P&gt;&lt;P&gt;'&amp;lt;URL&amp;gt;www.google.com&amp;amp;[issue]')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Feb 2013 14:49:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-02-11T14:49:50Z</dc:date>
    <item>
      <title>URL Links</title>
      <link>https://community.qlik.com/t5/QlikView/URL-Links/m-p/424728#M487942</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 need help with writting an expression that will display links based on the data sources. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my initial query I used the following trick to display data from Table1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me merge two tables into a single field? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #339966;"&gt;Table 1: issue&amp;amp;'&amp;lt;URL&amp;gt;www.qlik.com&amp;amp;[issue] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Table 2:issue&amp;amp;'&amp;lt;URL&amp;gt;www.google.com&amp;amp;[issue] &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 14:08:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/URL-Links/m-p/424728#M487942</guid>
      <dc:creator />
      <dc:date>2013-02-11T14:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: URL Links</title>
      <link>https://community.qlik.com/t5/QlikView/URL-Links/m-p/424729#M487943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just realized that i was not providing you with an accurate set of data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In simple words here is what i am trying to do: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF( 'Issue' = (first 3 letters ABC- display URL 'www.qlik.com') else display url www.google.com)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible to achieve in Qliview? &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 14:33:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/URL-Links/m-p/424729#M487943</guid>
      <dc:creator />
      <dc:date>2013-02-11T14:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: URL Links</title>
      <link>https://community.qlik.com/t5/QlikView/URL-Links/m-p/424730#M487944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If(left(Issue,3)='ABC', &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'www.qlik.com&amp;lt;URL&amp;gt;www.qlik.com',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'www.google.com&amp;lt;URL&amp;gt;www.google.com')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 14:38:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/URL-Links/m-p/424730#M487944</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-02-11T14:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: URL Links</title>
      <link>https://community.qlik.com/t5/QlikView/URL-Links/m-p/424731#M487945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tired your suggestion and when i clicked on the lin, QV did not recognize the 'ABC' command. It takes me straight to www.google.com. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried the following with no success: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(left(Issue,3)='ABC',&lt;/P&gt;&lt;P&gt;'&amp;lt;URL&amp;gt;www.qlik.com&amp;amp;[issue]',&lt;/P&gt;&lt;P&gt;'&amp;lt;URL&amp;gt;www.google.com&amp;amp;[issue]')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 14:49:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/URL-Links/m-p/424731#M487945</guid>
      <dc:creator />
      <dc:date>2013-02-11T14:49:50Z</dc:date>
    </item>
  </channel>
</rss>

