Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

How to remove all null values in rows?

CoreyS
8 - Asteroid

Hello my fellow Alteryx Community,

 

I need your help.

 

In the workflow below, I'm attempting to remove all rows with null values in the column(s) [Primary ICD Code] and [Primary ICD Code Description]. However, when I used the DATA CLEANSING tool w/selected fields to cleanse, there was no change (i.e. it did not remove the rows). 

 

Am I doing something wrong here?

 

Workflow:

remove_null_values.PNG

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Thanks for your support in advance!

 

Respectfully,

Corey

3 REPLIES 3
Qiu
21 - Polaris
21 - Polaris

@CoreyS 
I think the Cleansing Tool only removes the rows that all columns are null. 
So for case any value is null in the target columns then remove, we can do a  Transpose for those columns then filter out.

Capture1a.PNGCapture1b.PNG

CoreyS
8 - Asteroid

@Qiu - Thanks for the support! Your solution was exactly what I was looking for.

 

Respectfully,

Corey

Qiu
21 - Polaris
21 - Polaris

@CoreyS 
Glad to help and thank you for the accept mark.

Labels
Top Solution Authors