We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Find Replace Tool

RichardAlt
8 - Asteroid

Hi All,

 

I'm creating a workflow with Find Replace Tool,

My problem is my data have multiple same values.

 

For Example: Find Value (Description 1)

Description1WA
CLEWVGISDOAP01130
CLEWVGISDOAP014053
CLEWVGISDOAP016837

 

For Example: Find Within Field (Description 1)

Description1
CLEWVGISDOAP01

 

Append WA.

 

The output is this.

Description1WA
CLEWVGISDOAP016837

 

RichardAlt_0-1617027124768.png

 

But my desired output is this.

Description1WA
CLEWVGISDOAP01130

 

 

3 REPLIES 3
afv2688
16 - Nebula
16 - Nebula

Hello @RichardAlt ,

 

Is there some kind of rule that could help us filter out the other two values?

 

Regards

afv2688
16 - Nebula
16 - Nebula

For example,

 

Here I'm applying the condition to take the lowest value:

 

Untitled.png

 

Regards

RichardAlt
8 - Asteroid

Hi @afv2688

 

Thank you! It worked, but I don't know if this a long-term solution. Because every month has different data.

Labels
Top Solution Authors