LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (January 2008, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: sas-l@uga.edu
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


Back to: Top of message | Previous page | Main SAS-L page