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

Conditional Formula For Row Deletion

calvincarr29
8 - Asteroid

Is there a formula to delete a row if a certain condition is met?

 

For Example:

 

If Column (Partner Number) is blank, Null, or 0 then delete that entire row. 

 

Thank you

4 REPLIES 4
Brankl
7 - Meteor

Can you use the filter tool to remove rows you want to delete?

calvincarr29
8 - Asteroid

@Brankl thank you for coming through again! 

 

No I need it to be sort of dynamic. The info may change when it comes.

Brankl
7 - Meteor

Dynamic in what way? The filter tool lets you use expressions that change depending on column values.

 

In your example, you can filter Partner Number to be not blank, not null, and not 0. It's even easier if you use a formula tool to create a column that you use for filtering.

calvincarr29
8 - Asteroid

Got you! Thank you. That works.

Labels
Top Solution Authors