<?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: ODS RTF: Add a line in a table in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-Add-a-line-in-a-table/m-p/3169#M1412</link>
    <description>Hi Both&lt;BR /&gt;
&lt;BR /&gt;
You can attach the control words (e.g \brdrb\brdrs\brdrw15) to each of the variable value&lt;BR /&gt;
for this. But this will still give you a gap between the cells (ie your line will not be continous)&lt;BR /&gt;
&lt;BR /&gt;
Again this can be done via post-poressing your RTF file.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Duong</description>
    <pubDate>Fri, 25 May 2007 00:27:33 GMT</pubDate>
    <dc:creator>Duong</dc:creator>
    <dc:date>2007-05-25T00:27:33Z</dc:date>
    <item>
      <title>ODS RTF: Add a line in a table</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-Add-a-line-in-a-table/m-p/3167#M1410</link>
      <description>Dear all,&lt;BR /&gt;
&lt;BR /&gt;
I have a table to print and I have to put a line between two specified rows of my table.&lt;BR /&gt;
How can I do that (maybe using RTF control words?)?&lt;BR /&gt;
&lt;BR /&gt;
Many thanks for your help!&lt;BR /&gt;
&lt;BR /&gt;
Violaine</description>
      <pubDate>Mon, 21 May 2007 13:22:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-Add-a-line-in-a-table/m-p/3167#M1410</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-05-21T13:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: ODS RTF: Add a line in a table</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-Add-a-line-in-a-table/m-p/3168#M1411</link>
      <description>Violaine:&lt;BR /&gt;
  You can use a LINE statement within a COMPUTE block, however, the LINE statement can only execute BEFORE or AFTER a group:&lt;BR /&gt;
[pre]&lt;BR /&gt;
ods rtf file='c:\temp\showline.rtf';&lt;BR /&gt;
proc report data=sashelp.class nowd;&lt;BR /&gt;
column sex name age height;&lt;BR /&gt;
define sex /group;&lt;BR /&gt;
define name / order;&lt;BR /&gt;
define age /mean;&lt;BR /&gt;
define height/mean;&lt;BR /&gt;
compute after sex;&lt;BR /&gt;
  line 'End of This Group';&lt;BR /&gt;
endcomp;&lt;BR /&gt;
break after sex/ summarize;&lt;BR /&gt;
run;&lt;BR /&gt;
ods rtf close;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
So it would be hard to insert a break after any two girls, for example, or any two boys.&lt;BR /&gt;
   &lt;BR /&gt;
For more ideas on this problem, you might consider contacting Tech Support.&lt;BR /&gt;
&lt;A href="http://support.sas.com/techsup/contact/index.html" target="_blank"&gt;http://support.sas.com/techsup/contact/index.html&lt;/A&gt;&lt;BR /&gt;
   &lt;BR /&gt;
Good luck, cynthia</description>
      <pubDate>Mon, 21 May 2007 14:32:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-Add-a-line-in-a-table/m-p/3168#M1411</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2007-05-21T14:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: ODS RTF: Add a line in a table</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-Add-a-line-in-a-table/m-p/3169#M1412</link>
      <description>Hi Both&lt;BR /&gt;
&lt;BR /&gt;
You can attach the control words (e.g \brdrb\brdrs\brdrw15) to each of the variable value&lt;BR /&gt;
for this. But this will still give you a gap between the cells (ie your line will not be continous)&lt;BR /&gt;
&lt;BR /&gt;
Again this can be done via post-poressing your RTF file.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Duong</description>
      <pubDate>Fri, 25 May 2007 00:27:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-Add-a-line-in-a-table/m-p/3169#M1412</guid>
      <dc:creator>Duong</dc:creator>
      <dc:date>2007-05-25T00:27:33Z</dc:date>
    </item>
  </channel>
</rss>

