Comparing two different datasets
- 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
I've two datasets with two columns. Case ID and Amount. I would like to compare these two datasets in Alteryx and for the one's where there is a difference in amounts, it will be added to an existing workflow and for the one's where there is no difference in amounts for the respective Case ID's, that'll be added to another existing workflow.
Any help would be appreciated.
Thanks in advance...
Solved! Go to Solution.
- Labels:
- Best Practices
- Datasets
- Help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sounds like a Join on the two datasets, a Filter to where the amounts are different across Case IDs, and the split going to two different outputs for two different workflows!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
Thanks for the reply Alex. Yes, I've joined the two datasets but unable to compare the amounts for both and not sure as to which tools to be used further for the comparison to get the desired output.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Why are you not able to compare? A join on Case ID should put the amounts side by side for comparison by either a Formula / Filter as suggested
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks Alex. I'll try as suggested.
