Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

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

Remove Rows Where Values in One Specific Column Are NULL/BLANK

shaheer
8 - Asteroid

I have data that looks like this: 

NameAgeManager
[Null]20Anna
[Null]30[Null]
Manny[Null]Uma
Jamie22

[Null]

 

I want to remove all of the rows that have no name, that are [Null]. I have tried using some transpose and filter tools but got very confused as the examples did not pertain to my scenario well.

 

Sample output:

 

NameAgeManager
Manny[Null]Uma
Jamie22[Null]

 

Any help would be appreciated.

2 REPLIES 2
IraWatt
17 - Castor
17 - Castor

Hey @shaheer,

You can select is not null in the filter tool:

IraWatt_0-1669918925544.png

 

binuacs
20 - Arcturus

@shaheer as @IraWatt approach is the simple one. you can also do it in different way

 

binuacs_0-1669924214797.png

 

Labels