We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Find All Rows That Contain a Null or Empty Value in Any Field

hellyars
13 - Pulsar

Question...

 

How can I check each row to find either an isnull() or isempty() value in any field (regardless of type) and then output those records?  ..I am looking for a simple solution vs. a brute force solution that I could pull together.

 

 

1 REPLY 1
Luke_C
17 - Castor
17 - Castor

Hi @hellyars 

 

Add a record ID, transpose the rest of the fields, and filter on the empty values. Isempty covers both empties and nulls.

 

Labels
Top Solution Authors