Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Find and Change

cwhitehead90
5 - Atom

Is it possible to do a workflow that will find all of the instances of "11223 Facility" in the Default Labor Level and have it change the Organization to "Facilities" instead of Production? The Raw data is not quite in the format we need, so I would like it (if possible) to wholesale find and make the changes.

 

workflow.png

 
3 REPLIES 3
estherb47
15 - Aurora
15 - Aurora

Hi @cwhitehead90 

A formula tool can do this for you. Modify the existing organization field as follows:

 

IF [Default Labor Levels]="11223 Facility" THEN "Facilities" ELSE [Organization" ENDIF

Let me know if that helps

 

Cheers!

Esther

PhilipMannering
16 - Nebula
16 - Nebula

But with a closing square bracket instead of a quotation mark after Organization...

cwhitehead90
5 - Atom

Thank you so much!

Labels
Top Solution Authors