[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PSPP-BUG: [bug #38703] Wish: In Select Cases dialog implement selection
From: |
Mindaugas |
Subject: |
PSPP-BUG: [bug #38703] Wish: In Select Cases dialog implement selection by condition |
Date: |
Wed, 10 Apr 2013 17:04:42 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:20.0) Gecko/20100101 Firefox/20.0 |
URL:
<http://savannah.gnu.org/bugs/?38703>
Summary: Wish: In Select Cases dialog implement selection by
condition
Project: PSPP
Submitted by: embar
Submitted on: Wed 10 Apr 2013 08:04:41 PM EEST
Category: Graphical User Interface
Severity: 5 - Average
Status: None
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Release: None
Effort: 0.00
_______________________________________________________
Details:
In Select Cases dialog
SPSS has option "If condition is satisfied"
and button "If..." below
After pressing button, it opens dialog, wich is similar to "compute variable"
dialog.
So your can predefine to compute "filter_$" variable, as SPSS do.
SPSS generates syntax like this example:
USE ALL.
COMPUTE filter_$=(VAR0001 <> '26').
VARIABLE LABELS filter_$ "VAR0001 <> '26' (FILTER)".
VALUE LABELS filter_$ 0 'Not Selected' 1 'Selected'.
FORMATS filter_$ (f1.0).
FILTER BY filter_$.
EXECUTE.
It would be nice to have this feature in PSPP too. Thanks.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?38703>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- PSPP-BUG: [bug #38703] Wish: In Select Cases dialog implement selection by condition,
Mindaugas <=