I have this join
INNER JOIN Table2 A ON T.Field1=A.Field1 and a.Field2= (CASE WHEN t.Field_iso is null THEN \'Value\' ELSE t.Field_iso END)