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.

Consolidated License Listing

valeriemattas
8 - Asteroid

Hello,

 

Our data population is a list of users with multiple licenses across multiple boards, etc.. Each user has multiple records (one for each license). How can we best summarize to have one row per unique user with the licenses added as multiple columns? Not sure what we're doing wrong, but Transpose isn't working. Help! Thanks so much in advance. 

2 REPLIES 2
alexnajm
18 - Pollux
18 - Pollux

Crosstab will take your toes and create headers, one for each unique value in the column you select (in this case, the license column)!

apathetichell
20 - Arcturus

tile tool - unique value on distinct username. cross tab - with tile sequence number as your column and the license field as your value. mode as concatenante (comma seperated - not this field must be text). run.

 

Labels
Top Solution Authors