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.

Replace Null in column and collapse multiple columns into one

U014528
5 - Atom

I have a table with multiple columns. I trying to remove Nulls in each column with the header name of the prior columns. Then collapse all columns into one.

3 REPLIES 3
binuacs
21 - Polaris

@U014528 one way of doing this by Transposing the data and filter out the Null values

 

binuacs_0-1650130330620.png

 

faiqz
8 - Asteroid

Hi, 

 

I tried to solve your problem based on my understanding. I attached my workflow with this.

U014528
5 - Atom

Thank you for your feedback.  The outcome is not exactly what I was looking for. It did give me other options to explore. 

Labels
Top Solution Authors