<@U7GUEAQ1M> could be it's not a numeric field. Tr...
# advancedpdf
m
@gnuwolf could be it's not a numeric field. Try
chargeTotal?number?string.currency
g
thanks @michoel, you're always helpful and I appreciate that. I already fixed that by
${(chargeTotal?number)?string.currency}
..which is basically the same.
m
It's the same, the brackets aren't doing anything
👍 2