SOLVED
How to append new column into existing data
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
hegdepavithra10
9 - Comet
11-06-2020
04:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
I have the below data
Existing:
New
I am expecting the following output:
I tried to use append fields , but the existing data is repeating for every new row.
Can someone help.
Solved! Go to Solution.
Labels:
- Labels:
- Data Investigation
5 REPLIES 5
ACE Emeritus
11-06-2020
04:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You can do this by using a Join with this configuration
Joshua Burkhow - Alteryx Ace | Global Alteryx Architect @PwC | Blogger @ AlterTricks
22 - Nova
11-06-2020
04:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Here is a workflow for the task.
Workflow:
Use Multiple Join to get Full join
Hope this helps 🙂
If this post helps you please mark it as solution. And give a like if you dont mind 😀👍
21 - Polaris
11-06-2020
04:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
21 - Polaris
11-06-2020
04:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Nice one!
22 - Nova
11-06-2020
04:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
