| Date: | Thu, 27 May 2004 13:42:36 +0200 |
| Reply-To: | Adam Olszówka <adamolszowka@hotmail.com> |
| Sender: | "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU> |
| From: | Adam Olszówka <adamolszowka@hotmail.com> |
| Subject: | Ctables - descending order in groups |
| Content-Type: | text/plain; charset="iso-8859-2" |
Hi everybody,
Please excuse if this has already been discussed, as I am new to the list.
I haven't found solution of my problem in the archive so far.
I have two variables: var1 nad var2.
I can make the table (using ctables commad) like this:
count
| var2=1 15
var1=1 | var2=2 10
| var2=3 25
___________________
| var2=1 10
var1=2 | var2=2 2
| var2=3 5
But I want them to be sorted in descending order in groups:
count
| var2=3 25
var1=1 | var2=1 15
| var2=2 10
___________________
| var2=1 10
var1=2 | var2=3 5
| var2=2 2
Any idea how to do it in ctables command? Is it possible?
Thanks,
Adam
|