Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

How to identify if text is a subset of another text from separate field

Hi there,

 

I've been trying to find if the text in the cell of column H is a subset of the corresponding cell of column C. Is there any way to automate this?

 

Also while solving this problem, please be mindful to carefully observe how the text IS and ISN'T a subset by referring to the sample image and data.

 

Thanks!!

2 REPLIES 2
atcodedog05
22 - Nova
22 - Nova

Hi @tushar_Kumar_bain 

 

Here is how you can do it. You can check subset with help of contains() function.

Workflow:

atcodedog05_0-1641891334780.png

 

Hope this helps : )

 

Qiu
20 - Arcturus
20 - Arcturus

@tushar_Kumar_bain 
or we can try the find and replace tool.

Capture1A.PNG

Labels