Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Multi Row Formula: How do I remove rows that have field values that are the same

jconley1
5 - Atom

I want to remove all rows where the Company Code is Being Posted To and New Company Code fields have the same value. How do I do this with the Multi-Row Formula

2 REPLIES 2
Prometheus
12 - Quasar

@jconley1 You can use a Filter tool to only allow through the rows where those two columns don't equal each other.

Not Equal.PNG

dYoast
11 - Bolide

I think you just need a Filter Tool.

[Company Code is Being Posted To] != [New Company Code]

Labels
Top Solution Authors