<?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: column in proc report overlaps the footnote in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/column-in-proc-report-overlaps-the-footnote/m-p/838075#M331405</link>
    <description>&lt;P&gt;You may have to supply more details such as your ODS RTF, or ODS Tagsets.rtf statement as options like Bodytitle, Bodytitle_aux, Keepn and Startpage plus the Ods style used can interact affecting such behaviors. We may also need the entire Report code. When you start controlling many output options you may create some interesting interactions as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ODS Tagsets.rtf has a bit more control on page layout such as Tablerows but may not address what you need if you have extremely long values crammed into a narrow column of output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Reduce font size for that cell? a compute block with call define could do such based on length of the text but again, not sure if that will help enough if the text is very long.&lt;/P&gt;</description>
    <pubDate>Wed, 12 Oct 2022 15:03:48 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2022-10-12T15:03:48Z</dc:date>
    <item>
      <title>column in proc report overlaps the footnote</title>
      <link>https://communities.sas.com/t5/SAS-Programming/column-in-proc-report-overlaps-the-footnote/m-p/837999#M331361</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;im trying to create proc report (RTF) and text of one variable is so long that it's overlaping my footnotes.&lt;/P&gt;&lt;P&gt;do you have and idea how to control the size of the column that will fit in one page or continues text on another.? I cant make this variable wider&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;define var1 display style(header)={just=center} center flow style(column)=[just=l width = 16% asis = on] style(header)=[just=l asis=on];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;jedrzej&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 09:55:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/column-in-proc-report-overlaps-the-footnote/m-p/837999#M331361</guid>
      <dc:creator>Jedrzej</dc:creator>
      <dc:date>2022-10-12T09:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: column in proc report overlaps the footnote</title>
      <link>https://communities.sas.com/t5/SAS-Programming/column-in-proc-report-overlaps-the-footnote/m-p/838026#M331377</link>
      <description>&lt;P&gt;Add a FORMAT to that variable ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;ods rtf file='c:\temp\temp.rtf';
proc report data=sashelp.class nowd;
&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;define name/format=$4.;&lt;/STRONG&gt;&lt;/FONT&gt;
run;
ods rtf close;&lt;/PRE&gt;</description>
      <pubDate>Wed, 12 Oct 2022 12:12:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/column-in-proc-report-overlaps-the-footnote/m-p/838026#M331377</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-10-12T12:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: column in proc report overlaps the footnote</title>
      <link>https://communities.sas.com/t5/SAS-Programming/column-in-proc-report-overlaps-the-footnote/m-p/838075#M331405</link>
      <description>&lt;P&gt;You may have to supply more details such as your ODS RTF, or ODS Tagsets.rtf statement as options like Bodytitle, Bodytitle_aux, Keepn and Startpage plus the Ods style used can interact affecting such behaviors. We may also need the entire Report code. When you start controlling many output options you may create some interesting interactions as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ODS Tagsets.rtf has a bit more control on page layout such as Tablerows but may not address what you need if you have extremely long values crammed into a narrow column of output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Reduce font size for that cell? a compute block with call define could do such based on length of the text but again, not sure if that will help enough if the text is very long.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 15:03:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/column-in-proc-report-overlaps-the-footnote/m-p/838075#M331405</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-10-12T15:03:48Z</dc:date>
    </item>
  </channel>
</rss>

