Join the Alteryx Community’s Maveryx Summer Cup event! Compete, network with others, and earn your gold through a series of challenges from July 24th to August 11th. Learn more about the event here.

Alteryx Designer Desktop Discussions

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

Filtering empty column and removing whole rows

SH_94
11 - Bolide

Hi Community,

 

I would like to ask about the filtering of empty column for specific data header and removing the whole row if the chosen column is empty. 

 

I have attached file and screenshot below for your reference.From the screenshot below , i want to know if there is empty / blank in the column invoice. If yes, remove the whole row .

 

May i know how we build the workflow to fulfill this requirement?

Jacob_94_0-1615914065267.png

 

 

 

3 REPLIES 3
bpatel
Alteryx Alumni (Retired)

hi @SH_94 ,

 

you can use the filter tool with IsEmpty([invoice]) to achieve this. 

 

hope this helps

SH_94
11 - Bolide

Hi @bpatel ,

 

Thanks a lot for the great sharing.

 

May i know if we can use formula tool in this case ? Or any other method beside the filter tools?

justamfam
5 - Atom

Hi @jacob_94 ,

 

The data cleansing tool should allow to you accomplish the same thing.

 

K/R,

JAF

Labels