This is because an inner join is applied between housing application tables and register exit. This fetches only those records that are either housed or exitted. The applications still on register does not appear. This needs to be changed to a left join.
This is because an inner join is applied between housing application tables and register exit. This fetches only those records that are either housed or exitted. The applications still on register does not appear. This needs to be changed to a left join.