Auto rounding does not work properly

You will probably have to automate the round rather than use the rate/amount in the calculation selector.
Using a ticket total changed event update the round calculation amount (fixed amount calculation) using some math code.
Round ceiling or something like that.

[=F( Math.ceil(TN('TICKET TOTAL}') - TN('{TICKET TOTAL}') ) ]

1 Like