Reprint Ticket Order

@Johan_yo Yes use this:

<J00>[=TN('{SETTING:{TICKET NO}}') > 1 ? 'Ticket Copy# {SETTING:{TICKET NO}}' : ' ']

A lovely new feature available only in Version 5 is the ternary operator checking if the setting is greater than 1. If it is then it displays it. If its not then it shows nothing.

1 Like