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.
SOLVED

Appends Tool - Two Data Sets to One

edmund_belleza
8 - Asteroid

Morning,

 

I have two data sets. Set #1 lists Associate Number with their Department. Set 2 lists Department and Apps required for each department.

 

I want to Export a data set that will list, by row, each associate and which App they require based on the Department they are assigned. I was trying to use the Append Tool, but I may not have set it up correctly as it's creating way more rows then expected. Perhaps I'm going about this the wrong way?

 

See below for what I'm trying to create. 

 

Input Set 1:
Associate Info
  Input Set 2:
Department App Needs
  Export:
Associate App Needs
  
AssociateDepartment DepartmentApplication # AssociateDepartmentApplication #
ID001Dept A Dept AApp 1 ID001Dept AApp 1
ID002Dept A Dept AApp 2 ID001Dept AApp 2
ID003Dept B Dept AApp 3 ID001Dept AApp 3
ID004Dept B Dept AApp 4 ID001Dept AApp 4
   Dept AApp 5 ID001Dept AApp 5
   Dept AApp 6 ID001Dept AApp 6
   Dept AApp 7 ID001Dept AApp 7
   Dept AApp 8 ID001Dept AApp 8
   Dept BApp 3 ID002Dept AApp 1
   Dept BApp 6 ID002Dept AApp 2
   Dept BApp 8 ID002Dept AApp 3
   Dept CApp 3 ID002Dept AApp 4
   Dept CApp 4 ID002Dept AApp 5
   Dept CApp 3 ID002Dept AApp 6
      ID002Dept AApp 7
      ID002Dept AApp 8
      ID003Dept BApp 3
      ID003Dept BApp 6
      ID003Dept BApp 8
      ID004Dept CApp 3
      ID004Dept CApp 4
      ID004Dept CApp 3
2 REPLIES 2
abacon
12 - Quasar

@edmund_belleza Use a join tool on the Department field. That will get the desired output.

Bacon

 

image.png

edmund_belleza
8 - Asteroid

Thank you! I clearly got my Tools confused. Thanks for taking the time to respond!

Labels
Top Solution Authors