Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Remove Rows

spencertony91
7 - Meteor

I am trying to remove rows in my workflow. I would first want to check if Name is duplicated. If name is duplicated, then i want to go to hours and pay column. If both fields are 0 then i want to remove that row only and keep only the row with data. I only want to delete it if they BOTH equal 0. I have not been able to find anything like this. Any help is greatly appreciated. I have attached a test template. 

 

spencertony91_0-1591041239300.png

 

3 REPLIES 3
mrbillyjackson
7 - Meteor

Hi @spencertony91 

 

If all of your data follows the pattern in your example, try a Summarize Tool set to:

Group By

    Employee Name

    File Number

Sum

    Current Weeks Hours

    Current Weeks Pay

 

Hope this helps!

grazitti_sapna
17 - Castor

Hi @spencertony91,

 

I have attached my solution for the problem, please have a look at it.

 

I hope it helps.

 

Sapna Gupta
spencertony91
7 - Meteor

This is exactly what I was looking for. Thank you for the assistance. 

Labels
Top Solution Authors