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

Copy column value to another column

Rinkashime
5 - Atom

Hi Everyone, 

 

I am new in alteryx and I am experiencing difficulty in copy the data below:

 

Rinkashime_1-1601008154878.png

 

 

What I am trying to do is if column Client = "Manila Case Study" then Job Code should be equal to Project Code else no changes will be made

 

I created the following formula below:

 

Rinkashime_2-1601008260003.png

 

However Upon execution the Job Code value become 0

 

 

 

4 REPLIES 4
grazitti_sapna
17 - Castor

Hi @Rinkashime , is it possible for you to share your workflow so that we can fix the issue in the workflow itself?

or give this a try

grazitti_sapna_0-1601008733129.png

 

if client="Manila Case study" then projectcode else jobcode endif  instead of jobcode=projectcode

 

Thanks.

Sapna Gupta
vizAlter
12 - Quasar

Hi @Rinkashime — Try this one...

vizAlter_0-1601009824609.png

 

 

Please mark it "Solved" or "Solved" with a Like if it resolved your query. This will help other users find the same answer/resolution.  Thank you.

 

Rinkashime
5 - Atom

Thanks for all your support both answer are correct! 

vizAlter
12 - Quasar

@Rinkashime — Thank you!

Labels
Top Solution Authors