I have a subreport that gets the total amount invoiced for a sales order. In the main report i get sales orders with an invoice in a date range and then pass in the sales order number to the subreport to get the total invoice regardless if the invoice is in the entered date range. The subreport works correctly but in the main report it is not giving me a correct total. It will sum all but the last value from the subreport. I’ve tried every combination of the ProcessOrder I can think of.
Attached are the two reports.