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.

Identical items on one column to another column, place it one under the other

DanielCarro
8 - Asteroid

Hi,

 

I have a query which I am not sure if this can be done on Alteryx

 

I have two columns

ID 1ID2
TRE002227X1
TRE002229AD2
TRE002231RR24
TRE002235TEW333
XWQ1TRE002224
DD45TRE002229
DDR456TRE002230
TDDTRE002231
  

 

The result I expect is the following:

 

ID 1ID2
TRE002227X1
TRE002229AD2
DD45TRE002229
DDR456TRE002230
TRE002231RR24
TDDTRE002231
TRE002235TEW333
  

 

Kind Regards,

Dan

3 REPLIES 3
FrederikE
13 - Pulsar

Hey @DanielCarro,

 

I would use smth. like a transpose and then a unique Tool after it. See the attached WF (Solution is not exactly as yours as I don't understand it completely, but this should help you do it). 

DanielCarro
8 - Asteroid

Hi Frederik,

 

The objective is that the number in col ID1 and the same number in ID2 should be directly underneath. As per the example

TRE002229AD2
DD45TRE002229
ArtApa
Alteryx
Alteryx

Hi @DanielCarro - Here is a possible solution. I don't understand why the row DDR456 in your expected outcome moved up though.

 

ArtApa_0-1662346423913.png

 

Labels
Top Solution Authors