We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Custom Filter

Mzaheer24
7 - Meteor

Hello,

 

How can we filter account  which has more than 1 count. Below is the example.

 

AccountCount
I017704023
I017704023
I017704023
002113192
002113192
220511
67852701
A696981
10 REPLIES 10
davidskaife
14 - Magnetar

Hi @Mzaheer24 

 

Taking your query very literally using the Filter tool, where the Count is greater than 1

 

Screenshot 2025-05-06 133306.png

 

I suspect there might be more to the query than this though, so you may want to add some more detail to what it is you're looking for if that is the case

alexnajm
18 - Pollux
18 - Pollux

[Count]>1 should do it

Mzaheer24
7 - Meteor

I want to create two output with the name of insured and account.

 I don't want to repeat account which has a more than two count in insured output.

 

Mzaheer24
7 - Meteor

I want to create two output with the name of insured and account.

 I don't want to repeat account which has a more than two count in insured output.

Hsandness
8 - Asteroid

@Mzaheer24 If you have a desired output it might be easier to understand what the goal is. The attached workflow is removing duplicate accounts by first checking the count then only returning unique insured row values.

 

I'm combining this output with the insured rows that only have a count of one. From there, you can create your two output files. I wasn't sure what you needed for the output files, so I just selected the Insured column as one output and the Account column as the other.

Mzaheer24
7 - Meteor

I am not able to open PNG file. Can you share workflow

Hsandness
8 - Asteroid

I would recommend watching the training on filtering tools that @apathetichell linked below. 

alexnajm
18 - Pollux
18 - Pollux

Agreed with everyone above - @Mzaheer24 you have enough information to try this out, or if you provide your expected output we can help further. We can't guess what you want without seeing it!

Labels
Top Solution Authors