<?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 styling proc report in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/styling-proc-report/m-p/40847#M5578</link>
    <description>let's say i have a report like these:&lt;BR /&gt;
&lt;BR /&gt;
proc report data=mydata;&lt;BR /&gt;
	column a b c,(x y z);&lt;BR /&gt;
	define a / group noprint;&lt;BR /&gt;
	define b / group descending;&lt;BR /&gt;
	define c / across;&lt;BR /&gt;
	define x / analysis;&lt;BR /&gt;
	define y / analysis;&lt;BR /&gt;
	define z / analysis;&lt;BR /&gt;
	rbreak after / dul summarize;&lt;BR /&gt;
	compute after;&lt;BR /&gt;
		b = 'Total';&lt;BR /&gt;
	endcomp;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
the output would display c over x y and z. let's say i want to add style and for every c the background color would be different, is that possible?&lt;BR /&gt;
&lt;BR /&gt;
thanks! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
    <pubDate>Thu, 21 Aug 2008 08:04:02 GMT</pubDate>
    <dc:creator>milts</dc:creator>
    <dc:date>2008-08-21T08:04:02Z</dc:date>
    <item>
      <title>styling proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/styling-proc-report/m-p/40847#M5578</link>
      <description>let's say i have a report like these:&lt;BR /&gt;
&lt;BR /&gt;
proc report data=mydata;&lt;BR /&gt;
	column a b c,(x y z);&lt;BR /&gt;
	define a / group noprint;&lt;BR /&gt;
	define b / group descending;&lt;BR /&gt;
	define c / across;&lt;BR /&gt;
	define x / analysis;&lt;BR /&gt;
	define y / analysis;&lt;BR /&gt;
	define z / analysis;&lt;BR /&gt;
	rbreak after / dul summarize;&lt;BR /&gt;
	compute after;&lt;BR /&gt;
		b = 'Total';&lt;BR /&gt;
	endcomp;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
the output would display c over x y and z. let's say i want to add style and for every c the background color would be different, is that possible?&lt;BR /&gt;
&lt;BR /&gt;
thanks! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Thu, 21 Aug 2008 08:04:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/styling-proc-report/m-p/40847#M5578</guid>
      <dc:creator>milts</dc:creator>
      <dc:date>2008-08-21T08:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: styling proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/styling-proc-report/m-p/40848#M5579</link>
      <description>Have a look at this SAS technical SUGI/SGF paper:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www2.sas.com/proceedings/sugi31/116-31.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi31/116-31.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Thu, 21 Aug 2008 08:36:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/styling-proc-report/m-p/40848#M5579</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2008-08-21T08:36:09Z</dc:date>
    </item>
  </channel>
</rss>

