I feel like this might be a long shot, but thought I would post my question out to the community to see if there are others that are smarter than me!
I have 2 tables of data, where I need to match on the amounts only and no other data is common between the 2 tables to use for matching/joining. Table 1 will always have one 1 amount, but table 2 could have many amounts. So looking to see if there is a way to join/match on the 1 values in Table #1 to the sum of multiple values in Table #2.
I have attached both my workflow, along with the data to show the relationship between the tables. Here are my issues:
- I was planning to match off the 1:1 items using the Join tool. This works great, but for items where there are multiple entries (i.e. the value of $40,000 twice in both tables), I am getting 4 records in my J anchor of the Join. So looks like AYX is showing all possibilities (2X2=4 records). How can I prevent this?
- Any thoughts on how I can join/match of the L and R anchors of the Join in a 1:Many match/join?
- I do know that their could still be items in the L and R that do not join/match at the end. These are the values that I am trying to filter down to as these are the items that will need to be researched.
Thanks in advance for any and all help!