<?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: Table to Header (and/or Footer) in RTF document in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Table-to-Header-and-or-Footer-in-RTF-document/m-p/472786#M21148</link>
    <description>&lt;P&gt;Thank you, thats exactly what I wanted to achieve ...&lt;/P&gt;</description>
    <pubDate>Sun, 24 Jun 2018 14:01:13 GMT</pubDate>
    <dc:creator>Matyas</dc:creator>
    <dc:date>2018-06-24T14:01:13Z</dc:date>
    <item>
      <title>Table to Header (and/or Footer) in RTF document</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Table-to-Header-and-or-Footer-in-RTF-document/m-p/472695#M21141</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I would like to add table with document information and with title to header (and to footer) of generated RTF document.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It should look like this,&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2018-06-23 12-50-39.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/21345i78E3932083919E0C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2018-06-23 12-50-39.png" alt="Screenshot from 2018-06-23 12-50-39.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;where the table is in header of RTF document.&lt;BR /&gt;&lt;BR /&gt;How do I achieve this?&lt;BR /&gt;Thank you for any advice&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jun 2018 10:53:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Table-to-Header-and-or-Footer-in-RTF-document/m-p/472695#M21141</guid>
      <dc:creator>Matyas</dc:creator>
      <dc:date>2018-06-23T10:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Table to Header (and/or Footer) in RTF document</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Table-to-Header-and-or-Footer-in-RTF-document/m-p/472710#M21143</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I don't quite understand from your description what you mean by "add table with document information and with title to header". You also mentioned a footer, but didn't show a footer or footnote text.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Do you mean something like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Table_Header_rtf.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/21348i226A5EE7CE87F11F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Table_Header_rtf.png" alt="Table_Header_rtf.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; It was all accomplished with SAS TITLE statements, ODS ESCAPECHAR (for the solid line and Page X of Y) and style overrides plus macro variables for the Protocol and date information -- I used the Journal style just because a lot of reports like this are in Journal style.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Here's the code that produced this output:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="table_header_code_rtf.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/21349i15CDC9C19D3D037B/image-size/large?v=v2&amp;amp;px=999" role="button" title="table_header_code_rtf.png" alt="table_header_code_rtf.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jun 2018 14:49:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Table-to-Header-and-or-Footer-in-RTF-document/m-p/472710#M21143</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-06-23T14:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Table to Header (and/or Footer) in RTF document</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Table-to-Header-and-or-Footer-in-RTF-document/m-p/472728#M21144</link>
      <description>&lt;P&gt;to add a footnote to the table you could use:&lt;/P&gt;&lt;P&gt;&amp;nbsp; compute after ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; line @1 " .... footnote ....";&lt;BR /&gt;&amp;nbsp; endcomp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jun 2018 19:25:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Table-to-Header-and-or-Footer-in-RTF-document/m-p/472728#M21144</guid>
      <dc:creator>pau13rown</dc:creator>
      <dc:date>2018-06-23T19:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Table to Header (and/or Footer) in RTF document</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Table-to-Header-and-or-Footer-in-RTF-document/m-p/472786#M21148</link>
      <description>&lt;P&gt;Thank you, thats exactly what I wanted to achieve ...&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jun 2018 14:01:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Table-to-Header-and-or-Footer-in-RTF-document/m-p/472786#M21148</guid>
      <dc:creator>Matyas</dc:creator>
      <dc:date>2018-06-24T14:01:13Z</dc:date>
    </item>
  </channel>
</rss>

