<?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: assigning hyperlink to a variable in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/assigning-hyperlink-to-a-variable/m-p/494258#M21669</link>
    <description>&lt;OL&gt;
&lt;LI&gt;Does&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13549"&gt;@Cynthia_sas&lt;/a&gt;&amp;nbsp;code work for you as expected?&lt;/LI&gt;
&lt;LI&gt;Did you try changing the variable names (link) to avoid the NOTES in the log?&lt;/LI&gt;
&lt;LI&gt;What does the URL look like in the variable link, and how does it look after concatenated?&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tested this with an HTTPS link to my Sharepoint site and it worked fine - using SAS 9.4 TS1M5.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/17300"&gt;@Elliott&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IMG_3524.jpg" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/23164i6565E2403C4BAA74/image-size/large?v=v2&amp;amp;px=999" role="button" title="IMG_3524.jpg" alt="IMG_3524.jpg" /&gt;&lt;/span&gt;when I hover over the link this is what it shows&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Sep 2018 18:44:17 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-09-10T18:44:17Z</dc:date>
    <item>
      <title>assigning hyperlink to a variable</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/assigning-hyperlink-to-a-variable/m-p/493576#M21653</link>
      <description>&lt;P&gt;I posted the other day about creating hyperlinks with ods and proc report.&amp;nbsp; I was able to create the hyperlink and it is in the right most column of my report.&amp;nbsp; &amp;nbsp;The user does not want that extra column and asked if I could have the hyperlink embedded in the report_number variable.&amp;nbsp; Can that be done? can I assign the variable value to the link and hide the column with the actual full link information?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Elliott&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2018 18:21:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/assigning-hyperlink-to-a-variable/m-p/493576#M21653</guid>
      <dc:creator>Elliott</dc:creator>
      <dc:date>2018-09-07T18:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: assigning hyperlink to a variable</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/assigning-hyperlink-to-a-variable/m-p/493593#M21654</link>
      <description>&lt;P&gt;Yes, the formula part takes one part as text and one as the link.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Set them appropriately and you should be fine.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/17300"&gt;@Elliott&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I posted the other day about creating hyperlinks with ods and proc report.&amp;nbsp; I was able to create the hyperlink and it is in the right most column of my report.&amp;nbsp; &amp;nbsp;The user does not want that extra column and asked if I could have the hyperlink embedded in the report_number variable.&amp;nbsp; Can that be done? can I assign the variable value to the link and hide the column with the actual full link information?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Elliott&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2018 19:17:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/assigning-hyperlink-to-a-variable/m-p/493593#M21654</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-09-07T19:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: assigning hyperlink to a variable</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/assigning-hyperlink-to-a-variable/m-p/493600#M21655</link>
      <description>I don't know how.&lt;BR /&gt;&lt;BR /&gt;each row will have a different report number that I need to assign to the link.&lt;BR /&gt;&lt;BR /&gt;this is the code I have now that creates the report:&lt;BR /&gt;&lt;BR /&gt;proc report nofs data=work.zero_vol1 list;&lt;BR /&gt;&lt;BR /&gt;    title "No Error Volume";&lt;BR /&gt;&lt;BR /&gt;   column DT REPORT_NUMBER REPORT_ID ERRS VOL COMMENTS LINK;&lt;BR /&gt;&lt;BR /&gt;   define link /display;&lt;BR /&gt;&lt;BR /&gt;   compute link ;&lt;BR /&gt;&lt;BR /&gt;     href=trim(link)||".html";&lt;BR /&gt;&lt;BR /&gt;    call define(_col_, "URL", href);&lt;BR /&gt;&lt;BR /&gt;    endcomp;&lt;BR /&gt;&lt;BR /&gt;   run;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Sep 2018 19:31:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/assigning-hyperlink-to-a-variable/m-p/493600#M21655</guid>
      <dc:creator>Elliott</dc:creator>
      <dc:date>2018-09-07T19:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: assigning hyperlink to a variable</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/assigning-hyperlink-to-a-variable/m-p/493604#M21656</link>
      <description>&lt;P&gt;In your previous question, a suggestion was made by&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/83078"&gt;@SuryaKiran&lt;/a&gt;&amp;nbsp;to use a formula instead. That is the approach you&amp;nbsp;can use if the URL is different than the text.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/ODS-and-Base-Reporting/creating-hyperlinks/m-p/491711/highlight/true#M21588" target="_blank"&gt;https://communities.sas.com/t5/ODS-and-Base-Reporting/creating-hyperlinks/m-p/491711/highlight/true#M21588&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2018 19:42:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/assigning-hyperlink-to-a-variable/m-p/493604#M21656</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-09-07T19:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: assigning hyperlink to a variable</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/assigning-hyperlink-to-a-variable/m-p/493915#M21658</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; This approach worked for me. I just used NOPRINT to hide the computed link and then used the CALL DEFINE on NAME instead.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods html path='c:\temp' (url=none) file='hidelink.html';
ods excel file='c:\temp\hidelink.xlsx';
proc report data=sashelp.class;
  column name age sex height href;
  define name / display;
  define href / computed noprint;
  compute href / character length=100;
    href = catt('https://nameberry.com/babyname/',name);
	call define('name','url',href);
  endcomp;
run;
ods _all_ close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Sun, 09 Sep 2018 15:57:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/assigning-hyperlink-to-a-variable/m-p/493915#M21658</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-09-09T15:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: assigning hyperlink to a variable</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/assigning-hyperlink-to-a-variable/m-p/494250#M21666</link>
      <description>&lt;P&gt;Cynthia, this has been helpful and I am getting the link on the correct variable but the link goes to C:\...\Local\Microsoft\Windows\Temporary\Internet Files\Content,Outlook\BSC00BHK\&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It did not pick up the string from the&amp;nbsp;LINK variable.&amp;nbsp;&amp;nbsp;The value in the&amp;nbsp;LINK variable is the full address to the SharePoint folder starting with https://&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this is my code:&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&lt;STRONG&gt;&lt;SPAN&gt;proc&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;report&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;nofs&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;data&lt;/SPAN&gt;&lt;SPAN&gt;=work.zero_vol1&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;list&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;title&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"Reports with No Error Volume"&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;column&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;DT REPORT_NO&amp;nbsp;REPORT_ID ERRS VOL COMMENTS LINK;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;define&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;DT /&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;display&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;define&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;REPORT_NO /&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;display&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;define&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;REPORT_ID /&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;display&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;define&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;ERRS /&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;style&lt;/SPAN&gt;&lt;SPAN&gt;(column)=[tagattr=&lt;/SPAN&gt;&lt;SPAN&gt;'format:0'&lt;/SPAN&gt;&lt;SPAN&gt;];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;define&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;VOL /&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;style&lt;/SPAN&gt;&lt;SPAN&gt;(column)=[tagattr=&lt;/SPAN&gt;&lt;SPAN&gt;'format:#,##'&lt;/SPAN&gt;&lt;SPAN&gt;];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;define&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;link /&lt;/SPAN&gt;&lt;SPAN&gt;computed&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;noprint&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;compute&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;link ;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; href=catt(link,&lt;/SPAN&gt;&lt;SPAN&gt;'.html'&lt;/SPAN&gt;&lt;SPAN&gt;,REPORT_NUMBER);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;call&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;define&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'REPORT_NUMBER'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'url'&lt;/SPAN&gt;&lt;SPAN&gt;, href);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;endcomp&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;run&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&lt;SPAN&gt;I also get a note in the log that says:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&lt;SPAN&gt;NOTE:&amp;nbsp; The computed variable LINK is also a data set variable.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&lt;SPAN&gt;NOTE:&amp;nbsp; The output might not be as expected.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&lt;SPAN&gt;I am not sure if that is important on not.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&lt;SPAN&gt;Thank you very much for your help&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&lt;SPAN&gt;Elliott&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 18:28:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/assigning-hyperlink-to-a-variable/m-p/494250#M21666</guid>
      <dc:creator>Elliott</dc:creator>
      <dc:date>2018-09-10T18:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: assigning hyperlink to a variable</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/assigning-hyperlink-to-a-variable/m-p/494251#M21667</link>
      <description>&lt;P&gt;Can you show a screenshot of what you're seeing in Excel?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 18:35:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/assigning-hyperlink-to-a-variable/m-p/494251#M21667</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-09-10T18:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: assigning hyperlink to a variable</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/assigning-hyperlink-to-a-variable/m-p/494254#M21668</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IMG_3524.jpg" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/23164i6565E2403C4BAA74/image-size/large?v=v2&amp;amp;px=999" role="button" title="IMG_3524.jpg" alt="IMG_3524.jpg" /&gt;&lt;/span&gt;when I hover over the link this is what it shows&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 18:39:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/assigning-hyperlink-to-a-variable/m-p/494254#M21668</guid>
      <dc:creator>Elliott</dc:creator>
      <dc:date>2018-09-10T18:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: assigning hyperlink to a variable</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/assigning-hyperlink-to-a-variable/m-p/494258#M21669</link>
      <description>&lt;OL&gt;
&lt;LI&gt;Does&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13549"&gt;@Cynthia_sas&lt;/a&gt;&amp;nbsp;code work for you as expected?&lt;/LI&gt;
&lt;LI&gt;Did you try changing the variable names (link) to avoid the NOTES in the log?&lt;/LI&gt;
&lt;LI&gt;What does the URL look like in the variable link, and how does it look after concatenated?&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tested this with an HTTPS link to my Sharepoint site and it worked fine - using SAS 9.4 TS1M5.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/17300"&gt;@Elliott&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IMG_3524.jpg" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/23164i6565E2403C4BAA74/image-size/large?v=v2&amp;amp;px=999" role="button" title="IMG_3524.jpg" alt="IMG_3524.jpg" /&gt;&lt;/span&gt;when I hover over the link this is what it shows&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 18:44:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/assigning-hyperlink-to-a-variable/m-p/494258#M21669</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-09-10T18:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: assigning hyperlink to a variable</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/assigning-hyperlink-to-a-variable/m-p/494262#M21671</link>
      <description>&lt;P&gt;Cynthia's did make the link on the correct variable, and hid the&amp;nbsp; actual variable that had the full http path.&amp;nbsp; but the link that got created on the report no variable was to that location in the screen shot, not the sharepoint link.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I did try to change the variable name but the result was not correct..&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the url looks like https://...just like any link to a sharepoint site.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I had this working with the full link on the right but the user does not want it that way, that is why I am trying to assign the hyperlink to the report no variable.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 18:50:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/assigning-hyperlink-to-a-variable/m-p/494262#M21671</guid>
      <dc:creator>Elliott</dc:creator>
      <dc:date>2018-09-10T18:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: assigning hyperlink to a variable</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/assigning-hyperlink-to-a-variable/m-p/494268#M21672</link>
      <description>&lt;P&gt;I get that. Can you post some fully reproducible code to see what you're getting? I can't run your code because no data. Mocking up some data would help with testing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only difference between Cynthia's code and yours that I see is that link is already a variable and she creates a new one, so I wonder if that's the issue. I wonder if it's setting link to missing which is then ., which then pushes it to your working directory, which is what that path looks like.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 19:02:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/assigning-hyperlink-to-a-variable/m-p/494268#M21672</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-09-10T19:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: assigning hyperlink to a variable</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/assigning-hyperlink-to-a-variable/m-p/494278#M21676</link>
      <description>&lt;P&gt;I kept playing with it, I have it working now.. the only thing is I would now like the report no to be in blue font with an underline so it is obvious it is a link.. how is that done?&amp;nbsp; I assume it is with a style attribute of some kind.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks, this is awesome&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 19:26:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/assigning-hyperlink-to-a-variable/m-p/494278#M21676</guid>
      <dc:creator>Elliott</dc:creator>
      <dc:date>2018-09-10T19:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: assigning hyperlink to a variable</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/assigning-hyperlink-to-a-variable/m-p/494565#M21689</link>
      <description>&lt;P&gt;This user answer the question here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-Clickable-external-hyperlink/m-p/494561#M21687" target="_blank"&gt;https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-Clickable-external-hyperlink/m-p/494561#M21687&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 17:36:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/assigning-hyperlink-to-a-variable/m-p/494565#M21689</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-09-11T17:36:54Z</dc:date>
    </item>
  </channel>
</rss>

