Good day,
I am new to Alteryx and am trying to determine the best way to compare and match two data sources. In the first, we have summary data for some of the entries from the second. Unfortuantely, I have no way to identify which items from the second add to the summary item in datasource 1. I am looking for a way of testing the combination of items from a specific date in source 2 to try to find the match for the summary line in 1. I have tried to include a sample scenario below. Lines 2 and 3 from source 2 would combine in this case, however we could have examples where there are more than two rows combining.
| Line | Date | Location | Amount | Data source 1 |
| 1 | 2020-04-09 | 001 | 14135.20 | |
| | | | | |
| Line | Date | Source | Amount | Data Source 2 |
| 1 | 2020-04-09 | OP | 629.95 | |
| 2 | 2020-04-09 | OP | 5789.50 | |
| 3 | 2020-04-09 | OP | 8345.70 | |
Am open to any recommendations on how I could try to develop this work flow