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.
SOLVED

How to Fix repeating number

Learner09
8 - Asteroid

Hello All,

 

I am working on Alteryx flow and struck at one point, where I have to delete the repeating number of Sales. Please see the attached example sheet for the details, and provide a solution for the same.

5 REPLIES 5
atcodedog05
22 - Nova
22 - Nova

Hi @Learner09 

 

Here is how you can do it.

 

Workflow:

atcodedog05_0-1627462458708.png

 

Use Multi-row formula tool to keep only 1st occurrence and change rest to "-"

 

Hope this helps : )

 

Jean-Balteryx
16 - Nebula
16 - Nebula

Hi @Learner09 ,

 

Here is a workflow doing what you need.

 

It removes duplicates and sorts data.

Learner09
8 - Asteroid

@Jean-Balteryx  Thank you!

atcodedog05
22 - Nova
22 - Nova

I guess i missed out for not using data cleanse tool to clear the string 😅

Jean-Balteryx
16 - Nebula
16 - Nebula

@Learner09, you are welcome !

Labels
Top Solution Authors