Create a unique column from multiple columns
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @davidogundipe,
I have created a sample workflow for you.
To make sure you don't have duplicates you can use a unique tool.
Please find attached. Please ensure that all your data will be in string format thanks to that concatenation will work.
If this was something helpful for you please mark as an answer!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Your team suggested to concat to create a combination key.
In Alteryx you dont really to conact to create combination key. You can just join on mutiple key columns(combination key) in Join Tool.
https://help.alteryx.com/current/designer/join-tool
I feel this would be much more accurate.
To prove the combination is unique. You just select multiple columns in unique tool to check combinations.
https://help.alteryx.com/current/designer/unique-tool
Hope this helps 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks I'm sure this works, but I just went with the join answer because that's more straight-forward.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
