<?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: RTF proc report footnote and merge in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/RTF-proc-report-footnote-and-merge/m-p/420985#M67939</link>
    <description>&lt;P&gt;You can use vjust=center in the style attributes of the column to center the values vertically. Also, one option to have the footnote directly below the table is to include it as part of your PROC REPORT call in a compute statement.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc report data=sashelp.class spanrows
	style(column)={just=center};
	columns sex age weight;
	define sex/order left style(column)={VJUST=CENTER};
	compute after/style(lines)={just=left};
		line "Footnote here";
	endcomp;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 13 Dec 2017 20:57:02 GMT</pubDate>
    <dc:creator>lopezr</dc:creator>
    <dc:date>2017-12-13T20:57:02Z</dc:date>
    <item>
      <title>RTF proc report footnote and merge</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/RTF-proc-report-footnote-and-merge/m-p/420963#M67935</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Per the picture below. Is there a way to get the 1,2,3 in the sample column to be in the center? Also, is there a way to get the footnote directly under the table? Thank you in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pic.JPG" style="width: 524px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/17210iF7A85728DE1F88BC/image-size/large?v=v2&amp;amp;px=999" role="button" title="pic.JPG" alt="pic.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2017 19:30:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/RTF-proc-report-footnote-and-merge/m-p/420963#M67935</guid>
      <dc:creator>nirali514</dc:creator>
      <dc:date>2017-12-13T19:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: RTF proc report footnote and merge</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/RTF-proc-report-footnote-and-merge/m-p/420978#M67937</link>
      <description>&lt;P&gt;Do you mean vertical center for the sample column? You might try a style override of verticalalign= m (m=&amp;gt; middle)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The space between a table and footnote depends on ODS destination and the PARSKIP setting in the active style. If you want text immediately below a table you might try a style override of PostText='your text' but I haven't used that with proc report so I'm not sure where in the syntax&amp;nbsp;and if that will work.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2017 20:26:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/RTF-proc-report-footnote-and-merge/m-p/420978#M67937</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-12-13T20:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: RTF proc report footnote and merge</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/RTF-proc-report-footnote-and-merge/m-p/420985#M67939</link>
      <description>&lt;P&gt;You can use vjust=center in the style attributes of the column to center the values vertically. Also, one option to have the footnote directly below the table is to include it as part of your PROC REPORT call in a compute statement.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc report data=sashelp.class spanrows
	style(column)={just=center};
	columns sex age weight;
	define sex/order left style(column)={VJUST=CENTER};
	compute after/style(lines)={just=left};
		line "Footnote here";
	endcomp;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 13 Dec 2017 20:57:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/RTF-proc-report-footnote-and-merge/m-p/420985#M67939</guid>
      <dc:creator>lopezr</dc:creator>
      <dc:date>2017-12-13T20:57:02Z</dc:date>
    </item>
  </channel>
</rss>

