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.

Formula

dholder15
7 - Meteor

I'm trying to figure out how I can create a column that takes the value in VH based on emp status = "Terminated". I think I'm over thinking something so simple. Let me know if there is any solution out there. 

1 REPLY 1
SPetrie
13 - Pulsar

If [empstatus]="Terminated" then [VH] else null() endif

If you are creating a new columns, using this as the formula should do it.

Labels
Top Solution Authors