<?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: While using spanning underlined header, the underline does not show at the right side of the tex in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/While-using-spanning-underlined-header-the-underline-does-not/m-p/945486#M370417</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;, Thanks for your response.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I got the answer to this problem by using {style[borderbottomcoler=black]} option in the column statement of the proc report. The programme is on the server and I will need to type out each line again if I have to share it here so I am avoiding that. Please forgive me for that. (If you still think that I should share the programme, I will share if it is going to benefit others.) As I have found the answer, as mentioned above and as I have shared the answer to the question here, I am accepting this as a solution.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanking you,&lt;/P&gt;
&lt;P&gt;Yours sincerely,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Dr. Abhijeet Safai&lt;/P&gt;</description>
    <pubDate>Fri, 27 Sep 2024 17:38:33 GMT</pubDate>
    <dc:creator>DrAbhijeetSafai</dc:creator>
    <dc:date>2024-09-27T17:38:33Z</dc:date>
    <item>
      <title>While using spanning underlined header, the underline does not show at the right side of the text.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/While-using-spanning-underlined-header-the-underline-does-not/m-p/944560#M370080</link>
      <description>&lt;P&gt;I am using spanning header for the report. In that I am using underlined header by using across option. In this, I am not able to produce underline to the right side of the text of header. To add line to the left, I am adding spaces and that is producing the effect but even though I will use spaces after the text of spanning header, the underline is not going beyond the text itself. I am showing an example below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using text something like "&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; This is the text to be displayed at spanning header&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; " (Note 10 blank spaces to each side of text while defining the variable) .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am expecting results like&lt;/P&gt;
&lt;P&gt;"__________This is the text to be displayed at spanning header__________".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I am getting results like "__________This is the text to be displayed at spanning header". (Note no underline to the right side of the text).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The workaround I have found is to use a dot (.) to the right side of the text after spaces like this -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; This is the text to be displayed at spanning header&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ." (Note the dot before closing double quotes.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is doing what I expect (that is extension of underline to the right side of the text), but that is causing a problem too. It is showing dot after the underline which is not looking good. It is displaying text like "__________This is the text to be displayed at spanning header__________." (Note the dot before closing double quotes.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I request to kindly let me know if there is any way to remove this dot (.) after the end of underline without loss of underline to the right side of the text.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanking you,&lt;/P&gt;
&lt;P&gt;Yours sincerely,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Dr. Abhijeet Safai&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 07:27:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/While-using-spanning-underlined-header-the-underline-does-not/m-p/944560#M370080</guid>
      <dc:creator>DrAbhijeetSafai</dc:creator>
      <dc:date>2024-09-19T07:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: While using spanning underlined header, the underline does not show at the right side of the tex</title>
      <link>https://communities.sas.com/t5/SAS-Programming/While-using-spanning-underlined-header-the-underline-does-not/m-p/944598#M370092</link>
      <description>&lt;P&gt;Could you please share the code you are using to generate the report so can see exactly how you are attempting this underline. Also share which ODS destination you are sending the output to.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example if attempting to use the HEADLINE option in Proc Report that will only work for the ODS LISTING destination. So reports sent to ODS RTF, PDF or HTML will not show the underline.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I believe there are a few other approaches to underlining that only work for Listing or specific ODS destinations.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 14:07:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/While-using-spanning-underlined-header-the-underline-does-not/m-p/944598#M370092</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-09-19T14:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: While using spanning underlined header, the underline does not show at the right side of the tex</title>
      <link>https://communities.sas.com/t5/SAS-Programming/While-using-spanning-underlined-header-the-underline-does-not/m-p/945486#M370417</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;, Thanks for your response.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I got the answer to this problem by using {style[borderbottomcoler=black]} option in the column statement of the proc report. The programme is on the server and I will need to type out each line again if I have to share it here so I am avoiding that. Please forgive me for that. (If you still think that I should share the programme, I will share if it is going to benefit others.) As I have found the answer, as mentioned above and as I have shared the answer to the question here, I am accepting this as a solution.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanking you,&lt;/P&gt;
&lt;P&gt;Yours sincerely,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Dr. Abhijeet Safai&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 17:38:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/While-using-spanning-underlined-header-the-underline-does-not/m-p/945486#M370417</guid>
      <dc:creator>DrAbhijeetSafai</dc:creator>
      <dc:date>2024-09-27T17:38:33Z</dc:date>
    </item>
  </channel>
</rss>

