Hi
I am trying to join the General Journal Account Entry with Custtrans using the Voucher field.
Select T1.*, T2.*
GeneralJournalAccountEntry T1, CustTrans T2
Where T1.Voucher = T2.Voucher.
But I am getting a lot of nulls on the AR front (data from CustTrans) after joining.
Could you please assist me with correct join. Also the possible reasons to the nulls.