<?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 Hyperlink In Pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hyperlink-In-Pivot-table/m-p/848935#M1020509</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I have a table data like:&lt;/P&gt;&lt;P&gt;For a particular Req Id and Legal Name , I can have one or more than one Matched Id and Matched Name (Matched Name is partially or fully matching name.). there are two requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="width: 100%; border: #000000 1px solid;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Req Id&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Legal Name&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Matched Id&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Matched Name&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;101&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Test1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1021&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Testcorp&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;101&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Test1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1022&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Testin&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;101&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Test1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1023&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Testing&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;102&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Test2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1056&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;User&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;103&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;NewName&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1078&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;NewName Find&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;103&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;NewName&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1079&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;NewName Exist&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;103&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;NewName&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1065&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Get NewName&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;103&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;NewName&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1034&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;No NewName&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I need to put Hyperlink on Req Id (to open some external link.).&lt;/P&gt;&lt;P&gt;2)&amp;nbsp; Along with this I also need to do merging kind of thing on Req ID &amp;amp; Legal name to avoid duplicacy. I acheived this from Pivot table but now I am not able to create hyperlink on dimension column.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The final table should be like alongwith Hyperlink on Req Id column. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;Arial&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690bc&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;Arial&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" style="width: 805px; border: #000000 1px solid;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;Req Id&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; width: 123px; color: #ffffff; padding: 2px;"&gt;Legal Name&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;Matched Id&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;Matched Name&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="60" rowspan="3" style="text-align: left; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline;" width="125"&gt;101&lt;/TD&gt;&lt;TD class="xl67" rowspan="3" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="320"&gt;Test1&lt;/TD&gt;&lt;TD class="xl82" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="145"&gt;1021&lt;/TD&gt;&lt;TD class="xl86" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="215"&gt;Testcorp&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl83" height="20" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="145"&gt;1022&lt;/TD&gt;&lt;TD class="xl87" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="215"&gt;Testin&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl83" height="20" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="145"&gt;1023&lt;/TD&gt;&lt;TD class="xl87" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="215"&gt;Testing&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl78" height="20" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="125"&gt;102&lt;/TD&gt;&lt;TD class="xl80" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="320"&gt;Test2&lt;/TD&gt;&lt;TD class="xl80" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="145"&gt;1056&lt;/TD&gt;&lt;TD class="xl88" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="215"&gt;User&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl72" height="81" rowspan="4" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="125"&gt;103&lt;/TD&gt;&lt;TD class="xl73" rowspan="4" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="320"&gt;NewName&lt;/TD&gt;&lt;TD class="xl84" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="145"&gt;1078&lt;/TD&gt;&lt;TD class="xl89" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="215"&gt;NewName Find&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl84" height="20" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="145"&gt;1079&lt;/TD&gt;&lt;TD class="xl89" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="215"&gt;NewName Exist&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl84" height="20" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="145"&gt;1065&lt;/TD&gt;&lt;TD class="xl89" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="215"&gt;Get NewName&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl85" height="21" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="145"&gt;1034&lt;/TD&gt;&lt;TD class="xl90" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="215"&gt;No NewName&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vineeta Dahiya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Apr 2015 08:03:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-03T08:03:02Z</dc:date>
    <item>
      <title>Hyperlink In Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Hyperlink-In-Pivot-table/m-p/848935#M1020509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I have a table data like:&lt;/P&gt;&lt;P&gt;For a particular Req Id and Legal Name , I can have one or more than one Matched Id and Matched Name (Matched Name is partially or fully matching name.). there are two requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="width: 100%; border: #000000 1px solid;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Req Id&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Legal Name&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Matched Id&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Matched Name&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;101&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Test1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1021&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Testcorp&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;101&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Test1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1022&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Testin&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;101&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Test1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1023&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Testing&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;102&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Test2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1056&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;User&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;103&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;NewName&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1078&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;NewName Find&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;103&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;NewName&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1079&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;NewName Exist&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;103&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;NewName&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1065&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Get NewName&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;103&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;NewName&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1034&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;No NewName&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I need to put Hyperlink on Req Id (to open some external link.).&lt;/P&gt;&lt;P&gt;2)&amp;nbsp; Along with this I also need to do merging kind of thing on Req ID &amp;amp; Legal name to avoid duplicacy. I acheived this from Pivot table but now I am not able to create hyperlink on dimension column.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The final table should be like alongwith Hyperlink on Req Id column. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;Arial&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690bc&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;Arial&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" style="width: 805px; border: #000000 1px solid;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;Req Id&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; width: 123px; color: #ffffff; padding: 2px;"&gt;Legal Name&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;Matched Id&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;Matched Name&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="60" rowspan="3" style="text-align: left; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline;" width="125"&gt;101&lt;/TD&gt;&lt;TD class="xl67" rowspan="3" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="320"&gt;Test1&lt;/TD&gt;&lt;TD class="xl82" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="145"&gt;1021&lt;/TD&gt;&lt;TD class="xl86" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="215"&gt;Testcorp&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl83" height="20" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="145"&gt;1022&lt;/TD&gt;&lt;TD class="xl87" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="215"&gt;Testin&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl83" height="20" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="145"&gt;1023&lt;/TD&gt;&lt;TD class="xl87" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="215"&gt;Testing&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl78" height="20" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="125"&gt;102&lt;/TD&gt;&lt;TD class="xl80" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="320"&gt;Test2&lt;/TD&gt;&lt;TD class="xl80" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="145"&gt;1056&lt;/TD&gt;&lt;TD class="xl88" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="215"&gt;User&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl72" height="81" rowspan="4" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="125"&gt;103&lt;/TD&gt;&lt;TD class="xl73" rowspan="4" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="320"&gt;NewName&lt;/TD&gt;&lt;TD class="xl84" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="145"&gt;1078&lt;/TD&gt;&lt;TD class="xl89" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="215"&gt;NewName Find&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl84" height="20" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="145"&gt;1079&lt;/TD&gt;&lt;TD class="xl89" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="215"&gt;NewName Exist&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl84" height="20" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="145"&gt;1065&lt;/TD&gt;&lt;TD class="xl89" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="215"&gt;Get NewName&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl85" height="21" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="145"&gt;1034&lt;/TD&gt;&lt;TD class="xl90" style="text-align: left; padding-bottom: 2px; background-color: #ffffff; font-family: Arial; color: #575757; vertical-align: baseline; padding-top: 2px;" width="215"&gt;No NewName&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vineeta Dahiya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 08:03:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hyperlink-In-Pivot-table/m-p/848935#M1020509</guid>
      <dc:creator />
      <dc:date>2015-04-03T08:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink In Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Hyperlink-In-Pivot-table/m-p/848936#M1020510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dimensions in pivot tables cannot be made hyperlinks. But it is possible to assign an Open URL action to the OnSelect field trigger of the Req Id field. You can do that on the Triggers tab of the document properties window.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Apr 2015 08:30:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hyperlink-In-Pivot-table/m-p/848936#M1020510</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-04-04T08:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink In Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Hyperlink-In-Pivot-table/m-p/848937#M1020512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried the same feature but somehow the trigger is not opening. &lt;/P&gt;&lt;P&gt;I&amp;nbsp; select the field and assign the action to Open URL like&amp;nbsp; &lt;A href="http://www.google.com/"&gt;www.google.com&lt;/A&gt; , but it is not opening the URL.&lt;/P&gt;&lt;P&gt;Correct me if I am doing something wrong. Is there any other setting to Open a external URL. Please suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 10:50:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hyperlink-In-Pivot-table/m-p/848937#M1020512</guid>
      <dc:creator />
      <dc:date>2015-04-06T10:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink In Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Hyperlink-In-Pivot-table/m-p/848938#M1020513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please help. It is urgently needed for one of the client's requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 05:29:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hyperlink-In-Pivot-table/m-p/848938#M1020513</guid>
      <dc:creator />
      <dc:date>2015-04-07T05:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink In Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Hyperlink-In-Pivot-table/m-p/848939#M1020514</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;Add an expression to your pivot table, choose "Link" as representation and add somthing like this&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;to your expression ='Link'&amp;amp;'&amp;lt;url&amp;gt;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://eu1.salesforce.com/'&amp;amp;OpportunityId" rel="nofollow"&gt;https://eu1.salesforce.com/'&amp;amp;OpportunityId&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In the case above this will open SalesForce.com and open the opportunity in salesforce.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 10:22:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hyperlink-In-Pivot-table/m-p/848939#M1020514</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-07T10:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink In Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Hyperlink-In-Pivot-table/m-p/848940#M1020515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But I need the dimesion to be merged and hyperlinked also. If I put it as expression, the column value will be repetative. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 11:20:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hyperlink-In-Pivot-table/m-p/848940#M1020515</guid>
      <dc:creator />
      <dc:date>2015-04-07T11:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink In Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Hyperlink-In-Pivot-table/m-p/848941#M1020517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you will have a column containing the link text for each row. It would look something like this.&lt;/P&gt;&lt;P&gt;Apart from this I can't see any other way of embedding&amp;nbsp; link inside a pivot table dimension.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/83030_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 11:51:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hyperlink-In-Pivot-table/m-p/848941#M1020517</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-07T11:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink In Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Hyperlink-In-Pivot-table/m-p/848942#M1020518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Morris. I understand the concept. But the problem is Client want the representation in that manner. If I add this link as a column , this is again repeatative value. Ideally, he want this link applied in 668 , 669 referring the&amp;nbsp; example you shared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for OnSelect and OnChange trigger in Field Event Trigger. But this seems not working as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 08:48:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hyperlink-In-Pivot-table/m-p/848942#M1020518</guid>
      <dc:creator />
      <dc:date>2015-04-08T08:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink In Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Hyperlink-In-Pivot-table/m-p/1578161#M1020520</link>
      <description>&lt;P&gt;Hi Morris,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am able to get the url in the values section in pivot table but not as a hyperlink.Can you provide steps on how you achieved this per your screenshot?Also i don't see representation in values section.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2019 01:46:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hyperlink-In-Pivot-table/m-p/1578161#M1020520</guid>
      <dc:creator>lookforward1</dc:creator>
      <dc:date>2019-05-09T01:46:49Z</dc:date>
    </item>
  </channel>
</rss>

