<?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 Stack Reports ODS Excel in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Stack-Reports-ODS-Excel/m-p/797691#M81605</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;I need to output data to xlsx in the form:&lt;BR /&gt;value 01 02 03&lt;BR /&gt;brand SK NI VG&lt;BR /&gt;sum1 €36.000 ... ...&lt;BR /&gt;dates 22.2.2022 ... ...&lt;BR /&gt;&lt;BR /&gt;I can create properly every line, but I need a proc report for each. I'm using options(sheet_interval='none').&lt;BR /&gt;The problem is that there is a blank row between each output. Is there a way to get rid of them?&lt;BR /&gt;code:&lt;BR /&gt;Proc Report;&lt;BR /&gt;column text dummy value, brand;&lt;BR /&gt;define text / ' ' computed;&lt;BR /&gt;define dummy / group noprint;&lt;BR /&gt;define value/ across;&lt;BR /&gt;define brand / ' ' group;&lt;BR /&gt;compute text / char;&lt;BR /&gt;text = "brand”;&lt;BR /&gt;endcomp;&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Feb 2022 11:13:00 GMT</pubDate>
    <dc:creator>eugeniothierry</dc:creator>
    <dc:date>2022-02-22T11:13:00Z</dc:date>
    <item>
      <title>Stack Reports ODS Excel</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Stack-Reports-ODS-Excel/m-p/797691#M81605</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I need to output data to xlsx in the form:&lt;BR /&gt;value 01 02 03&lt;BR /&gt;brand SK NI VG&lt;BR /&gt;sum1 €36.000 ... ...&lt;BR /&gt;dates 22.2.2022 ... ...&lt;BR /&gt;&lt;BR /&gt;I can create properly every line, but I need a proc report for each. I'm using options(sheet_interval='none').&lt;BR /&gt;The problem is that there is a blank row between each output. Is there a way to get rid of them?&lt;BR /&gt;code:&lt;BR /&gt;Proc Report;&lt;BR /&gt;column text dummy value, brand;&lt;BR /&gt;define text / ' ' computed;&lt;BR /&gt;define dummy / group noprint;&lt;BR /&gt;define value/ across;&lt;BR /&gt;define brand / ' ' group;&lt;BR /&gt;compute text / char;&lt;BR /&gt;text = "brand”;&lt;BR /&gt;endcomp;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 11:13:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Stack-Reports-ODS-Excel/m-p/797691#M81605</guid>
      <dc:creator>eugeniothierry</dc:creator>
      <dc:date>2022-02-22T11:13:00Z</dc:date>
    </item>
  </channel>
</rss>

