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

Need some idea how i could transpose given data

Bansi08
7 - Meteor

Hi All --- First of all I would like thank this community who has been very supportive and provided best industry knowledge about Alteryx tool. Now I have below input tool which i need transform such a way it will look like my output table. Can anyone please share some ideas how would i do that. 

I tried using transpose tool but its not working as expected.

 

Input table:-

 

DATA_TYPEDATEDATA_VALUEMy Name 3F9F10My Name 4F15F16
My Name 1  My Name 3  My Name 4  
Income3/31/202310000000Income5/31/202310000000Income2023-06-3112231000
      Tax2023-06-3196548
Outcome  Outcome  Outcome  
Pending Value2023-03-3188956487.37Pending Value2023-03-3188956487.37Pending Value2023-03-31

12134454

 

Output table:-

NameTypeDateValue
My Name 1Income2023-03-3110000000
My Name 1Outcome  
My Name 1Pending Value2023-03-3188956487.37
My Name 3Income2023-05-3110000000
My Name 3Outcome  
My Name 3Pending Value2023-03-3188956487.37
My Name 4Income2023-06-3112231000
My Name 4Tax2023-06-3196548
My Name 4Outcome  
My Name 4Pending Value2023-03-3112134452
4 REPLIES 4
Felipe_Ribeir0
16 - Nebula

Hi @Bansi08 

 

If your columns are always in this order (first My Name, second DATE, third VALUE and repeat) you can use an approach like this one:

 

namevalue.png

FinnCharlton
13 - Pulsar

Hi @Bansi08 , here is a macro approach that should do this dynamically for you:

 

image.png

image.png

Bansi08
7 - Meteor

I can't see Macro settings. Can you please help here

FinnCharlton
13 - Pulsar

@Bansi08 to look at the settings, download the workflow, right click on the macro and select the Open Macro option:

 

image.png

Labels
Top Solution Authors