<?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 merge cells horizontally in a proc report summary line in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/merge-cells-horizontally-in-a-proc-report-summary-line/m-p/596416#M76201</link>
    <description>&lt;P&gt;I have the following proc report output (to RTF document). I have created little sub-heading rows using:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;break before variable / summarize&lt;/PRE&gt;&lt;P&gt;I would like to merge the cells of the summary line horizontally (likde the Site name, n (%) row - done manually in Word) so I can make column 1 really small. The way it outputs at the moment is like the second summary row (Other, n (%)) which is all squished.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible? Or is there a way to make those rows act like headings?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using SAS 9.4 the desktop version&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/33137iF34938D3C12931A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Oct 2019 03:01:48 GMT</pubDate>
    <dc:creator>ABurn</dc:creator>
    <dc:date>2019-10-15T03:01:48Z</dc:date>
    <item>
      <title>merge cells horizontally in a proc report summary line</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/merge-cells-horizontally-in-a-proc-report-summary-line/m-p/596416#M76201</link>
      <description>&lt;P&gt;I have the following proc report output (to RTF document). I have created little sub-heading rows using:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;break before variable / summarize&lt;/PRE&gt;&lt;P&gt;I would like to merge the cells of the summary line horizontally (likde the Site name, n (%) row - done manually in Word) so I can make column 1 really small. The way it outputs at the moment is like the second summary row (Other, n (%)) which is all squished.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible? Or is there a way to make those rows act like headings?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using SAS 9.4 the desktop version&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/33137iF34938D3C12931A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 03:01:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/merge-cells-horizontally-in-a-proc-report-summary-line/m-p/596416#M76201</guid>
      <dc:creator>ABurn</dc:creator>
      <dc:date>2019-10-15T03:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: merge cells horizontally in a proc report summary line</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/merge-cells-horizontally-in-a-proc-report-summary-line/m-p/596562#M76205</link>
      <description>&lt;P&gt;Data&lt;/P&gt;
&lt;P&gt;Code currently used&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Likely you are looking for style override but what it might be I'm not going to guess without at least the current procedure code you are running.&lt;/P&gt;
&lt;P&gt;Better is to include some DATA so we could run the code with example data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Instructions here: &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&lt;/A&gt; will show how to turn an existing SAS data set into data step code that can be pasted into a forum code box using the {i} icon or attached as text to show exactly what you have and that we can test code against.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 15:33:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/merge-cells-horizontally-in-a-proc-report-summary-line/m-p/596562#M76205</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-10-15T15:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: merge cells horizontally in a proc report summary line</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/merge-cells-horizontally-in-a-proc-report-summary-line/m-p/596645#M76206</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Without seeing your code and data, I'd recommend looking at a custom LINE statement at the break. Here's a paper that may help you understand how you can do that in a COMPUTE block: &lt;A href="https://support.sas.com/resources/papers/proceedings17/SAS0431-2017.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings17/SAS0431-2017.pdf&lt;/A&gt; .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 19:53:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/merge-cells-horizontally-in-a-proc-report-summary-line/m-p/596645#M76206</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2019-10-15T19:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: merge cells horizontally in a proc report summary line</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/merge-cells-horizontally-in-a-proc-report-summary-line/m-p/596686#M76207</link>
      <description>That paper is amazing and solved all my problems. Thank you so much!!!</description>
      <pubDate>Tue, 15 Oct 2019 23:35:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/merge-cells-horizontally-in-a-proc-report-summary-line/m-p/596686#M76207</guid>
      <dc:creator>ABurn</dc:creator>
      <dc:date>2019-10-15T23:35:47Z</dc:date>
    </item>
  </channel>
</rss>

