Date: Mon, 14 Jan 2008 05:36:33 -0800
Reply-To: cparatte <christophe@PARATTE.NET>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: cparatte <christophe@PARATTE.NET>
Organization: http://groups.google.com
Subject: PROC TABULATE or PROC REPORT : newby question
Content-Type: text/plain; charset=ISO-8859-1
Hi All
I want to make a report which uses up to 3 different formats to show
the same data. I have articles which can be divided in 3 groups and I
want to see all the 3 groups using 3 differents formats in the same
report.
For example :
|---------------------------------------------------------------------------------------------|
| | Public | Private | Cat1 | Cat2
| ... | Catn |
| Article 1 | OK | | |
| | | |
| | Not OK | | |
| | | |
| | Total | | |
| | | |
|---------------------------------------------------------------------------------------------|
| Article 2 | OK | | |
| | | |
| | Not OK | | |
| | | |
| | Total | | |
| | | |
|---------------------------------------------------------------------------------------------|
...
Thanks in advance for your help !
Regards,
Christophe Paratte
|