<?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 PDF Equal column width for different tables in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Equal-column-width-for-different-tables/m-p/694203#M24612</link>
    <description>&lt;P&gt;Using a define-statement for every variable, you could set the width of each column. But would not do this, because as soon as you have a variable with more text, unnecessary line breaks will be inserted. And i don't think that all tables with the same width improve the quality of the report at all.&lt;/P&gt;</description>
    <pubDate>Mon, 26 Oct 2020 10:31:13 GMT</pubDate>
    <dc:creator>andreas_lds</dc:creator>
    <dc:date>2020-10-26T10:31:13Z</dc:date>
    <item>
      <title>ODS PDF Equal column width for different tables</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Equal-column-width-for-different-tables/m-p/694199#M24611</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a question to improve the visual output of an ODS PDF file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm presenting different tables with PROC REPORT. I could manage to set the width of each table equally. Unfortunately, the columnwidth of both tables are not the same, which looks kinda bad. Is there a way to set the width of each column in each table to one size?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is an example code:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods pdf file="&amp;amp;outpath/example.pdf" style=sapphire startpage=never;
	title "Title";
  proc report data=sashelp.cars style(report)={width=80%};
where MAKE ="Acura";
column Model Origin Type;
run;
proc report data=sashelp.cars style(report)={width=80%};
where MAKE ="Acura";
column EngineSize Horsepower Weight;&lt;BR /&gt;run;
ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2020 10:01:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Equal-column-width-for-different-tables/m-p/694199#M24611</guid>
      <dc:creator>AdamD1</dc:creator>
      <dc:date>2020-10-26T10:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF Equal column width for different tables</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Equal-column-width-for-different-tables/m-p/694203#M24612</link>
      <description>&lt;P&gt;Using a define-statement for every variable, you could set the width of each column. But would not do this, because as soon as you have a variable with more text, unnecessary line breaks will be inserted. And i don't think that all tables with the same width improve the quality of the report at all.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2020 10:31:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Equal-column-width-for-different-tables/m-p/694203#M24612</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2020-10-26T10:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF Equal column width for different tables</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Equal-column-width-for-different-tables/m-p/694205#M24613</link>
      <description>Try &lt;BR /&gt;define model / style={cellwidth=4cm};</description>
      <pubDate>Mon, 26 Oct 2020 10:43:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Equal-column-width-for-different-tables/m-p/694205#M24613</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2020-10-26T10:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF Equal column width for different tables</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Equal-column-width-for-different-tables/m-p/694244#M24614</link>
      <description>Hi:&lt;BR /&gt;  When you use PROC REPORT and a DEFINE Statement override, it is better to specify the area in parentheses, like this:&lt;BR /&gt;define model / style(column)={width=1in} or&lt;BR /&gt;define model/style(header}={background=cyan} &lt;BR /&gt;                   style(column)={color=blue width=1in};&lt;BR /&gt;&lt;BR /&gt;Cynthia</description>
      <pubDate>Mon, 26 Oct 2020 14:11:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Equal-column-width-for-different-tables/m-p/694244#M24614</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2020-10-26T14:11:59Z</dc:date>
    </item>
  </channel>
</rss>

