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

Help !

ramarora1985
7 - Meteor
 

 

Hi,

 

I would like to combine records that I receive in multiple rows into one row.

 

In short, this is my input:

 

UserNameMichael
StatusActive
TeamSales
LocationFrance
UserNameThomas
StatusNot Active
TeamHR
LocationBelgium
UserNameBob
StatusActive
TeamHR
LocationSpain

 

And this is the what I would like as output:

UserNameStatusTeamLocation
MichaelActiveSalesFrance
ThomasNot ActiveHRBelgium
BobActiveHRSpain

 

Appreciating support 

 

Regards

5 REPLIES 5
BrandonB
Alteryx
Alteryx

Here is an alternative approach using a formula tool to create a flag indicator, a running total tool, and a crosstab. 

 

runtotal solution.png

grazitti_sapna
17 - Castor

HI @ramarora1985 , try this.

 

grazitti_sapna_0-1600835464698.png

 

Thanks.

Sapna Gupta
paulfound
11 - Bolide

Hi @ramarora1985 

 

Here is another solution using the tile tool.

 

PaulFound_1-1600835691355.png

Ultimately you can do this a few different ways.

 

Don't forget to mark as complete if your question is answered.  

ramarora1985
7 - Meteor

Thanks

 

 

 

ramarora1985
7 - Meteor

Thanks  

 

 

 
Labels
Top Solution Authors