<?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 how can I eliminate the empty row after proc report when using ods excel? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-can-I-eliminate-the-empty-row-after-proc-report-when-using/m-p/640242#M23933</link>
    <description>&lt;P&gt;I'm producing a workbook with several tabs and on each tab are 2 graphs followed by 4 short tables each table produced by proc report. Proc report adds an empty row after each table which I would like to eliminate but I find no method to do so. I've investigated using a blank footnote statement (doesn't do it), a custom template (I don't see a way with this), I tried defining an ods excel options with&amp;nbsp;absolute_row_height = "a string of row height numbers" but it ignores the last (the key) row height. Is there any way to eliminate this empty row? (using SAS&amp;nbsp;9.4 (TS1M6))&lt;/P&gt;</description>
    <pubDate>Wed, 15 Apr 2020 22:05:57 GMT</pubDate>
    <dc:creator>WaltSmith</dc:creator>
    <dc:date>2020-04-15T22:05:57Z</dc:date>
    <item>
      <title>how can I eliminate the empty row after proc report when using ods excel?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-can-I-eliminate-the-empty-row-after-proc-report-when-using/m-p/640242#M23933</link>
      <description>&lt;P&gt;I'm producing a workbook with several tabs and on each tab are 2 graphs followed by 4 short tables each table produced by proc report. Proc report adds an empty row after each table which I would like to eliminate but I find no method to do so. I've investigated using a blank footnote statement (doesn't do it), a custom template (I don't see a way with this), I tried defining an ods excel options with&amp;nbsp;absolute_row_height = "a string of row height numbers" but it ignores the last (the key) row height. Is there any way to eliminate this empty row? (using SAS&amp;nbsp;9.4 (TS1M6))&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2020 22:05:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-can-I-eliminate-the-empty-row-after-proc-report-when-using/m-p/640242#M23933</guid>
      <dc:creator>WaltSmith</dc:creator>
      <dc:date>2020-04-15T22:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: how can I eliminate the empty row after proc report when using ods excel?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-can-I-eliminate-the-empty-row-after-proc-report-when-using/m-p/641027#M23950</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Without getting into the issue of graphs yet, take a look at this, with 3 PROC REPORTS in one sheet:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cynthia_sas_0-1587254283457.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/38425i09C1E48238CEE31B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cynthia_sas_0-1587254283457.png" alt="Cynthia_sas_0-1587254283457.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;With 3 procedures, there is an empty row 4 between proc report 1 and 2 and then empty row 9 between proc report 2 and 3. If I understand you correctly, you want to eliminate the row entirely? In other words, you want PROC REPORT #2 to start on Row 4???&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Assuming you want to keep the column headers, I think you just want the Row_Heights suboption, as shown below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cynthia_sas_1-1587254830948.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/38426i9D83D31C3C3EE06F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cynthia_sas_1-1587254830948.png" alt="Cynthia_sas_1-1587254830948.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;These are positional parameters and the last in the list is the "paragraph skip" which is the value used for the "skip" between tables. As you can see, a really small size (2px) caused row 4 and row 9 to get very tiny.&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2020 00:08:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-can-I-eliminate-the-empty-row-after-proc-report-when-using/m-p/641027#M23950</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2020-04-19T00:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: how can I eliminate the empty row after proc report when using ods excel?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-can-I-eliminate-the-empty-row-after-proc-report-when-using/m-p/641463#M23957</link>
      <description>&lt;P&gt;Thanks Cynthia, I knew about absolute_row_height (I tried that and got some very unexpected results) but I didn't know that row_heights was different than absolute_row_height. row_heights solves my problem.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 20:28:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-can-I-eliminate-the-empty-row-after-proc-report-when-using/m-p/641463#M23957</guid>
      <dc:creator>WaltSmith</dc:creator>
      <dc:date>2020-04-20T20:28:19Z</dc:date>
    </item>
  </channel>
</rss>

