Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

How to rearrange data in to a matrix?

evelina1
5 - Atom

Hello, 

 

I am working on a workflow in which I need to turn a dataset that's presented in columns into a sort of matrix where data is grouped by both columns and rows.  Please see an example data set below:

 

GL AccountFund NameStrategy NameChannel NameAmount
11111AXXABC100
11111AYYABC100
11111AZZABC100
11111BXXABC100
11111BYYDDD100
22222AZZABC100
22222AXXABC100
22222AXXABC100
22222BYYABC100
22222BZZDDD100

 

And my goal is to turn it into a dynamic matrix so that data is grouped by one column variable and several row variables.  The end result / goal is this:

 

Fund Name  -->AAABBBB
Strategy Name  -->XXYYZZXXYYYYZZ
Channel Name -->ABCABCABCABCABCDDDDDD
GL Account       
11111100100100100 100 
22222200 100 100 

100

 

 

Is this something that anyone could help out with?  I've tested several ideas with no avail.  Thank you so much in advance! 

 

Regards,

Evelina 

1 REPLY 1
Qiu
21 - Polaris
21 - Polaris

@evelina1 
Hope this would work for you. 😁

1119-evelina1.PNG

Labels
Top Solution Authors