I can create a left outer join using my two common ID fields in the Join Properties box. However, I need more criteria included for the Null Supplying table (e.g. end_date is null, money_type = 1). But when I create that using the Self Restricting Join, this additional logic gets put in the FROM clause instead of the ON clause in the Outer Join, which pretty much spoils the Outer Join.
Does anyone know of a way to get around this so all criteria goes in the ON Clause?
Does anyone know of a way to get around this so all criteria goes in the ON Clause?