Hi Folks,
Happy Friday!
I am a beginner to Alteryx and I am currently struggling to get below issue sorted:
I have 2 input files Main and System Input both contains data based on ID's to perform the summation the logic needs to use the mapping table in order to populate all the data in the final output.
Issue / Logic: Which I am not able to fix with my existing work-flow ( attached)
1. ID's which belong to same set ID should be summed up in the final output
2. ID's which belong to different set ID should not be summed up in the final output as they belong to different SETID
--------
Input1
Input 2
False Output
Final expected correct output should look like below.
Any help or feedback is much appreciated.
Rgds,
Nik
Hi @Nikhil86,
As we don't have data sample that would be complicated to help.
As a suggestion maybe you can filter out the data that you don't want to sum up?
I have attached few more screenshot with sample data also attached a work-flow.
The issue is IDs are mapped to different SET IDs in some case , I am trying to figure out logic to overcome this. When you said filter tool exactly where?
Hi @Nikhil86 ,
Would adding 'Set ID' as a group by in your Summarize tool accomplish what you're looking for? This will prevent items with the same ID but different Set IDs from adding together, and if you don't want Set ID as part of your final output you can always remove it using a select tool.