Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

Transpose Data with dynamic column

dknisvkr
5 - Atom

Dear Clever minds

 

Can you please help. I have data from a JASON Rest API that I can get in alteryx - transform and filter so it looks like the data to the left on the figure below.

I would like to "collaps" the data from 20 records (in these example) to 5 records i.e. filtering out the blank cells.

 

I can make the final result of the data that i would like with a "summarizing tool" but if I change the amount of columns this tool need to have changed settings to adapt, and this is not accepteble since this need to run automatically and be dynamic.

 

Can anybody help me, I have made an example of how I thought by looking on different post in the discussions, but it ends op almost the same again now just in a diagonal matrix format.

 

Inside the Alteryx file I have made an data example of how I would like the data to end up as well.  

 

All idea are appreciated:)  

 

 

data.png

1 REPLY 1
LordNeilLord
15 - Aurora

Hey @dknisvkr

 

Try removing the recordID from your crosstab:

 

ct.PNG

Labels