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.

Repeating Headers for Each row using Alteryx Designer

Tej_Singh
8 - Asteroid

Hi Team,

 

I have the below data and want to repeat header (First 2 rows for each Org row). Output required shown below. 

 

Input data shared in excel as an attachment.

 

Can we achieve this in Alteryx Designer?

 

Input:

 

OrgParticularsVal1Val2Val3Val4Val5
 Check 1     
AOver-writing records12345
BOver-writing records1112131415
COver-writing records2122232425

 

Output:

 

AOrgParticularsVal1Val2Val3Val4Val5
AACheck 1     
AAOver-writing records12345
BOrgParticularsVal1Val2Val3Val4Val5
BBCheck 1     
BBOver-writing records1112131415
COrgParticularsVal1Val2Val3Val4Val5
CCCheck 1     
CCOver-writing records2122232425

 

 

3 REPLIES 3
Felipe_Ribeir0
16 - Nebula

Hi @Tej_Singh 

 

One way of doing this

 

Felipe_Ribeir0_0-1669289717426.png

 

Tej_Singh
8 - Asteroid

Thanks for the solution, @Felipe_Ribeir0 

binuacs
21 - Polaris

@Tej_Singh One way of doing this with the batch macro

 

binuacs_0-1669380422386.png

 

Labels
Top Solution Authors