Alteryx Designer Desktop Discussions

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

How to Group by Based on mutiple variables and crosstab the records in a specific format.

vamsey
8 - Asteroid

Hi Everyone,

I have Data in this particular format

Name IDSerialProduct CodeProd Description
Annie1234AGood
Annie1234BBad
Annie1234CAverage
Annie1234Dfair
Annie1234EFail
Annie1235Dfair
Annie1235EFail
Peter2231AGood
Peter2231BBad
Siri7243UXX
Siri7243FYY

 

I need the data in the format showed below by grouping on Name, ID and Serial followed by product codes and Prod Description with , as separator.

Name IDSerialProduct CodeProd Description
Annie1234A,B,C,D,EGood,Bad,Average,fair,Fail
Annie1235D,Efair,Fail
Peter2231A,BGood,Bad
Siri7243U,FXX,YY

 

 

3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @vamsey 

 

You can setup summarize tool like below. And you can specify separator at the bottom.

 

Workflow:

atcodedog05_1-1633941770860.png

 

Hope this helps : )

vamsey
8 - Asteroid

Awesome, Thanks For the help 🙂

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @vamsey 

Cheers and have a nice day!

Labels