Alteryx Designer Desktop Discussions

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

Removing rows with specific condition on excel output

ricardoestradah
5 - Atom

Hi everyone,

 

Im trying to remove the rows where a condition is met. This runs every day and just need to keep the ones without the Y and keep the others. For instance:

Input file sheet1 (same as the output file for current day):

NameIphone
MikeN
RichardY
Peter 
JohnY

 

the same sheet should be overrided and the output must be (sheet1):

NameIphone
MikeN
Peter 

 

Appreciate all the help!

3 REPLIES 3
DataNath
17 - Castor

Hey @ricardoestradah, to remove the 'Y' entries, you can just use a Filter tool like so:

 

DataNath_0-1660078696638.png

 

To then Output your result, ensuring that you overwrite the existing file, just use the same configuration as shown here (obviously selecting the input file as the output to then overwrite):

 

DataNath_1-1660078740090.png

ricardoestradah
5 - Atom

Thanks that worked !

ricardoestradah
5 - Atom

Thanks, that worked!

Labels