Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

Using filter with contains function for multiple values with strings

maksu
6 - Meteoroid

Hi,

 

I need help for one expression.

 

I have a string source data and I need vlookup for searching a string from external excel file, but source data and external data meets with contains by using filter tool.

 

For example,

 

I want to vlookup an external string value from source, and want to see needed value. But, you can see in the attachment, external string value contains in source. 

 

I need an expression for approximately 3000 source.

 

Thanks a lot.

 

Mert

 

 

2 REPLIES 2
fmvizcaino
17 - Castor
17 - Castor

Hi @maksu ,

 

I used a find replace to bring the external value to your lookup table and from there, I can use a join to find the specific value.

Take a look at the attached example and let me know if that works for you.

 

Best,

Fernando Vizcaino

DiganP
Alteryx Alumni (Retired)

@maksu You can use the formula tool with a conditional function to compare them. Does this work for you?

Capture.PNG

 

Digan
Alteryx
Labels