<?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: underline one of the label word in proc report column statement in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/underline-one-of-the-label-word-in-proc-report-column-statement/m-p/523107#M142094</link>
    <description>&lt;P&gt;You may be looking for text decoration&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"^{style [textdecoration=underline]your text }&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you will have to turn the decoration off after your value.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Dec 2018 16:42:10 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2018-12-21T16:42:10Z</dc:date>
    <item>
      <title>underline one of the label word in proc report column statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/underline-one-of-the-label-word-in-proc-report-column-statement/m-p/522980#M142040</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wondering if someone can help me with how to underline&amp;nbsp;'including and 'excluding' word in&amp;nbsp;col1 col2 from the proc report code below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&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;&lt;/SPAN&gt;&lt;SPAN&gt;Data&lt;/SPAN&gt;&lt;SPAN&gt;=abc&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;nowd&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;headline&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;split&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;'!'&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;&lt;/SPAN&gt;&lt;SPAN&gt;column&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;col1 col2 col3 ;&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;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;define&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;col1 /&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;'&amp;nbsp; '&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;flow&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;width&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;20&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;define&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;col2 /&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;'Total&amp;nbsp; &lt;U&gt;including&lt;/U&gt; A'&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;display&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;flow&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;width&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;25&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;define&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;col3/&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;'Total &lt;U&gt;excluding&lt;/U&gt; A'&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;display&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;flow&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;width&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;25&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="x_MsoNormal"&gt;&lt;SPAN&gt;Thanks,&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;Sam&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Dec 2018 00:59:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/underline-one-of-the-label-word-in-proc-report-column-statement/m-p/522980#M142040</guid>
      <dc:creator>Sami1234</dc:creator>
      <dc:date>2018-12-21T00:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: underline one of the label word in proc report column statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/underline-one-of-the-label-word-in-proc-report-column-statement/m-p/522981#M142041</link>
      <description>&lt;P&gt;If you output to HTML, having start and end tags guarantees that inner tags are conserved.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc Report Data=SASHELP.CLASS nowd headline split='!';
  column AGE SEX ;
  define AGE / '&amp;lt;a&amp;gt;Total &amp;lt;u&amp;gt;including&amp;lt;/u&amp;gt; A&amp;lt;/a&amp;gt;' ;
  define SEX / group;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;DIV class="branch"&gt;
&lt;DIV&gt;
&lt;DIV align="center"&gt;
&lt;TABLE class="table" summary="Procedure Report: Detailed and/or summarized report" frame="box" rules="all" cellspacing="0" cellpadding="5"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="c header" scope="col"&gt;&lt;A&gt;Total &lt;U&gt;including&lt;/U&gt; A&lt;/A&gt;&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;Sex&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="r data"&gt;119&lt;/TD&gt;
&lt;TD class="l data"&gt;F&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="r data"&gt;134&lt;/TD&gt;
&lt;TD class="l data"&gt;M&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Dec 2018 01:40:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/underline-one-of-the-label-word-in-proc-report-column-statement/m-p/522981#M142041</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-12-21T01:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: underline one of the label word in proc report column statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/underline-one-of-the-label-word-in-proc-report-column-statement/m-p/523025#M142059</link>
      <description>&lt;P&gt;Thanks for the reply!&lt;/P&gt;&lt;P&gt;It's not working as the output file required is PDF &amp;amp; RTF.&lt;/P&gt;&lt;P&gt;Would it be anyway to display the underline for the rtf&amp;nbsp;and pdf outputs, please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;</description>
      <pubDate>Fri, 21 Dec 2018 09:29:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/underline-one-of-the-label-word-in-proc-report-column-statement/m-p/523025#M142059</guid>
      <dc:creator>Sami1234</dc:creator>
      <dc:date>2018-12-21T09:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: underline one of the label word in proc report column statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/underline-one-of-the-label-word-in-proc-report-column-statement/m-p/523035#M142062</link>
      <description>&lt;P&gt;Following&amp;nbsp;code is creating a line for the RTF output, but not in PDF output.&lt;/P&gt;&lt;P&gt;Wondering if any trick to do so in PDF or lst&amp;nbsp;file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ods rtf file=…….;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ods escapechar=’^’;&lt;/P&gt;&lt;P&gt;proc report data=SASHELP.CLASS nowd headline split='!';&lt;/P&gt;&lt;P&gt;&amp;nbsp;column AGE SEX;&lt;/P&gt;&lt;P&gt;&amp;nbsp; define AGE / “Total ^ul including ^ul0 A';&lt;/P&gt;&lt;P&gt;&amp;nbsp; define SEX / group;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods rtf close;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Dec 2018 11:18:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/underline-one-of-the-label-word-in-proc-report-column-statement/m-p/523035#M142062</guid>
      <dc:creator>Sami1234</dc:creator>
      <dc:date>2018-12-21T11:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: underline one of the label word in proc report column statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/underline-one-of-the-label-word-in-proc-report-column-statement/m-p/523107#M142094</link>
      <description>&lt;P&gt;You may be looking for text decoration&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"^{style [textdecoration=underline]your text }&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you will have to turn the decoration off after your value.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Dec 2018 16:42:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/underline-one-of-the-label-word-in-proc-report-column-statement/m-p/523107#M142094</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-12-21T16:42:10Z</dc:date>
    </item>
  </channel>
</rss>

