<?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 ODS EXCEL Clickable external hyperlink in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-Clickable-external-hyperlink/m-p/494468#M21677</link>
    <description>&lt;P&gt;If a hyperlink is in a separate cell without any other text, you can double-click on the cell, then click on a different cell, to turn the link into an active hyperlink. I want the hyperlink to be clickable directly from ODS EXCEL without going in and out of the cell in Excel.&lt;/P&gt;&lt;P&gt;Is this possible in ODS Excel?&lt;/P&gt;&lt;P&gt;Here is test code.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC TEMPLATE ;&lt;BR /&gt;define style styles.mystyle ;&lt;BR /&gt;parent=styles.excel ;&lt;BR /&gt;CLASS HEADER, DATA, DATAEMPHASIS, LINECONTENT / borderstyle=hidden fontsize=12pt font_face=Times ;&lt;BR /&gt;CLASS DATA / background=GhostWhite ;&lt;BR /&gt;END ;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;ODS escapechar='~' ;&lt;/P&gt;&lt;P&gt;/* Enter report text */&lt;BR /&gt;DATA text;&lt;BR /&gt;LENGTH d1 $ 255;&lt;BR /&gt;d1="~S={font_weight=bold FONT_STYLE=italic}CONTENTS"; OUTPUT;&lt;BR /&gt;d1="This workbook contains information on your SNF's performance in the first year of the SNF VBP Program, including the incentive"; OUTPUT;&lt;BR /&gt;d1="payment multiplier that will be applied to your SNF's Medicare fee-for-service claims from October 1, 2018, through September 30,"; OUTPUT;&lt;BR /&gt;d1 ="2019 (fiscal year [FY] 2019)."; OUTPUT;&lt;BR /&gt;d1 =""; OUTPUT;&lt;BR /&gt;d1="~S={font_weight=bold}Tab 2~S={}~_of this workbook contains a complete list of stays used to calculate your SNF's performance period (CY 2017) risk-standardized"; OUTPUT;&lt;BR /&gt;d1 ="readmission rate (RSRR). Patients admitted to SNFs between January 1, 2017, and December 31, 2017, are included in this workbook."; OUTPUT;&lt;BR /&gt;d1 ="SNFs have an opportunity to review and submit corrections to their CY 2017 RSRR until March 31, 2019; this constitutes Phase One"; OUTPUT;&lt;BR /&gt;d1 ="of the SNF VBP Review and Corrections process. Any errors in patient stay or patient identifying information must be corrected by the"; OUTPUT;&lt;BR /&gt;d1 ="SNF or admitting hospital using the established claims process. Correction requests concerning CY 2017 RSRRs may be emailed to"; OUTPUT;&lt;BR /&gt;d1 ="SNFVBPinquiries@cms.hhs.gov with the subject line 'SNF VBP Review and Corrections Inquiry' along with the following information:"; OUTPUT;&lt;BR /&gt;d1 ="your SNF's CMS Certification Number (CCN), your SNF's name, the correction request, and the reason for requesting the correction."; OUTPUT;&lt;BR /&gt;d1 =""; OUTPUT;&lt;BR /&gt;d1 ="~S={font_weight=bold}Tab 3~S={}~_of this workbook contains facility-level data, including your SNF's performance score, rank, and incentive payment multiplier for"; OUTPUT;&lt;BR /&gt;d1 ="the FY 2019 Program Year. SNFs have an opportunity to review and submit corrections to their SNF VBP performance score and"; OUTPUT;&lt;BR /&gt;d1 ="program rank only up to 30 days following this report being made available; this constitutes Phase Two of the SNF VBP Review and"; OUTPUT;&lt;BR /&gt;d1 ="Corrections process. Correction requests may be emailed to SNFVBPinquiries@cms.hhs.gov with the subject line 'SNF VBP Review"; OUTPUT;&lt;BR /&gt;d1 ="and Corrections Inquiry' along with the following information: your SNF's CCN, your SNF's name, the correction request, and the"; OUTPUT;&lt;BR /&gt;d1 ="reason for requesting the correction."; OUTPUT;&lt;BR /&gt;d1 =""; OUTPUT;&lt;BR /&gt;d1 ="SNF VBP performance scores are based on the Skilled Nursing Facility 30-Day All-Cause Readmission Measure (SNFRM), a quality"; OUTPUT;&lt;BR /&gt;d1 ="measure that assesses rates of unplanned hospital readmissions for Medicare fee-for-service beneficiaries within 30 days of discharge"; OUTPUT;&lt;BR /&gt;d1 ="from a prior proximal hospital stay. The SNFRM is risk-adjusted to account for various patient-level risk factors, such as clinical and"; OUTPUT;&lt;BR /&gt;d1 ="demographic characteristics."; OUTPUT;&lt;BR /&gt;d1 =""; OUTPUT;&lt;BR /&gt;d1 ="~S={font_weight=bold }Tab 4~S={}~_of this workbook contains a Data Dictionary with additional information on the data in~S={}~_~S={font_weight=bold}Tabs 2~S={}~_and~S={}~_~S={font_weight=bold}3~S={}."; OUTPUT;&lt;BR /&gt;d1 =""; OUTPUT;&lt;BR /&gt;d1="~S={font_weight=bold FONT_STYLE=italic}OTHER REMINDERS"; OUTPUT;&lt;BR /&gt;d1 ="~S={font_weight=bold color=red}As a reminder, please do not email protected health information or other sensitive patient information, as it will constitute"; OUTPUT;&lt;BR /&gt;d1 ="~S={font_weight=bold color=red}a Health Insurance Portability and Accountability Act (HIPAA) violation. If you are not sure of whether the information"; OUTPUT;&lt;BR /&gt;d1 ="~S={font_weight=bold color=red}you want to email is identifiable, please contact your institution's Privacy Officer before emailing your correction request."; OUTPUT;&lt;BR /&gt;d1 =""; OUTPUT;&lt;BR /&gt;d1 ="Your facility's Annual Performance Score Report is a read-only document, which prevents users from making unintentional changes."; OUTPUT;&lt;BR /&gt;d1 ="To make changes to the file, use the File\Save As option to save the document with a different filename."; OUTPUT;&lt;BR /&gt;d1 =""; OUTPUT;&lt;BR /&gt;d1 ="If you have questions about the contents of your workbook, please e-mail the SNF VBP Help Desk at"; OUTPUT;&lt;BR /&gt;d1 ="~{style [textdecoration=underline foreground=blue url='mailto:SNFVBPinquiries@cms.hhs.gov']SNFVBPinquiries@cms.hhs.gov}"; OUTPUT;&lt;BR /&gt;d1 =""; OUTPUT;&lt;BR /&gt;d1 ="If you would like to learn more about the SNF VBP Program, please visit the Centers for Medicare &amp;amp; Medicaid Services (CMS) website:"; OUTPUT;&lt;BR /&gt;d1 ="~{style [textdecoration=underline foreground=blue url='&lt;A href="https://goo.gl/G4a0A9']https://www.cms.gov/Medicare/Quality-Initiatives-Patient-Assessment-Instruments/Value-Based-Programs/Other-VBPs/SNF-VBP.html" target="_blank"&gt;https://goo.gl/G4a0A9']https://www.cms.gov/Medicare/Quality-Initiatives-Patient-Assessment-Instruments/Value-Based-Programs/Other-VBPs/SNF-VBP.html&lt;/A&gt; } ~{newline} " ; OUTPUT;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;ODS ESCAPECHAR='~';&lt;/P&gt;&lt;P&gt;ODS EXCLUDE NONE; /* Resume output to open destinations */&lt;BR /&gt;ODS RESULTS OFF;&lt;BR /&gt;ODS LISTING CLOSE; /* Close Listing */&lt;BR /&gt;ODS EXCEL FILE="&amp;amp;outpath.TEST.XLSX"&lt;BR /&gt;STYLE=mystyle&lt;BR /&gt;TITLE='SNF VBP Quarterly Confidential Feedback Report - June 2017'&lt;BR /&gt;AUTHOR='RTI International'&lt;BR /&gt;OPTIONS (SHEET_INTERVAL = 'PROC'&lt;BR /&gt;Sheet_Name = "1 - Cover Sheet"&lt;BR /&gt;Orientation = 'Landscape'&lt;BR /&gt;page_order_across = 'Yes'&lt;BR /&gt;suppress_bylines = 'Yes'&lt;BR /&gt;pages_fitwidth = '1'&lt;BR /&gt;FitToPage = 'Yes'&lt;BR /&gt;Center_Horizontal = 'Yes'&lt;BR /&gt;Center_Vertical = 'Yes'&lt;BR /&gt;embed_footnotes_once = 'On'&lt;BR /&gt;embedded_footnotes = 'On'&lt;BR /&gt;embed_titles_once = 'On'&lt;BR /&gt;embedded_titles = 'On'&lt;BR /&gt;gridlines = 'Off'&lt;BR /&gt;tab_color = "%SCAN(&amp;amp;Color,1)"&lt;BR /&gt;start_at = '2,1'&lt;BR /&gt;Absolute_Column_Width = '1,126'&lt;BR /&gt;ABSOLUTE_ROW_HEIGHT = '18'&lt;BR /&gt;);&lt;BR /&gt;TITLE1 FONT=TIMES BOLD H=12pt "Skilled Nursing Facility Value-Based Purchasing (SNF VBP) Program";&lt;BR /&gt;TITLE2 FONT=TIMES BOLD H=12pt "Annual Performance Score Report";&lt;BR /&gt;TITLE3 FONT=TIMES BOLD H=12pt "Performance Period: Calendar Year (CY) 2017";&lt;BR /&gt;TITLE4 FONT=TIMES BOLD H=12pt "Baseline Period: Calendar Year (CY) 2015";&lt;BR /&gt;TITLE5;&lt;BR /&gt;TITLE6 FONT=TIMES BOLD H=12pt "Provider Name: %NRBQUOTE(test)";&lt;BR /&gt;TITLE7 FONT=TIMES BOLD H=12pt "Provider CCN: %NRBQUOTE(test)";&lt;BR /&gt;FOOTNOTE1 BOLD COLOR=RED FONT=TIMES ITALIC H=18pt JUSTIFY=C "CONFIDENTIAL";&lt;BR /&gt;PROC REPORT DATA=text NOWD&lt;BR /&gt;style(header COLUMN)=[width=100%];&lt;BR /&gt;columns d1 ;&lt;BR /&gt;define d1 / '' style(COLUMN)=[font=(Times, 12pt) cellwidth=10in width=1000%];&lt;BR /&gt;RUN;&lt;BR /&gt;QUIT;&lt;BR /&gt;TITLE1;&lt;BR /&gt;TITLE2;&lt;BR /&gt;TITLE3;&lt;BR /&gt;TITLE3;&lt;BR /&gt;TITLE4;&lt;BR /&gt;TITLE5;&lt;BR /&gt;TITLE6;&lt;BR /&gt;TITLE7;&lt;BR /&gt;FOOTNOTE1;&lt;BR /&gt;/* ----------------------------------------------------------------- */&lt;BR /&gt;ODS _ALL_ CLOSE ;&lt;BR /&gt;QUIT ;&lt;BR /&gt;RUN ;&lt;BR /&gt;/* ----------------------------------------------------------------- */&lt;BR /&gt;ODS EXCEL CLOSE ; %*&amp;lt;-- Close the tagset and output reports ;&lt;BR /&gt;ODS RESULTS ; %*&amp;lt;-- Turn traditional SAS output back on ;&lt;BR /&gt;ODS LISTING ;&lt;BR /&gt;/* ----------------------------------------------------------------- */&lt;BR /&gt;/* Reset titles and footnotes */&lt;BR /&gt;TITLE1;&lt;BR /&gt;TITLE2;&lt;BR /&gt;TITLE3;&lt;BR /&gt;TITLE4;&lt;BR /&gt;TITLE5;&lt;BR /&gt;TITLE6;&lt;BR /&gt;TITLE7;&lt;BR /&gt;FOOTNOTE1;&lt;BR /&gt;FOOTNOTE2;&lt;BR /&gt;FOOTNOTE3;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Sep 2018 12:47:00 GMT</pubDate>
    <dc:creator>Dick_Pickett</dc:creator>
    <dc:date>2018-09-11T12:47:00Z</dc:date>
    <item>
      <title>ODS EXCEL Clickable external hyperlink</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-Clickable-external-hyperlink/m-p/494468#M21677</link>
      <description>&lt;P&gt;If a hyperlink is in a separate cell without any other text, you can double-click on the cell, then click on a different cell, to turn the link into an active hyperlink. I want the hyperlink to be clickable directly from ODS EXCEL without going in and out of the cell in Excel.&lt;/P&gt;&lt;P&gt;Is this possible in ODS Excel?&lt;/P&gt;&lt;P&gt;Here is test code.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC TEMPLATE ;&lt;BR /&gt;define style styles.mystyle ;&lt;BR /&gt;parent=styles.excel ;&lt;BR /&gt;CLASS HEADER, DATA, DATAEMPHASIS, LINECONTENT / borderstyle=hidden fontsize=12pt font_face=Times ;&lt;BR /&gt;CLASS DATA / background=GhostWhite ;&lt;BR /&gt;END ;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;ODS escapechar='~' ;&lt;/P&gt;&lt;P&gt;/* Enter report text */&lt;BR /&gt;DATA text;&lt;BR /&gt;LENGTH d1 $ 255;&lt;BR /&gt;d1="~S={font_weight=bold FONT_STYLE=italic}CONTENTS"; OUTPUT;&lt;BR /&gt;d1="This workbook contains information on your SNF's performance in the first year of the SNF VBP Program, including the incentive"; OUTPUT;&lt;BR /&gt;d1="payment multiplier that will be applied to your SNF's Medicare fee-for-service claims from October 1, 2018, through September 30,"; OUTPUT;&lt;BR /&gt;d1 ="2019 (fiscal year [FY] 2019)."; OUTPUT;&lt;BR /&gt;d1 =""; OUTPUT;&lt;BR /&gt;d1="~S={font_weight=bold}Tab 2~S={}~_of this workbook contains a complete list of stays used to calculate your SNF's performance period (CY 2017) risk-standardized"; OUTPUT;&lt;BR /&gt;d1 ="readmission rate (RSRR). Patients admitted to SNFs between January 1, 2017, and December 31, 2017, are included in this workbook."; OUTPUT;&lt;BR /&gt;d1 ="SNFs have an opportunity to review and submit corrections to their CY 2017 RSRR until March 31, 2019; this constitutes Phase One"; OUTPUT;&lt;BR /&gt;d1 ="of the SNF VBP Review and Corrections process. Any errors in patient stay or patient identifying information must be corrected by the"; OUTPUT;&lt;BR /&gt;d1 ="SNF or admitting hospital using the established claims process. Correction requests concerning CY 2017 RSRRs may be emailed to"; OUTPUT;&lt;BR /&gt;d1 ="SNFVBPinquiries@cms.hhs.gov with the subject line 'SNF VBP Review and Corrections Inquiry' along with the following information:"; OUTPUT;&lt;BR /&gt;d1 ="your SNF's CMS Certification Number (CCN), your SNF's name, the correction request, and the reason for requesting the correction."; OUTPUT;&lt;BR /&gt;d1 =""; OUTPUT;&lt;BR /&gt;d1 ="~S={font_weight=bold}Tab 3~S={}~_of this workbook contains facility-level data, including your SNF's performance score, rank, and incentive payment multiplier for"; OUTPUT;&lt;BR /&gt;d1 ="the FY 2019 Program Year. SNFs have an opportunity to review and submit corrections to their SNF VBP performance score and"; OUTPUT;&lt;BR /&gt;d1 ="program rank only up to 30 days following this report being made available; this constitutes Phase Two of the SNF VBP Review and"; OUTPUT;&lt;BR /&gt;d1 ="Corrections process. Correction requests may be emailed to SNFVBPinquiries@cms.hhs.gov with the subject line 'SNF VBP Review"; OUTPUT;&lt;BR /&gt;d1 ="and Corrections Inquiry' along with the following information: your SNF's CCN, your SNF's name, the correction request, and the"; OUTPUT;&lt;BR /&gt;d1 ="reason for requesting the correction."; OUTPUT;&lt;BR /&gt;d1 =""; OUTPUT;&lt;BR /&gt;d1 ="SNF VBP performance scores are based on the Skilled Nursing Facility 30-Day All-Cause Readmission Measure (SNFRM), a quality"; OUTPUT;&lt;BR /&gt;d1 ="measure that assesses rates of unplanned hospital readmissions for Medicare fee-for-service beneficiaries within 30 days of discharge"; OUTPUT;&lt;BR /&gt;d1 ="from a prior proximal hospital stay. The SNFRM is risk-adjusted to account for various patient-level risk factors, such as clinical and"; OUTPUT;&lt;BR /&gt;d1 ="demographic characteristics."; OUTPUT;&lt;BR /&gt;d1 =""; OUTPUT;&lt;BR /&gt;d1 ="~S={font_weight=bold }Tab 4~S={}~_of this workbook contains a Data Dictionary with additional information on the data in~S={}~_~S={font_weight=bold}Tabs 2~S={}~_and~S={}~_~S={font_weight=bold}3~S={}."; OUTPUT;&lt;BR /&gt;d1 =""; OUTPUT;&lt;BR /&gt;d1="~S={font_weight=bold FONT_STYLE=italic}OTHER REMINDERS"; OUTPUT;&lt;BR /&gt;d1 ="~S={font_weight=bold color=red}As a reminder, please do not email protected health information or other sensitive patient information, as it will constitute"; OUTPUT;&lt;BR /&gt;d1 ="~S={font_weight=bold color=red}a Health Insurance Portability and Accountability Act (HIPAA) violation. If you are not sure of whether the information"; OUTPUT;&lt;BR /&gt;d1 ="~S={font_weight=bold color=red}you want to email is identifiable, please contact your institution's Privacy Officer before emailing your correction request."; OUTPUT;&lt;BR /&gt;d1 =""; OUTPUT;&lt;BR /&gt;d1 ="Your facility's Annual Performance Score Report is a read-only document, which prevents users from making unintentional changes."; OUTPUT;&lt;BR /&gt;d1 ="To make changes to the file, use the File\Save As option to save the document with a different filename."; OUTPUT;&lt;BR /&gt;d1 =""; OUTPUT;&lt;BR /&gt;d1 ="If you have questions about the contents of your workbook, please e-mail the SNF VBP Help Desk at"; OUTPUT;&lt;BR /&gt;d1 ="~{style [textdecoration=underline foreground=blue url='mailto:SNFVBPinquiries@cms.hhs.gov']SNFVBPinquiries@cms.hhs.gov}"; OUTPUT;&lt;BR /&gt;d1 =""; OUTPUT;&lt;BR /&gt;d1 ="If you would like to learn more about the SNF VBP Program, please visit the Centers for Medicare &amp;amp; Medicaid Services (CMS) website:"; OUTPUT;&lt;BR /&gt;d1 ="~{style [textdecoration=underline foreground=blue url='&lt;A href="https://goo.gl/G4a0A9']https://www.cms.gov/Medicare/Quality-Initiatives-Patient-Assessment-Instruments/Value-Based-Programs/Other-VBPs/SNF-VBP.html" target="_blank"&gt;https://goo.gl/G4a0A9']https://www.cms.gov/Medicare/Quality-Initiatives-Patient-Assessment-Instruments/Value-Based-Programs/Other-VBPs/SNF-VBP.html&lt;/A&gt; } ~{newline} " ; OUTPUT;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;ODS ESCAPECHAR='~';&lt;/P&gt;&lt;P&gt;ODS EXCLUDE NONE; /* Resume output to open destinations */&lt;BR /&gt;ODS RESULTS OFF;&lt;BR /&gt;ODS LISTING CLOSE; /* Close Listing */&lt;BR /&gt;ODS EXCEL FILE="&amp;amp;outpath.TEST.XLSX"&lt;BR /&gt;STYLE=mystyle&lt;BR /&gt;TITLE='SNF VBP Quarterly Confidential Feedback Report - June 2017'&lt;BR /&gt;AUTHOR='RTI International'&lt;BR /&gt;OPTIONS (SHEET_INTERVAL = 'PROC'&lt;BR /&gt;Sheet_Name = "1 - Cover Sheet"&lt;BR /&gt;Orientation = 'Landscape'&lt;BR /&gt;page_order_across = 'Yes'&lt;BR /&gt;suppress_bylines = 'Yes'&lt;BR /&gt;pages_fitwidth = '1'&lt;BR /&gt;FitToPage = 'Yes'&lt;BR /&gt;Center_Horizontal = 'Yes'&lt;BR /&gt;Center_Vertical = 'Yes'&lt;BR /&gt;embed_footnotes_once = 'On'&lt;BR /&gt;embedded_footnotes = 'On'&lt;BR /&gt;embed_titles_once = 'On'&lt;BR /&gt;embedded_titles = 'On'&lt;BR /&gt;gridlines = 'Off'&lt;BR /&gt;tab_color = "%SCAN(&amp;amp;Color,1)"&lt;BR /&gt;start_at = '2,1'&lt;BR /&gt;Absolute_Column_Width = '1,126'&lt;BR /&gt;ABSOLUTE_ROW_HEIGHT = '18'&lt;BR /&gt;);&lt;BR /&gt;TITLE1 FONT=TIMES BOLD H=12pt "Skilled Nursing Facility Value-Based Purchasing (SNF VBP) Program";&lt;BR /&gt;TITLE2 FONT=TIMES BOLD H=12pt "Annual Performance Score Report";&lt;BR /&gt;TITLE3 FONT=TIMES BOLD H=12pt "Performance Period: Calendar Year (CY) 2017";&lt;BR /&gt;TITLE4 FONT=TIMES BOLD H=12pt "Baseline Period: Calendar Year (CY) 2015";&lt;BR /&gt;TITLE5;&lt;BR /&gt;TITLE6 FONT=TIMES BOLD H=12pt "Provider Name: %NRBQUOTE(test)";&lt;BR /&gt;TITLE7 FONT=TIMES BOLD H=12pt "Provider CCN: %NRBQUOTE(test)";&lt;BR /&gt;FOOTNOTE1 BOLD COLOR=RED FONT=TIMES ITALIC H=18pt JUSTIFY=C "CONFIDENTIAL";&lt;BR /&gt;PROC REPORT DATA=text NOWD&lt;BR /&gt;style(header COLUMN)=[width=100%];&lt;BR /&gt;columns d1 ;&lt;BR /&gt;define d1 / '' style(COLUMN)=[font=(Times, 12pt) cellwidth=10in width=1000%];&lt;BR /&gt;RUN;&lt;BR /&gt;QUIT;&lt;BR /&gt;TITLE1;&lt;BR /&gt;TITLE2;&lt;BR /&gt;TITLE3;&lt;BR /&gt;TITLE3;&lt;BR /&gt;TITLE4;&lt;BR /&gt;TITLE5;&lt;BR /&gt;TITLE6;&lt;BR /&gt;TITLE7;&lt;BR /&gt;FOOTNOTE1;&lt;BR /&gt;/* ----------------------------------------------------------------- */&lt;BR /&gt;ODS _ALL_ CLOSE ;&lt;BR /&gt;QUIT ;&lt;BR /&gt;RUN ;&lt;BR /&gt;/* ----------------------------------------------------------------- */&lt;BR /&gt;ODS EXCEL CLOSE ; %*&amp;lt;-- Close the tagset and output reports ;&lt;BR /&gt;ODS RESULTS ; %*&amp;lt;-- Turn traditional SAS output back on ;&lt;BR /&gt;ODS LISTING ;&lt;BR /&gt;/* ----------------------------------------------------------------- */&lt;BR /&gt;/* Reset titles and footnotes */&lt;BR /&gt;TITLE1;&lt;BR /&gt;TITLE2;&lt;BR /&gt;TITLE3;&lt;BR /&gt;TITLE4;&lt;BR /&gt;TITLE5;&lt;BR /&gt;TITLE6;&lt;BR /&gt;TITLE7;&lt;BR /&gt;FOOTNOTE1;&lt;BR /&gt;FOOTNOTE2;&lt;BR /&gt;FOOTNOTE3;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 12:47:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-Clickable-external-hyperlink/m-p/494468#M21677</guid>
      <dc:creator>Dick_Pickett</dc:creator>
      <dc:date>2018-09-11T12:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL Clickable external hyperlink</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-Clickable-external-hyperlink/m-p/494480#M21678</link>
      <description>&lt;P&gt;Directly give excel formula in your SAS Dataset.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data class;
set sashelp.class;
Display_Link='=HYPERLINK("https://communities.sas.com/","SAS Community")';
run;


  ods excel file="/usr/apps/sasdata/CAO/CAOSec/local_access/CAO_DropBox/Kiran/test/hyperlink.xlsx" style=statistical
      options( suppress_bylines='yes' sheet_interval='none' );
proc print data=class;
  run;

  ods excel close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Similar post &lt;A href="https://communities.sas.com/t5/ODS-and-Base-Reporting/creating-hyperlinks/m-p/491725#M21589" target="_self"&gt;here&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 15:52:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-Clickable-external-hyperlink/m-p/494480#M21678</guid>
      <dc:creator>SuryaKiran</dc:creator>
      <dc:date>2018-09-11T15:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL Clickable external hyperlink</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-Clickable-external-hyperlink/m-p/494489#M21680</link>
      <description>&lt;P&gt;&amp;nbsp;&amp;nbsp; /*Clickable after double clicking the cell, going out and coming back into the cell.*/&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; d1 ="~{style [textdecoration=underline foreground=blue url='&lt;A href="https://goo.gl/G4a0A9']https://www.cms.gov/Medicare/Quality-Initiatives-Patient-Assessment-Instruments/Value-Based-Programs/Other-VBPs/SNF-VBP.html" target="_blank"&gt;https://goo.gl/G4a0A9']https://www.cms.gov/Medicare/Quality-Initiatives-Patient-Assessment-Instruments/Value-Based-Programs/Other-VBPs/SNF-VBP.html&lt;/A&gt; }" ; OUTPUT;&lt;/P&gt;&lt;P&gt;/* We found a problem with some content in TEST.XLSX. Do you want us to try to recover as much as we can?&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Removed Records: Formula from /xl/worksheets.sheet1.xml part&lt;BR /&gt;*/&lt;BR /&gt;&amp;nbsp; &amp;nbsp; d1='=HYPERLINK("&lt;A href="https://goo.gl/G4a0A9&amp;quot;,^{style" target="_blank"&gt;https://goo.gl/G4a0A9",^{style&lt;/A&gt; [textdecoration=underline foreground=blue]"&lt;A href="https://www.cms.gov/Medicare/Quality-Initiatives-Patient-Assessment-Instruments/Value-Based-Programs/Other-VBPs/SNF-VBP.html" target="_blank"&gt;https://www.cms.gov/Medicare/Quality-Initiatives-Patient-Assessment-Instruments/Value-Based-Programs/Other-VBPs/SNF-VBP.html&lt;/A&gt;}")' ; OUTPUT ;&lt;/P&gt;&lt;P&gt;/* Clickable URL, but no color/underline */&lt;BR /&gt;&amp;nbsp; &amp;nbsp; d1='=HYPERLINK("&lt;A href="https://goo.gl/G4a0A9&amp;quot;,&amp;quot;https://www.cms.gov/Medicare/Quality-Initiatives-Patient-Assessment-Instruments/Value-Based-Programs/Other-VBPs/SNF-VBP.html" target="_blank"&gt;https://goo.gl/G4a0A9","https://www.cms.gov/Medicare/Quality-Initiatives-Patient-Assessment-Instruments/Value-Based-Programs/Other-VBPs/SNF-VBP.html&lt;/A&gt;")' ; OUTPUT ;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 13:59:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-Clickable-external-hyperlink/m-p/494489#M21680</guid>
      <dc:creator>Dick_Pickett</dc:creator>
      <dc:date>2018-09-11T13:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL Clickable external hyperlink</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-Clickable-external-hyperlink/m-p/494506#M21681</link>
      <description>&lt;P&gt;&amp;nbsp;&amp;nbsp; /* Clickable after double clicking the cell, going out and coming back into the cell.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://support.sas.com/kb/41/613.html" target="_blank"&gt;http://support.sas.com/kb/41/613.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Option 1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Double-click the hyperlink cell that contains the web address.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Click any other cell in the worksheet. This activates the hyperlink.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; d1 ="~{style [textdecoration=underline foreground=blue url='&lt;A href="https://goo.gl/G4a0A9']https://www.cms.gov/Medicare/Quality-Initiatives-Patient-Assessment-Instruments/Value-Based-Programs/Other-VBPs/SNF-VBP.html" target="_blank"&gt;https://goo.gl/G4a0A9']https://www.cms.gov/Medicare/Quality-Initiatives-Patient-Assessment-Instruments/Value-Based-Programs/Other-VBPs/SNF-VBP.html&lt;/A&gt; }" ; OUTPUT;&lt;/P&gt;&lt;P&gt;/* Clickable URL, but no color/underline&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Option 2&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you have multiple rows to make available, create a new column in Excel with a formula that uses a hyperlink similar to this =HYPERLINK(cell number)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; =HYPERLINK(“[http:// example.xxx.com/budget.xls]Monthly!B49”, “Click to See the Dept Detail”).&lt;BR /&gt;*/&lt;BR /&gt;&amp;nbsp; &amp;nbsp; d1='=HYPERLINK("[&lt;A href="https://goo.gl/G4a0A9]!B49" target="_blank"&gt;https://goo.gl/G4a0A9]!B49&lt;/A&gt;", "&lt;A href="https://www.cms.gov/Medicare/Quality-Initiatives-Patient-Assessment-Instruments/Value-Based-Programs/Other-VBPs/SNF-VBP.html" target="_blank"&gt;https://www.cms.gov/Medicare/Quality-Initiatives-Patient-Assessment-Instruments/Value-Based-Programs/Other-VBPs/SNF-VBP.html&lt;/A&gt;")' ; OUTPUT ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking for a 3rd option that will allow ="~{style [textdecoration=underline foreground=blue&amp;nbsp;from option 1 to be applied to option 2.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 15:04:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-Clickable-external-hyperlink/m-p/494506#M21681</guid>
      <dc:creator>Dick_Pickett</dc:creator>
      <dc:date>2018-09-11T15:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL Clickable external hyperlink</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-Clickable-external-hyperlink/m-p/494558#M21686</link>
      <description>&lt;P&gt;Have you tried using&amp;nbsp;PROC REPORT in conjunction with the STYLE options?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 17:22:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-Clickable-external-hyperlink/m-p/494558#M21686</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-09-11T17:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL Clickable external hyperlink</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-Clickable-external-hyperlink/m-p/494561#M21687</link>
      <description>&lt;P&gt;Solution&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; compute d1 ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF d1='=HYPERLINK("[&lt;A href="https://goo.gl/G4a0A9" target="_blank"&gt;https://goo.gl/G4a0A9&lt;/A&gt;]", "&lt;A href="https://www.cms.gov/Medicare/Quality-Initiatives-Patient-Assessment-Instruments/Value-Based-Programs/Other-VBPs/SNF-VBP.html" target="_blank"&gt;https://www.cms.gov/Medicare/Quality-Initiatives-Patient-Assessment-Instruments/Value-Based-Programs/Other-VBPs/SNF-VBP.html&lt;/A&gt;")' THEN DO;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CALL define(_col_,'style','style=[textdecoration=underline foreground=blue]');&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; END;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 17:33:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-Clickable-external-hyperlink/m-p/494561#M21687</guid>
      <dc:creator>Dick_Pickett</dc:creator>
      <dc:date>2018-09-11T17:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL Clickable external hyperlink</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-Clickable-external-hyperlink/m-p/494563#M21688</link>
      <description>FYI - if you put the code in code blocks it's easier to read and follow your posts/problems.</description>
      <pubDate>Tue, 11 Sep 2018 17:35:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-Clickable-external-hyperlink/m-p/494563#M21688</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-09-11T17:35:51Z</dc:date>
    </item>
  </channel>
</rss>

