Hello,
I'm trying to identify when a contract status has changed but for some reason am unable to get the new contract info for Contract #2 to return. I have two input files:
1. New Contract Info (Left)
| Contract Number | Field 1 | Field 2 | Field 3 | Contract Status | Field 4 |
| 1 | blah | blah | blah | Active | etc |
| 2 | blah | blah | blah | Active | etc |
| 3 | blah | blah | blah | Terminated | etc |
2. Old Contract Info (Right)
| ID Number | Field 1 | Field 2 | Field 3 | Contract Status | Field 4 |
| 1 | blah | blah | blah | Active | etc |
| 2 | blah | blah | blah | Hold | etc |
| 3 | blah | blah | blah | Terminated | etc |
I currently have a join and am returning the left unjoined values but contract #2 is not appearing. It will only appear when I return the Old Contract info... Contract Number and ID Number are the same