Viewing post 1 (of 2 total)
Modifying the second join to:
[font="Courier New"]
Inner JOIN InvoiceDetailAfter A on A.InvoiceId= I.id AND A.TxnLineID = B.TxnLineID
[/font]
Solved the problem. Thank you!
May 6, 2016 at 6:56 am
#1877115