<?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: Summary Table in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Table/m-p/52589#M5601</link>
    <description>Hi:&lt;BR /&gt;
   PROC TABULATE allows the use of the CLASSLEV statement, along with style=&amp;lt;parent&amp;gt; in order to produce "banded" reports, where the calculated data cells inherit their colors from the parent header cells.&lt;BR /&gt;
 &lt;BR /&gt;
  In order for this to work, you might have to move your SUM statistic into the COL dimension instead of the ROW dimension. For an example, see pages 17-20 in the PROC TABULATE section of this paper:&lt;BR /&gt;
&lt;A href="http://support.sas.com/resources/papers/stylesinprocs.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/stylesinprocs.pdf&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
    <pubDate>Mon, 20 Dec 2010 17:27:22 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2010-12-20T17:27:22Z</dc:date>
    <item>
      <title>Summary Table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Table/m-p/52588#M5600</link>
      <description>Below is a Summary table and code for it. Is it possible to color the columns´ content (heading and data) with different colors for different level of class variable FLAG   (1 and 2) ?	&lt;BR /&gt;
&lt;BR /&gt;
		FLAG	&lt;BR /&gt;
		1	2&lt;BR /&gt;
OVFL	Sum	8170.90	120561.00&lt;BR /&gt;
TOTAL	Sum	10562.24	156204.00&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
PROC TABULATE&lt;BR /&gt;
DATA=WORK.D03_REPORT_TABLE_AVG(FIRSTOBS=1 )&lt;BR /&gt;
	&lt;BR /&gt;
	;&lt;BR /&gt;
	&lt;BR /&gt;
	VAR OVFL TOTAL;&lt;BR /&gt;
	CLASS FLAG /	ORDER=UNFORMATTED MISSING;&lt;BR /&gt;
	TABLE /* Row Dimension */&lt;BR /&gt;
OVFL*&lt;BR /&gt;
  Sum &lt;BR /&gt;
TOTAL*&lt;BR /&gt;
  Sum,&lt;BR /&gt;
/* Column Dimension */&lt;BR /&gt;
FLAG 		;&lt;BR /&gt;
	;&lt;BR /&gt;
&lt;BR /&gt;
RUN;</description>
      <pubDate>Mon, 20 Dec 2010 12:24:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Table/m-p/52588#M5600</guid>
      <dc:creator>NataljaK</dc:creator>
      <dc:date>2010-12-20T12:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Summary Table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Table/m-p/52589#M5601</link>
      <description>Hi:&lt;BR /&gt;
   PROC TABULATE allows the use of the CLASSLEV statement, along with style=&amp;lt;parent&amp;gt; in order to produce "banded" reports, where the calculated data cells inherit their colors from the parent header cells.&lt;BR /&gt;
 &lt;BR /&gt;
  In order for this to work, you might have to move your SUM statistic into the COL dimension instead of the ROW dimension. For an example, see pages 17-20 in the PROC TABULATE section of this paper:&lt;BR /&gt;
&lt;A href="http://support.sas.com/resources/papers/stylesinprocs.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/stylesinprocs.pdf&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 20 Dec 2010 17:27:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Table/m-p/52589#M5601</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-12-20T17:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Summary Table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Table/m-p/52590#M5602</link>
      <description>Thank you for the real assistance!</description>
      <pubDate>Mon, 27 Dec 2010 15:01:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Summary-Table/m-p/52590#M5602</guid>
      <dc:creator>NataljaK</dc:creator>
      <dc:date>2010-12-27T15:01:24Z</dc:date>
    </item>
  </channel>
</rss>

