<?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: Proc tabulate cumulative frequency in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-tabulate-cumulative-frequency/m-p/71236#M8177</link>
    <description>Hi:&lt;BR /&gt;
  Proc Report will let you calculate a cumulative column inside a COMPUTE block. And, a DATA step report would let you calculate a cumulative column. &lt;BR /&gt;
&lt;BR /&gt;
The issue with PROC TABULATE is that it really only writes one cell at a time in one row at a time, so there is no visibility of the "previous" value in a previous report row and no ability to apply your own assignment statement to a column.&lt;BR /&gt;
&lt;BR /&gt;
 But since you do have this functionality with PROC REPORT or DATA step, it's just not possible with TABULATE.&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
    <pubDate>Tue, 27 Jan 2009 16:44:59 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2009-01-27T16:44:59Z</dc:date>
    <item>
      <title>Proc tabulate cumulative frequency</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-tabulate-cumulative-frequency/m-p/71235#M8176</link>
      <description>How can i add a cumulative grand total to my proc tabulate report? OR is this even possible! &lt;BR /&gt;
&lt;BR /&gt;
Here is my code:&lt;BR /&gt;
&lt;BR /&gt;
PROC TABULATE data=RepCore.aggregate2 ;&lt;BR /&gt;
	CLASS week date signer APPOINTMENT sale;&lt;BR /&gt;
	VAR Num ;&lt;BR /&gt;
	TABLE week * (date='' ALL='Total Week') ALL='Park Total', &lt;BR /&gt;
	Signer='Region' * (N='Total' ROWPCTN='% For Day')&lt;BR /&gt;
	APPOINTMENT*(N PCTN &lt;APPOINTMENT&gt;*F=6.1) &lt;BR /&gt;
	SALE*(N PCTN &lt;SALE&gt;*F=6.1)&lt;BR /&gt;
	ALL='Grand Total'/  MISSTEXT='0';&lt;BR /&gt;
&lt;BR /&gt;
RUN;

Just heard this is not possible &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; oh well back to the drawing board&lt;BR /&gt;
&lt;BR /&gt;
    &lt;BR /&gt;
Message was edited by: Jenzie&lt;/SALE&gt;&lt;/APPOINTMENT&gt;</description>
      <pubDate>Mon, 26 Jan 2009 15:36:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-tabulate-cumulative-frequency/m-p/71235#M8176</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-01-26T15:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Proc tabulate cumulative frequency</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-tabulate-cumulative-frequency/m-p/71236#M8177</link>
      <description>Hi:&lt;BR /&gt;
  Proc Report will let you calculate a cumulative column inside a COMPUTE block. And, a DATA step report would let you calculate a cumulative column. &lt;BR /&gt;
&lt;BR /&gt;
The issue with PROC TABULATE is that it really only writes one cell at a time in one row at a time, so there is no visibility of the "previous" value in a previous report row and no ability to apply your own assignment statement to a column.&lt;BR /&gt;
&lt;BR /&gt;
 But since you do have this functionality with PROC REPORT or DATA step, it's just not possible with TABULATE.&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Tue, 27 Jan 2009 16:44:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-tabulate-cumulative-frequency/m-p/71236#M8177</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-01-27T16:44:59Z</dc:date>
    </item>
  </channel>
</rss>

