Arithmetic operation with decimal

I assume you are referring to this part: [=TN('{TICKET TOTAL}')/(1.1)] ?

I tested it, it works fine for me.

I added this to my existing template just to test:

Preview:

You probably also want to use other formatting tags to round the result to the decimal places you need, e.g. :

[=F(TN('{TICKET TOTAL}')/(1.1),'#0.00')]

Read more here

1 Like