CUSTOM REPORTS - Displaying ticket change

Is there another way to have the results of multiple reports on one line? For example ideally I need…

Ticket number		Payment		Change		Net
{T.TicketNumber}	{P.Amount}	{C.Amount}	={P.Amount}-{C.Amount}

When I have tried to have multiple reports on the same line it doesn’t seem to work…

After a bit more hit an miss, and I have discovered that it’s nothing to do with the name (MXN vs USD). The problem is the total amount. If it is more than 999.99 then this whole thing is not happy and no total line is printed. I guess this issue is due to “1000.00” actually having a comma (1,000.00) - I wonder is this could also be linked to the 1,000 issue I reported here.

BTW - Did you see the issue with multiple type of change I am experiencing? Are you finidng the same on your system @QMcKay? Also have you now made the switch to USD as your default currency on your live system? How’s it going?