Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Data Investigation

bh1789
8 - Asteroid

Any help would be appreciated.  I am trying to remove nulls from columns without removing any rows.

 

Thank you

4 REPLIES 4
atcodedog05
22 - Nova
22 - Nova

Hi @bh1789 

 

Easiest way would be split it, filter and join back on position like below.

 

Screenshot 2024-10-29 184934.png

 

Hope this helps :)

atcodedog05
22 - Nova
22 - Nova

Hi @bh1789 

 

Here is dynamic approach.

 

Screenshot 2024-10-29 185911.png

 

Hope this helps : )

Raj
16 - Nebula

@bh1789 
one way of doing this.find the dynamic way 
hope this helps

mark done if solved.

CoG
14 - Magnetar

Here is an alternative, more complex, but more dynamic solution that utilizes the Transpose and Cross Tab Tools to enable adjustment of all columns. MVT (Most Valuable Tool) is the Formula Tool that adjusts the RecordID field, which is what removes all initial nulls in each column:

Screenshot.png

Hope this helps and Happy Solving!

Labels
Top Solution Authors