Start Free Trial

Alteryx Designer Desktop Discussions

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

Count iterations of a duplicate

Richie059
7 - Meteor

Hey guys, So I'm trying to design a workflow that will count each time a duplicate piece of data appears. As it appears in this text input tool, Thank you! 

 

Richie059_0-1638981461429.png

2 REPLIES 2
Jonathan-Sherman
15 - Aurora
15 - Aurora

Hi @Richie059,

 

You could achieve this with a mutli-row formula, ensuring you're grouping on the Fruit column:

 

JonathanSherman_0-1638982290071.png

 

I've attached my workflow for you to download if needed!

 

Kind regards,

Jonathan

 

Jonathan-Sherman
15 - Aurora
15 - Aurora

This will change the order of your records but you could simply add a Record ID tool prior to the multi-row formula and sort after the multi-row formula to keep them in the original order.

Labels
Top Solution Authors