Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Sort columns independently?

ozdogand
8 - Asteroid
Greetings.. newbie here. 
I have a table that lists out the people with about 100 different skills, but there are many blank cells in between names for each skill so it's not very readable.
 
 
ozdogand_2-1575566576012.png
 
What's a good way to remove these blank cells independently for each column?  Thanks!
 
 
 
ozdogand_3-1575566583917.png
 
4 REPLIES 4
echuong1
Alteryx Alumni (Retired)

Each row is not meant to represent a separate record, correct? 

 

If that is the case, I'd suggest isolating each column (field) using a select tool and then using a filter tool to remove all of the blank/null rows out. You can then use the join multiple too with "join by record position" as the configuration. 

 

See attached for an example. Let me know if that works!

ozdogand
8 - Asteroid

I should have mentioned that there are about 100 skill columns. do you still think that's the way to go?  Thank you!

OllieClarke
16 - Nebula
16 - Nebula

Hi @ozdogand If you transpose your columns, then you can filter out the empties, create a new rowid and then cross-tab the data back

OllieClarke_0-1575567461102.png

Hope that helps,

 

Ollie

ozdogand
8 - Asteroid

Brilliant.  Thanks!

Labels
Top Solution Authors