bugPSPP - Bugs: bug #26754, Incomplete 'Select cases' window

 
 

bug #26754: Incomplete 'Select cases' window

Submitter:  Michel Boaventura <michelboaventura>
Submitted:  Mon 08 Jun 2009 02:23:47 AM UTC
Votes: 20
 
Category:  Graphical User Interface Severity:  1 - Wishlist
Status:  None Assigned to:  None
Open/Closed:  Open Release:  Future
Effort:  0.00
* Mandatory Fields

Add a New Comment Rich Markup
   

Jump to the original submission

Thu 10 Apr 2014 05:24:37 AM UTC, comment #6: 

"filter_$" variable is nominal.

SPSS use this syntax, then creating it and filter by it:


DATASET ACTIVATE DataSet1.
USE ALL.
COMPUTE filter_$=(Lytis = "v").
VARIABLE LABELS filter_$ 'Lytis = "v" (FILTER)'.
VALUE LABELS filter_$ 0 'Not Selected' 1 'Selected'.
FORMATS filter_$ (f1.0).
FILTER BY filter_$.
EXECUTE.



SPSS use this syntax, then coping selected variables to new dataset:

DATASET COPY  MyNewDataSet.
DATASET ACTIVATE  MyNewDataSet.
FILTER OFF.
USE ALL.
SELECT IF (Lytis = "m").
EXECUTE.
DATASET ACTIVATE  DataSet1.

Mindaugas <embar>
Thu 10 Apr 2014 05:14:49 AM UTC, comment #5: 

And near "If..." button, you can put expression for filter.

SPSS also has option to output/copy selected cases to new dataset.
(see attachment)


Mindaugas <embar>
Thu 10 Apr 2014 05:05:54 AM UTC, comment #4: 

Then selecting option "If condition is satisfied" in SPSS,
it opens similar dialog as in "Compute variable" dialog to compute "filter_$" variable, which has label of entered expression. PSPP could also create "filter_$" variable.

Mindaugas <embar>
Tue 13 Oct 2009 11:27:53 AM UTC, comment #3: 

This button has existed for a long time, but its visibility is
turned off, because I haven't ever implemented the associated dialog.  Feel free to implement it and hook it in as appropriate.

John Darrington <jmd>
Group administrator
Tue 13 Oct 2009 12:43:08 AM UTC, comment #2: 

I'm trying to fix this, but seems like some of it was already made. On psppire.ui there is an "If condition is satisfied", but it doesn't appears on psppire.

Did you start to fix it John?

Michel Boaventura <michelboaventura>
Group Member
Mon 08 Jun 2009 02:37:33 AM UTC, comment #1: 

As I recall, the Compute dialog has a similar button, which opens an identical subdialog.

John Darrington <jmd>
Group administrator
Mon 08 Jun 2009 02:23:47 AM UTC, original submission:  

On SPSS's 'Select cases' windows there is an option "If condition is satisfied", who is used to select bases based on some variable.

PSPP doesn't has this option.

Michel Boaventura <michelboaventura>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #31148:  Select cases IF--.png added by embar (33KiB - image/png - "Select cases" dialog in SPSS 21)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by embar (Posted a comment)
  • -email is unavailable- added by blp (Updated the item)
  • -email is unavailable- added by embar (Voted in favor of this item)
  • -email is unavailable- added by jmd (Posted a comment)
  • -email is unavailable- added by michelboaventura (Submitted the item)
  •  

    There are 20 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-04-10 embar Attached File- Added Select cases IF--.png, #31148
    2011-05-14 blp ReleaseNone Future
    2011-05-06 embar Carbon-Copy- Added embar
    2009-06-08 jmd Severity5 - Average 1 - Wishlist

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code