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.

Removing rows that contain Zeroes

Khristian_Evans
8 - Asteroid

Hi, I have a set of data and some rows the Amount column populates with zero, how would I go about removing the rows with zero entirely from the output?

2 REPLIES 2
alexnajm
18 - Pollux
18 - Pollux

Filter tool to where [Amount]!=0 (amount is not equal to zero) and using the T (or True) anchor

Raj
16 - Nebula

@Khristian_Evans 
Filter tool will be best tool to tackle such situation.
where condition will be.
[Amount]!= 0

workflow for reference is added.

hope this helps.
.

Labels
Top Solution Authors