<?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 Nested header with underlining not working correctly in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Nested-header-with-underlining-not-working-correctly/m-p/324373#M17723</link>
    <description>&lt;P&gt;For the following code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;proc report data = &amp;amp;id nowd split = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"*"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; missing spacing = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; out = &lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;export_a.&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;amp;id;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;column order aedecod &amp;amp;treatvar,header,(eyesx pct eventsx);&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;define order / &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;' '&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; noprint group order = internal ; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;define aedecod/ &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;' '&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; group style = {cellwidth = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;2.5&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;in fontweight = bold just = l} ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;define &amp;amp;treatvar / &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;' '&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; across order = internal nozero format = &lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;trt_defo.&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; style = {just = c};&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;define header / &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;' '&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; across nozero style = {just = c };&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;define eyesx / &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'n'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; group style = {cellwidth = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0.4&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;in just = c}; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;define eventsx / &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'E'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; group style = {cellwidth = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0.4&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;in just = c};&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;define pct / &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"(%)"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; group style = {cellwidth = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0.7&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;in just = c};&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The variable header contains "^S={textdecoration = underline}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (N=xx)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "; The purpose is to span the underlining across three columns (n, (%) and E)&lt;/P&gt;&lt;P&gt;When header resolves, it produces several lines of underlining rather than just the few spaces requested. I have used similar syntax before without any issues.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;_(N=xx)_____&lt;/P&gt;&lt;P&gt;______&lt;/P&gt;&lt;P&gt;_______&lt;/P&gt;&lt;P&gt;______　　&lt;/P&gt;&lt;P&gt;Can someone point me in the direction of a solution? This is for the RTF destination.&lt;/P&gt;</description>
    <pubDate>Thu, 12 Jan 2017 19:14:27 GMT</pubDate>
    <dc:creator>Doug____</dc:creator>
    <dc:date>2017-01-12T19:14:27Z</dc:date>
    <item>
      <title>Nested header with underlining not working correctly</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Nested-header-with-underlining-not-working-correctly/m-p/324373#M17723</link>
      <description>&lt;P&gt;For the following code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;proc report data = &amp;amp;id nowd split = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"*"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; missing spacing = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; out = &lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;export_a.&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;amp;id;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;column order aedecod &amp;amp;treatvar,header,(eyesx pct eventsx);&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;define order / &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;' '&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; noprint group order = internal ; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;define aedecod/ &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;' '&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; group style = {cellwidth = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;2.5&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;in fontweight = bold just = l} ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;define &amp;amp;treatvar / &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;' '&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; across order = internal nozero format = &lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;trt_defo.&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; style = {just = c};&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;define header / &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;' '&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; across nozero style = {just = c };&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;define eyesx / &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'n'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; group style = {cellwidth = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0.4&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;in just = c}; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;define eventsx / &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'E'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; group style = {cellwidth = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0.4&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;in just = c};&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;define pct / &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"(%)"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; group style = {cellwidth = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0.7&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;in just = c};&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The variable header contains "^S={textdecoration = underline}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (N=xx)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "; The purpose is to span the underlining across three columns (n, (%) and E)&lt;/P&gt;&lt;P&gt;When header resolves, it produces several lines of underlining rather than just the few spaces requested. I have used similar syntax before without any issues.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;_(N=xx)_____&lt;/P&gt;&lt;P&gt;______&lt;/P&gt;&lt;P&gt;_______&lt;/P&gt;&lt;P&gt;______　　&lt;/P&gt;&lt;P&gt;Can someone point me in the direction of a solution? This is for the RTF destination.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2017 19:14:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Nested-header-with-underlining-not-working-correctly/m-p/324373#M17723</guid>
      <dc:creator>Doug____</dc:creator>
      <dc:date>2017-01-12T19:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Nested header with underlining not working correctly</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Nested-header-with-underlining-not-working-correctly/m-p/324388#M17724</link>
      <description>&lt;P&gt;Hi, you have not posted any data, nor have you posted your ODS statements. You said it was ODS&amp;lt; but have not provided any info -- what style? what options are active? Any RTF option in effect? In my little test using SASHELP.CLASS, I see that the underline is restricted to the text only. I used a slightly different technique than you did. See the example below.&lt;BR /&gt;cynthia&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/6687iCE2276BA46ACB4F0/image-size/original?v=v2&amp;amp;px=-1" alt="underline.png" title="underline.png" border="0" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2017 20:23:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Nested-header-with-underlining-not-working-correctly/m-p/324388#M17724</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-01-12T20:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Nested header with underlining not working correctly</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Nested-header-with-underlining-not-working-correctly/m-p/900279#M26417</link>
      <description>&lt;P&gt;Thanks a lot!&amp;nbsp; It was very helpful!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Dr. Abhijeet Safai&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2023 09:32:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Nested-header-with-underlining-not-working-correctly/m-p/900279#M26417</guid>
      <dc:creator>DrAbhijeetSafai</dc:creator>
      <dc:date>2023-10-27T09:32:09Z</dc:date>
    </item>
  </channel>
</rss>

