<?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 getting border styles for particular cells in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/getting-border-styles-for-particular-cells/m-p/56236#M6829</link>
    <description>I have written the following SAS code.&lt;BR /&gt;
ods escapechar="^";&lt;BR /&gt;
ods rtf file="&amp;amp;path3.\sae_caureln.rtf" style=journal;  &lt;BR /&gt;
&lt;BR /&gt;
proc report data=ae_fin nowd split='*' &lt;BR /&gt;
                                                style(report)= {font_face='Arial narrow'&lt;BR /&gt;
                                                                    font_size=4pt&lt;BR /&gt;
                                                                    cellpadding=10px						    rules=hsides&lt;BR /&gt;
                                                                    }				                                style(header)={font_face='Arial narrow'&lt;BR /&gt;
                                                                    font_size=11pt&lt;BR /&gt;
                                                                    cellpadding=10px						     }&lt;BR /&gt;
                                                style(column)= {font_face='Arial narrow'&lt;BR /&gt;
                                                                    font_size=11pt&lt;BR /&gt;
                                                                    cellpadding=10px&lt;BR /&gt;
	                                                    } missing;&lt;BR /&gt;
&lt;BR /&gt;
columns soc ptmedra tot_freq ("Frequency by Causal Relationship" "--" definite possible probable remote unrelated);&lt;BR /&gt;
  define ptmedra/group "Preferred Term*Total AEs" width=15 flow;&lt;BR /&gt;
  define tot_freq/group "Total Frequency" width=13 center;&lt;BR /&gt;
  define definite/group width=8 "Definite" center    Style(column)={cellwidth=1in};&lt;BR /&gt;
  define probable/group width=8 "Probable" center  Style(column)={cellwidth=1in};&lt;BR /&gt;
  define possible/group width=8 "Possible" center style(column)={cellwidth=1in};&lt;BR /&gt;
  define remote/group width=8 "Remote"  center style(column)={cellwidth=1in}; &lt;BR /&gt;
  define unrelated/group width=9 "Unrelated" center ;&lt;BR /&gt;
  compute after;&lt;BR /&gt;
   line @10 "MedDRA Version9.0";&lt;BR /&gt;
  endcomp;&lt;BR /&gt;
run;&lt;BR /&gt;
ods rtf close;&lt;BR /&gt;
&lt;BR /&gt;
I have following issues with above code.&lt;BR /&gt;
1. column header "Frequency by Causal Relationship" is not getting underlined.&lt;BR /&gt;
2. The footer is displaying in the following way &lt;BR /&gt;
MedDRA Version9.0&lt;BR /&gt;
----------------------------------------------------&lt;BR /&gt;
But I want it to be displayed like this&lt;BR /&gt;
----------------------------------------------------------------------------------------------&lt;BR /&gt;
MedDra Version 9.0&lt;BR /&gt;
Please help in resolving these issues</description>
    <pubDate>Wed, 22 Oct 2008 12:49:19 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-10-22T12:49:19Z</dc:date>
    <item>
      <title>getting border styles for particular cells</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/getting-border-styles-for-particular-cells/m-p/56236#M6829</link>
      <description>I have written the following SAS code.&lt;BR /&gt;
ods escapechar="^";&lt;BR /&gt;
ods rtf file="&amp;amp;path3.\sae_caureln.rtf" style=journal;  &lt;BR /&gt;
&lt;BR /&gt;
proc report data=ae_fin nowd split='*' &lt;BR /&gt;
                                                style(report)= {font_face='Arial narrow'&lt;BR /&gt;
                                                                    font_size=4pt&lt;BR /&gt;
                                                                    cellpadding=10px						    rules=hsides&lt;BR /&gt;
                                                                    }				                                style(header)={font_face='Arial narrow'&lt;BR /&gt;
                                                                    font_size=11pt&lt;BR /&gt;
                                                                    cellpadding=10px						     }&lt;BR /&gt;
                                                style(column)= {font_face='Arial narrow'&lt;BR /&gt;
                                                                    font_size=11pt&lt;BR /&gt;
                                                                    cellpadding=10px&lt;BR /&gt;
	                                                    } missing;&lt;BR /&gt;
&lt;BR /&gt;
columns soc ptmedra tot_freq ("Frequency by Causal Relationship" "--" definite possible probable remote unrelated);&lt;BR /&gt;
  define ptmedra/group "Preferred Term*Total AEs" width=15 flow;&lt;BR /&gt;
  define tot_freq/group "Total Frequency" width=13 center;&lt;BR /&gt;
  define definite/group width=8 "Definite" center    Style(column)={cellwidth=1in};&lt;BR /&gt;
  define probable/group width=8 "Probable" center  Style(column)={cellwidth=1in};&lt;BR /&gt;
  define possible/group width=8 "Possible" center style(column)={cellwidth=1in};&lt;BR /&gt;
  define remote/group width=8 "Remote"  center style(column)={cellwidth=1in}; &lt;BR /&gt;
  define unrelated/group width=9 "Unrelated" center ;&lt;BR /&gt;
  compute after;&lt;BR /&gt;
   line @10 "MedDRA Version9.0";&lt;BR /&gt;
  endcomp;&lt;BR /&gt;
run;&lt;BR /&gt;
ods rtf close;&lt;BR /&gt;
&lt;BR /&gt;
I have following issues with above code.&lt;BR /&gt;
1. column header "Frequency by Causal Relationship" is not getting underlined.&lt;BR /&gt;
2. The footer is displaying in the following way &lt;BR /&gt;
MedDRA Version9.0&lt;BR /&gt;
----------------------------------------------------&lt;BR /&gt;
But I want it to be displayed like this&lt;BR /&gt;
----------------------------------------------------------------------------------------------&lt;BR /&gt;
MedDra Version 9.0&lt;BR /&gt;
Please help in resolving these issues</description>
      <pubDate>Wed, 22 Oct 2008 12:49:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/getting-border-styles-for-particular-cells/m-p/56236#M6829</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-10-22T12:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: getting border styles for particular cells</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/getting-border-styles-for-particular-cells/m-p/56237#M6830</link>
      <description>quick response without being able to verify...&lt;BR /&gt;
&lt;BR /&gt;
can you use inline formatting with the escapechar to define the style for that text???</description>
      <pubDate>Wed, 22 Oct 2008 13:26:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/getting-border-styles-for-particular-cells/m-p/56237#M6830</guid>
      <dc:creator>RobW</dc:creator>
      <dc:date>2008-10-22T13:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: getting border styles for particular cells</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/getting-border-styles-for-particular-cells/m-p/56238#M6831</link>
      <description>Hi:&lt;BR /&gt;
  HSIDES writes a line at the BOTTOM of the table. Your LINE statement text is INSIDE the table. You would have to use RTF control strings to get lines where you want them, either using the \ul (for a single word) or the \brdrs\brdrt control strings.&lt;BR /&gt;
  There are several examples of using RTF control strings in various PharmaSUG papers and if you search the Forum, using the search string:&lt;BR /&gt;
brdrs&lt;BR /&gt;
you should come up with 10 or 12 previous postings for similar questions.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Wed, 22 Oct 2008 16:08:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/getting-border-styles-for-particular-cells/m-p/56238#M6831</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-10-22T16:08:31Z</dc:date>
    </item>
  </channel>
</rss>

