One way add a sum of formula (currency) DECODE({transaction.type},'Invoice',{transaction.amount},0)
You could then decide if you want to be summing Sales Orders or {amountnet} etc.
If you just do a regular join' via the selection dropdowns then that will be excluding any customers without transaction records.