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.

To bring data present in three different columns in one column one after another

AmritaUpadhyay
7 - Meteor
 NameCurrencyTransaction 1Transaction 2Transaction3
SonaliUSD870.33100020000
SonaliEUR-119.24-3850512000

 

 

 NameCurrencyAmount
SonaliUSD870.33
SonaliEUR-119.24
SonaliUSD1000
SonaliEUR-38505
SonaliUSD20000
SonaliEUR12000

Hello Everyone Posting to seek help here . First table represent the data that I have in raw file and Second table display the format in which I need my output. So basically I Need transactions present in three different columns in one single co 

8 REPLIES 8
JosephSerpis
17 - Castor
17 - Castor

Hi @AmritaUpadhyay you can use a Transpose tool from the Transform Tool Category to achieve your desired results. You then may need a sort tool followed by a select tool to remove unwanted columns and rename fields.

 

Transpose_18032024.png

AmritaUpadhyay
7 - Meteor

Hi @JosephSerpis Thanks for this solution But while applying this my records are getting duplicate. Any idea who can we rectify this.

AmritaUpadhyay
7 - Meteor

Hi @JosephSerpis Thanks for this solution But while applying this my records are getting duplicate. Any idea who can we rectify this.

aatalai
15 - Aurora

@AmritaUpadhyay try the unique tool, or if it is possible to have an example of starting data that causes duplicates as @JosephSerpis should work fine

AmritaUpadhyay
7 - Meteor

I am having 30 records but after transposing I am having 240 records.

 

cjaneczko
13 - Pulsar

You can use the Arrange tool for this.

 

image.pngimage.pngimage.png

aatalai
15 - Aurora

In the initial example you had 2 records and then had 6, so I would expect number of records to increase after a transpose

cjaneczko
13 - Pulsar

If you need to preserve the sort order you can use this one.

 

image.pngimage.pngimage.png

Labels
Top Solution Authors