advanced search failing for common SPSS words!

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

advanced search failing for common SPSS words!

Art Kendall
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
Art Kendall
Social Research Consultants
Reply | Threaded
Open this post in threaded view
|

Re: advanced search failing for common SPSS words!

Jon Peck
V27 has an improved  search function, but it mostly finds just menu text.

You can do the removal with this code using SPSSINC TRANS, which you probably already have but can get from Extensions >  Extension Hub.

data list list/s(a10).
begin data
abcd
ABCD123
Z!!!
end data.
dataset name data.
list.

spssinc trans result=noalpha
/formula "re.sub('[a-zA-Z]', '', s)".

On Sun, Aug 2, 2020 at 12:35 PM Art Kendall <[hidden email]> wrote:
If I go to <advanced search> and search for "any of the words" "anywhere it
the message"

any alpha  missing value replace

I get no hits!

I seem to recall that at some time somebody posted a way to remove all A to
Z and all a to z  characters from a string.



-----
Art Kendall
Social Research Consultants
--
Sent from: http://spssx-discussion.1045642.n5.nabble.com/

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD


--
Jon K Peck
[hidden email]

===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD
Reply | Threaded
Open this post in threaded view
|

Re: advanced search failing for common SPSS words!

Art Kendall
Sorry, I should have been clearer.

My problem was with Nabble.   After an hour or so the problem stopped
happening.





-----
Art Kendall
Social Research Consultants
--
Sent from: http://spssx-discussion.1045642.n5.nabble.com/

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD
Art Kendall
Social Research Consultants