Alteryx Designer Desktop Discussions

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

Removing rows with Null values from a specific column

Hoss2434
7 - Meteor

Hello I am struggling to find a method to remove rows that contain rows from a specific column. Here is a before and after of what I am looking for.

 

Before:

#column1column2column3
1value1value2value3
2value1value2null
3nullvalue2value3
4value1value2null

 

After:

#column1column2column3
1value1value2value3
3nullvalue2value3

 

 

So in this example, only rows from column 3 that contain nulls were removed. So only rows 2 and 4.

Any help would be appreciated.

Thank you!

3 REPLIES 3
ShankerV
17 - Castor

Hi @Hoss2434 

 

One way of doing this!!!

ShankerV_0-1675968764650.png

 

Many thanks

Shanker V

 

ShankerV
17 - Castor

Hi @Hoss2434 

 

On the other had, if you really have the word as null.

Then this filter will help.

 

ShankerV_0-1675968948424.png

 

ShankerV_1-1675968964497.png

 

 

Many thanks

Shanker V

MilindG
12 - Quasar

One way to do this

MilindG_1-1675969046366.png

 

 

Labels