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 (March 2011)Back to main SPSSX-L pageJoin or leave SPSSX-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Sat, 12 Mar 2011 15:57:03 -0800
Reply-To:     spruce18b <wklein@ryerson.ca>
Sender:       "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From:         spruce18b <wklein@ryerson.ca>
Subject:      Display all layers in a custom table
Content-Type: text/plain; charset=us-ascii

I have created a custom table in three dimensions using the code below. Each layer of RACE is shown in a pivot table as a separate display by clicking on a drop down menu. Could someone please tell me how to show the entire table with all the layers shown together in one display? Thanks, Bill

GET FILE='C:\Program Files (x86)\IBM\SPSS\Statistics\19\Samples\English\survey_sample.sav'. SORT VARIABLES BY NAME (A). * Custom Tables. CTABLES /VLABELS VARIABLES=agecat DISPLAY=BOTH /VLABELS VARIABLES=tvhours DISPLAY=LABEL /TABLE agecat [C] BY tvhours [S][MEDIAN, MEAN] by race /CATEGORIES VARIABLES=agecat ORDER=A KEY=VALUE EMPTY=INCLUDE MISSING=EXCLUDE /TITLES TITLE='Average Daily Number of Hours of Television Watched by Age Category.'.

-- View this message in context: http://spssx-discussion.1045642.n5.nabble.com/Display-all-layers-in-a-custom-table-tp3537890p3537890.html Sent from the SPSSX Discussion mailing list archive at Nabble.com.

===================== To manage your subscription to SPSSX-L, send a message to LISTSERV@LISTSERV.UGA.EDU (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD


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