Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Transpose of Data

Jeyaraj_M
7 - Meteor

Hi Team,

 

Need your expertise support.

 

I have the below information extracted from the source data say (Table1)

 

F1F2
File No: 24685
Date12/15/2020

 

In the other table i have the data as below say (Table 2)

 

Header1Header2Header3
abc
def
ggi

 

Now i need the data table Table 2 to be add the table 1 information repeat all item labels as below

 

Header1Header2Header3F1F2
abc2468512/15/2020
def2468512/15/2020
ggi2468512/152020

 

 

2 REPLIES 2
marcusblackhill
12 - Quasar
12 - Quasar

Hey @Jeyaraj_M !

 

Actually, you need to crosstab you data and append them, look the example attached.

 

Hope that helps!

Jeyaraj_M
7 - Meteor

Thanks Marcus really appreciated

Labels
Top Solution Authors