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.

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