English Boards > V3 Development

Printer Template Calculations

(1/1)

JohnS:
In V2 we could use for example
[= Format (ToNumber (ToNumber ('{TICKET TOTAL}') - (ToNumber ('{TAX TOTAL}'))))]

How do we do the same in V3 ? We can't use the square brackets in the printer templates.

emre:
Format renamed to "F" and ToNumber renamed to "TN" so it should be something like:

[= F(TN(TN('{TICKET TOTAL}') - (TN('{TAX TOTAL}'))))]

Navigation

[0] Message Index

Go to full version