Important Community update: The process for changing your account details was updated on June 25th. Learn how this impacts your Community experience and the actions we suggest you take to secure your account here.

Alteryx Designer Desktop Discussions

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

Filter Specific Rows from Data

Jmacnevin
6 - Meteoroid

Hello,

 

I'm hoping someone can help me determine the most efficient way to filter specific rows from a data set.  Below is an example of the input and output I'm trying to achieve:

 

Jmacnevin_1-1612883970105.png

 

 

Essentially I only want to see scenarios where the TRX_NUMBER duplicates, yet the TAX_RATE_CODE is different.  I think a Multi-Row formula would do the trick, but I'm a relatively new user and have difficulty with that tool.

Any assistance would be appreciated.

Thanks!

 

 

5 REPLIES 5
randreag
11 - Bolide

Hi @Jmacnevin 

 

I attached a workflow that i think will work 

 

I hope it helps

Hi @Jmacnevin 

 

I tackled it a bit differently in case records won't be in order. Please check if this works for you. Cheers!

 

christine_assaad_0-1612885748762.png

 

Jmacnevin
6 - Meteoroid

Thanks @aruiz-itp !  That worked!

Jmacnevin
6 - Meteoroid

Thanks @christine_assaad!  That does work for me as well.

Amarendra
10 - Fireball

Hi @Jmacnevin You can use the summarize tool and filter in distinct count

Labels