I see. The final goal is to have a report which displays the following for each airline, as shown on the attached screenshot:
[previous_received],
[new_received],
(Subtotal = [previous_received] + [new_received]),
[previous_issued],
[new_issued],
(Total = Subtotal + [new_issued])
On the...