<?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 Clickable link in SAS VA 7.4 in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Clickable-link-in-SAS-VA-7-4/m-p/571320#M12704</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is possible to create a clickable hyperlink like the one below in Excel in SAS VA 7.4 in a list table (Instead of the user double clicking on a row to open the link).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Excel_Hyperlink.JPG" style="width: 569px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/30764i8EFC609DF7500EA3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Excel_Hyperlink.JPG" alt="Excel_Hyperlink.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jul 2019 06:39:13 GMT</pubDate>
    <dc:creator>ADN</dc:creator>
    <dc:date>2019-07-05T06:39:13Z</dc:date>
    <item>
      <title>Clickable link in SAS VA 7.4</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Clickable-link-in-SAS-VA-7-4/m-p/571320#M12704</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is possible to create a clickable hyperlink like the one below in Excel in SAS VA 7.4 in a list table (Instead of the user double clicking on a row to open the link).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Excel_Hyperlink.JPG" style="width: 569px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/30764i8EFC609DF7500EA3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Excel_Hyperlink.JPG" alt="Excel_Hyperlink.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2019 06:39:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Clickable-link-in-SAS-VA-7-4/m-p/571320#M12704</guid>
      <dc:creator>ADN</dc:creator>
      <dc:date>2019-07-05T06:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Clickable link in SAS VA 7.4</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Clickable-link-in-SAS-VA-7-4/m-p/571488#M12707</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/138977"&gt;@ADN&lt;/a&gt;&amp;nbsp;Yes you can do it as long as you know what is the web address for each company. In the code below I have assumed address for Yahoo is &lt;A href="https://www.Yahoo.com" target="_blank" rel="noopener"&gt;https://www.Yahoo.com&lt;/A&gt; and so on. Below is the code and the output. Please change it to suit your requirement. The result should be Test.html in your folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;DATA Have;
	INPUT CompanyName $30.;
	DATALINES;
	Yahoo
	Google
	Microsoft
	;
RUN;
DATA WANT;
	SET Have;
	Hyperink='&amp;lt;a  href="https://www.'||TRIM(CompanyName)||'.com"&amp;gt;'||TRIM(CompanyName)||'&amp;lt;/a&amp;gt;';
RUN;
ODS HTML BODY="Test.html";
PROC PRINT DATA=WANT;
RUN;
ODS HTML CLOSE;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Output" style="width: 232px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/30784iC741560FB6106D25/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2019-07-06 01-05-15.png" alt="Output" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Output&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2019 19:51:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Clickable-link-in-SAS-VA-7-4/m-p/571488#M12707</guid>
      <dc:creator>koyelghosh</dc:creator>
      <dc:date>2019-07-05T19:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Clickable link in SAS VA 7.4</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Clickable-link-in-SAS-VA-7-4/m-p/571712#M12710</link>
      <description>Hi, Thanks for the solution. But I am actually looking for the same report in SAS VA and not as html.</description>
      <pubDate>Mon, 08 Jul 2019 08:20:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Clickable-link-in-SAS-VA-7-4/m-p/571712#M12710</guid>
      <dc:creator>ADN</dc:creator>
      <dc:date>2019-07-08T08:20:57Z</dc:date>
    </item>
  </channel>
</rss>

