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.

How to maintain relationship for crosstab

MWon
7 - Meteor

Hello all,

I've recently built out a table using the cross tab function. It currently looks like this 

CurriculumUser1User2User3
Curriculum1x  
Curriculum2 x 
Curriculum3  x

 

The issue is that each user has a different manager. However, the cross tab function seems to have removed that relationship between user and the manager. This means when I try to render out separate tables for each manager, the same users stick around in the top row because the relationship was lost. 

 

In this case, the final render should be a separate table for each manager/users under them 

CurriculumUser1User2
Curriculum1x 
Curriculum2 x
Curriculum3  

 

CurriculumUser3
Curriculum1 
Curriculum2 
Curriculum3x

 

How can I get to this point? 

Thank you in advance 

2 REPLIES 2
IraWatt
17 - Castor
17 - Castor

Hey @MWon,

Can you attach your workflow?

Thanks,

Ira

MWon
7 - Meteor

Here you go! To elaborate, in the final table here, User 1-6 are always there, when it should dynamically change depending on who their manager is 

MWon_1-1658342144269.png

 

 

 

Labels
Top Solution Authors