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 2010)Back to main SPSSX-L pageJoin or leave SPSSX-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Sat, 6 Mar 2010 12:55:13 -0700
Reply-To:   Jon K Peck <peck@us.ibm.com>
Sender:   "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From:   Jon K Peck <peck@us.ibm.com>
Subject:   Re: CTABLES syntax help
Comments:   To: Dmitry Berman <ravenblur@gmail.com>
Content-Type:   multipart/alternative;

There is no censoring feature in CTABLES, but there is an extension command, SPSSINC CENSOR TABLE that can do things like this. You can get it from SPSS Developer Central, www.devcentral.com. It requires at least version 17 and the Python plug-in, but no Python knowledge is required to use it.

HTH, Jon Peck ----------------- Sent from my BlackBerry Handheld.

----- Original Message ----- From: Dmitry Berman [ravenblur@gmail.com] Sent: 03/06/2010 01:39 PM ZE3 To: SPSSX-L@LISTSERV.UGA.EDU Subject: [SPSSX-L] CTABLES syntax help

Hello all,

I have a syntax writing question. At the moment I have this syntax:

/VLABELS VARIABLES=Action Issue DISPLAY labels /TABLES Action [C] BY Issue [C] [COUNT F40.0] /CATEGORIES VARIABLES = Actions [1,2,3,4,5,6,7, OTHERNM] EMPTY=INCLUDE TOTAL=YES POSITION=AFTER /CATEGORIES VARIABLES = Issue ORDER = A KEY = VALUE EMPTY = INCLUDE

What I would like to do is write another command that looks at the total counts of "issues" and if the total count is less then 3 does NOT display that particular issue. Is there a way to do that?


[text/html]


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