Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

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

 

binu_acs
21 - Polaris

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

 

binuacs_0-1669924214797.png

 

Labels
Top Solution Authors