How to remove decimal places in a print template function

Use ternary operator in an expression, something like:

[=(6-TN('{ENTITY DATA:Points}')) <= 0 ? 'You have a free drink' : 'somethingElse' ]
1 Like