BookmarkSubscribeRSS Feed
xiaoyao026
Calcite | Level 5

hello everyone

 

i'm trying to use advance expression to achieve below 2 function, to get a value as 1 or 0, however, difficult to find a proper function to acheive this.

 

1st function:

 

A: MOTOR

 

B: WIPER MOTOR,RHD

 

how can i judge if string of A include in B, if yes, then return 1, else 0

 

2nd function:

 

A: 34

 

B: 34;53;54

 

how can i judge if value A can be found in B,  if yes, then return 1, else 0

 

 

thank you for advice in advance.

 

BR

 

 

2 REPLIES 2
Reeza
Super User

INDEXW and FINDW will work in both your cases.

ballardw
Super User

Your exampled may require more details for instance is

A: MOTOR considered found

 when

B: MOTORBOAT,RHD  (part of word)

or

B: WIPER motor,RHD  (case sensitive search)

 

or is

A: 34 considered found

when  

B: 345;53;54

 

IN

 

 

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1069 views
  • 0 likes
  • 3 in conversation