<?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: Creating a link to a URL that varies by Customer in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-a-link-to-a-URL-that-varies-by-Customer/m-p/819785#M1022572</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rick, you can follow the first example to create a dynamic link, in example:&lt;/P&gt;&lt;P&gt;=CustomerName &amp;amp; '&amp;lt;url&amp;gt;&lt;SPAN style="text-decoration: underline;"&gt; &lt;A class="jive-link-external-small" href="http://2015blah.com/customer-details.cfm" rel="nofollow"&gt;&lt;SPAN style="color: #3778c7;"&gt;http://2015blah.com/customer-details.cfm&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;? CustID=&lt;/SPAN&gt;' &amp;amp; Customer_ID&lt;/P&gt;&lt;P&gt;or just '&amp;lt;url&amp;gt;&lt;SPAN style="text-decoration: underline;"&gt; &lt;A class="jive-link-external-small" href="http://2015blah.com/customer-details.cfm" rel="nofollow"&gt;&lt;SPAN style="color: #3778c7;"&gt;http://2015blah.com/customer-details.cfm&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;? CustID=&lt;/SPAN&gt;' &amp;amp; Customer_ID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Mar 2015 08:02:43 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2015-03-18T08:02:43Z</dc:date>
    <item>
      <title>Creating a link to a URL that varies by Customer</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-link-to-a-URL-that-varies-by-Customer/m-p/819782#M1022569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I have a Url that varies by Customer as a field in a TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to replace that long URL with a shorter link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For example, my URL looks something like &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://2015blah.com/customer-details.cfm" rel="nofollow"&gt;http://2015blah.com/customer-details.cfm&lt;/A&gt;&lt;SPAN&gt;? CustID=123456.&amp;nbsp;&amp;nbsp; As customer ID changes, so will the link&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Instead of showing this, I'd prefer a much shorter hyperlink pointing to this link.&amp;nbsp; For example &lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN style="color: #00ccff; text-decoration: underline;"&gt;CustID=123456&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Is this possible in a TABLE or should I be using a CHART?&lt;/P&gt;&lt;P&gt;2) I've been able to do this in a BUTTON sheet object - for whatever reason, less obvious to me in a TABLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="buttonURL.PNG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/80974_buttonURL.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 13:45:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-link-to-a-URL-that-varies-by-Customer/m-p/819782#M1022569</guid>
      <dc:creator />
      <dc:date>2015-03-17T13:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a link to a URL that varies by Customer</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-link-to-a-URL-that-varies-by-Customer/m-p/819783#M1022570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rick, in a table (straight or pivot, not in table box) you can set 'link' as presentation and use an expression with this format:&lt;/P&gt;&lt;P&gt;=Name &amp;amp; '&amp;lt;url&amp;gt;' &amp;amp; Link&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;='Community&amp;lt;url&amp;gt;&lt;/SPAN&gt;&lt;A class="" href="http://community.qlik.com/welcome"&gt;http://community.qlik.com/welcome&lt;/A&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/80988_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 15:01:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-link-to-a-URL-that-varies-by-Customer/m-p/819783#M1022570</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-03-17T15:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a link to a URL that varies by Customer</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-link-to-a-URL-that-varies-by-Customer/m-p/819784#M1022571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ruben&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to add to a straight table from the Chart opntion.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see how that works if the website is 'fixed'&amp;nbsp;&amp;nbsp;&amp;nbsp; In my case, it varies by a customer_ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, for customr 123456, the weblink will be:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt; &lt;A class="jive-link-external-small" href="http://2015blah.com/customer-details.cfm" rel="nofollow"&gt;&lt;SPAN style="color: #3778c7;"&gt;http://2015blah.com/customer-details.cfm&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;? CustID=123456&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 19:36:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-link-to-a-URL-that-varies-by-Customer/m-p/819784#M1022571</guid>
      <dc:creator />
      <dc:date>2015-03-17T19:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a link to a URL that varies by Customer</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-link-to-a-URL-that-varies-by-Customer/m-p/819785#M1022572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rick, you can follow the first example to create a dynamic link, in example:&lt;/P&gt;&lt;P&gt;=CustomerName &amp;amp; '&amp;lt;url&amp;gt;&lt;SPAN style="text-decoration: underline;"&gt; &lt;A class="jive-link-external-small" href="http://2015blah.com/customer-details.cfm" rel="nofollow"&gt;&lt;SPAN style="color: #3778c7;"&gt;http://2015blah.com/customer-details.cfm&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;? CustID=&lt;/SPAN&gt;' &amp;amp; Customer_ID&lt;/P&gt;&lt;P&gt;or just '&amp;lt;url&amp;gt;&lt;SPAN style="text-decoration: underline;"&gt; &lt;A class="jive-link-external-small" href="http://2015blah.com/customer-details.cfm" rel="nofollow"&gt;&lt;SPAN style="color: #3778c7;"&gt;http://2015blah.com/customer-details.cfm&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;? CustID=&lt;/SPAN&gt;' &amp;amp; Customer_ID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 08:02:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-link-to-a-URL-that-varies-by-Customer/m-p/819785#M1022572</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-03-18T08:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a link to a URL that varies by Customer</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-link-to-a-URL-that-varies-by-Customer/m-p/819786#M1022573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rick, you can follow the first example to create a dynamic link, in example:&lt;/P&gt;&lt;P&gt;=CustomerName &amp;amp; '&amp;lt;url&amp;gt;&lt;SPAN style="text-decoration: underline;"&gt; &lt;SPAN class="jive-link-external-small"&gt;YourLink.cmf&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;? CustID=&lt;/SPAN&gt;' &amp;amp; Customer_ID&lt;/P&gt;&lt;P&gt;or just '&amp;lt;url&amp;gt;&lt;SPAN style="text-decoration: underline;"&gt; &lt;SPAN style="color: #3778c7;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN class="jive-link-external-small"&gt;YourLink&lt;/SPAN&gt;&lt;/SPAN&gt;.cfm&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;? CustID=&lt;/SPAN&gt;' &amp;amp; Customer_ID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 08:05:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-link-to-a-URL-that-varies-by-Customer/m-p/819786#M1022573</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-03-18T08:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a link to a URL that varies by Customer</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-link-to-a-URL-that-varies-by-Customer/m-p/819787#M1022574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Concatinate Static part of the url(use variable for static part of the url) and dynamic part as string and place URL tag before that in the stright table with expression then it will work fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 08:13:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-link-to-a-URL-that-varies-by-Customer/m-p/819787#M1022574</guid>
      <dc:creator>hariprasadqv</dc:creator>
      <dc:date>2015-03-18T08:13:33Z</dc:date>
    </item>
  </channel>
</rss>

