SOLVED
Combining Two Tables
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
KaraRademacher
7 - Meteor
‎08-29-2023
09:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
This is what I am currently getting when I combine the two tables in the workflow. I'm using a union.
This is what it looked like when I performed this in excel previously. I would like to replicate this process in Alteryx for me. Can anyone assist me on how to get the outcome to look like the below?
Solved! Go to Solution.
Labels:
- Labels:
- Join
2 REPLIES 2
ed_hayter
12 - Quasar
‎08-29-2023
09:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
jrgo
14 - Magnetar
‎08-29-2023
09:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You want to use the JOIN tool, not the UNION tool.
Join tool will give you a similar behavior as an Excel VLOOKUP. The Union tool simply stacks data.
