Yes, I understood, but for some reason I can't replicate it. (I'm on a Mac with version 29.)
In a syntax window, issue the command:
SET PRINTBACK ON.
then in the menus, do your selection in the menu to filter cases, and select OK. I'd like to see what syntax is pasted, so I can make sure I'm doing the same thing you are.
Mine looks like this:
USE ALL.
COMPUTE filter_$=(VAR00001=1).
VARIABLE LABELS filter_$ 'VAR00001=1 (FILTER)'.
VALUE LABELS filter_$ 0 'Not Selected' 1 'Selected'.
FORMATS filter_$ (f1.0).
FILTER BY filter_$.
EXECUTE.
------------------------------
Rick Marcantonio
Quality Assurance
IBM
------------------------------
Original Message:
Sent: Mon November 07, 2022 11:12 AM
From: Jennifer Cole
Subject: Cannot change values in cells while I have cases filtered with Select IF
Thanks, Rick.
When I carry out the Data Select IF in the dialogue box, it seems to have passed through: the data editor states, "Filter On." The frustrating problem is I cannot change values in cells once I have data selected. In versions of SPSS Statistics before 26, I could change values in cells while I had cases selected using Data Select IF.
------------------------------
Jennifer Cole
Original Message:
Sent: Mon November 07, 2022 10:36 AM
From: Rick Marcantonio
Subject: Cannot change values in cells while I have cases filtered with Select IF
Look at the bottom status bar of the Data Editor. If you see:

then go to the Transform menu and select "Run pending transforms," which is really just the same as typing
EXECUTE.
in a syntax windows and running it.
------------------------------
Rick Marcantonio
Quality Assurance
IBM
Original Message:
Sent: Mon November 07, 2022 10:31 AM
From: Jennifer Cole
Subject: Cannot change values in cells while I have cases filtered with Select IF
Thank you for your prompt reply. I should have mentioned that this is a situation we are encountering using the point and click dialogue boxes, not while running syntax. In this case do you know how I would make sure the data have passed after I select the cases using the dialogue box?
------------------------------
Jennifer Cole
Original Message:
Sent: Mon November 07, 2022 10:21 AM
From: Jon Peck
Subject: Cannot change values in cells while I have cases filtered with Select IF
Are you getting the Data changes are not permitted message? If you have executed SELECT IF but have not actually passed the data, the DE cannot change cases.
In your older version you might have had the preferences set to pass the data automatically after a transformation has been submitted, so you didn't see this.
But you can just run an EXECUTE command or any procedure to pass the data and allow changes to be made in the DE.
V27, iirc, also had a change to how selected cases were displayed, so it might look like the data have been passed, because the slashed case numbers didn't necessarily appear.
--
Original Message:
Sent: 11/7/2022 9:20:00 AM
From: Jennifer Cole
Subject: Cannot change values in cells while I have cases filtered with Select IF
I have searched the forum and IBM Community Home for entries about a problem a colleague and I are having with SPSS 27. I have worked with SPSS for 24 years and in SPSS 26 and 27 I have been unable to execute a simple function that was part of earlier versions of SPSS. The problem is when I have data selected (Select if….) to filter in/out specific cases, then I cannot make any changes to the data. I cannot change values in cells manually. Is there a default setting I need to change to restore this function in SPSS 27? I do not understand why SPSS Statistics would have made this change and decreased the program's functionality.
Thank you for any guidance and help.
------------------------------
Jennifer Cole
------------------------------
#SPSSStatistics