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.

Splitting one table into three different ones

ManuelAmaral
6 - Meteoroid

Hello everyone,

 

I have a table with an account number and an account value and want to split this into 3 different tables.

  • One having the account numbers that are unique with the respective values.
  • One having the account numbers that are duplicated or triplicated with duplicate/triplicated values.
  • One having the account numbers that are duplicated but have different account values.

Can someone help me?

I'm still fresh using alteryx.

 

Thanks

2 REPLIES 2
Emil_Kos
17 - Castor
17 - Castor

Hi @ManuelAmaral,

 

Can you share an example of the data? 

AngelosPachis
16 - Nebula

Hi @ManuelAmaral ,

 

Speculating how the actual data looks like would influence if the provided solution works or not, but assuming that your data looks something like this:

 

AngelosPachis_0-1610650151779.png

 

I've mocked up a workflow that will split them up into 3 tables

 

AngelosPachis_1-1610650176431.png

 

Let me know if that works for you, or you have any questions on the workflow.

 

Regards,

 

Angelos

 

Labels
Top Solution Authors