<?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: Different header and footer for RTF document and for table in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Different-header-and-footer-for-RTF-document-and-for-table/m-p/473639#M21180</link>
    <description>&lt;P&gt;Thats not a standard output then.&amp;nbsp; All the CSR output files I have seen show the same headers on every page, in case one is printed off on its own, you have no way of identifying it.&amp;nbsp; I wouldn't recommend doing output that way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, yes, if you do proceed, then its likely ods text will be the simplest method.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jun 2018 08:54:47 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2018-06-27T08:54:47Z</dc:date>
    <item>
      <title>Different header and footer for RTF document and for table</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Different-header-and-footer-for-RTF-document-and-for-table/m-p/473624#M21175</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I would like to have header and footer on every page of RTF document and also another header and footer for table on that document.&lt;BR /&gt;Now I am using ODS RTF with no bodytitle and proc report and I cant figure out how to achieve desired output.&lt;BR /&gt;&lt;BR /&gt;It should look like the file in the attachment...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any advice...&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 08:06:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Different-header-and-footer-for-RTF-document-and-for-table/m-p/473624#M21175</guid>
      <dc:creator>Matyas</dc:creator>
      <dc:date>2018-06-27T08:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Different header and footer for RTF document and for table</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Different-header-and-footer-for-RTF-document-and-for-table/m-p/473633#M21177</link>
      <description>&lt;P&gt;Thats a standard CSR output, you can get that with titles and footnotes easily:&lt;/P&gt;
&lt;PRE&gt;ods escapechar="^";

title1 "^s={just=l}Company^s{just=r}Page ^{thispage} of ^{lastpage}";
title2 "^s={just=l}Protocol no: xxx^s={just=r}Data cutoff date: yyyymmdd";
title4 j=c "Table no";
title5 j=c "Table description";
title6 j=c "Population";
&lt;/PRE&gt;
&lt;P&gt;Notice that I use inline formatting to adjust the alignment and add in some rtf control words to get page.&amp;nbsp; Examples:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.lexjansen.com/pharmasug/2006/Posters/PO04.pdf" target="_blank"&gt;https://www.lexjansen.com/pharmasug/2006/Posters/PO04.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 08:33:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Different-header-and-footer-for-RTF-document-and-for-table/m-p/473633#M21177</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-06-27T08:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Different header and footer for RTF document and for table</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Different-header-and-footer-for-RTF-document-and-for-table/m-p/473636#M21179</link>
      <description>&lt;P&gt;The problem for me is that I want to have same header and footer for each page in document, which I can handle with title and footnote, on top of that I want to have header and footer for table, but I dont want to show these on every page but only before and after table.&lt;BR /&gt;&lt;BR /&gt;Maybe the ods rtf text could help, as I see in your attached paper.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 08:43:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Different-header-and-footer-for-RTF-document-and-for-table/m-p/473636#M21179</guid>
      <dc:creator>Matyas</dc:creator>
      <dc:date>2018-06-27T08:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Different header and footer for RTF document and for table</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Different-header-and-footer-for-RTF-document-and-for-table/m-p/473639#M21180</link>
      <description>&lt;P&gt;Thats not a standard output then.&amp;nbsp; All the CSR output files I have seen show the same headers on every page, in case one is printed off on its own, you have no way of identifying it.&amp;nbsp; I wouldn't recommend doing output that way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, yes, if you do proceed, then its likely ods text will be the simplest method.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 08:54:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Different-header-and-footer-for-RTF-document-and-for-table/m-p/473639#M21180</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-06-27T08:54:47Z</dc:date>
    </item>
  </channel>
</rss>

