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

Split columnA based on certain values in columnB

N598011
5 - Atom

Hi,

I joined Alteryx last week and find it quiet useful! 

I have 2 columns (A and B) and I want to split the values in columnA only if columnB has a specific value.

example:

row 1: ColumnA = PETER BARRY DELANEY; ColumnB = IND

row 2: ColumnA = Myclient Canada LP; ColumnB = NIND

 

I only want to split ColumnA into 3 new column when ColumnB has IND flag, else keep column A as is

 

thanks!

2 REPLIES 2
cjaneczko
13 - Pulsar

 You could use a filter on Column B where it = IND, then use the split to columns on the T side of the filter. Put a union after that to bring the T side and the F side back together.

N598011
5 - Atom

It worked!  thank you!

Labels
Top Solution Authors