Join Slack
Powered by
Is there a way to add a comma to this field. I hav...
# advancedpdf
c
Cr223309
05/16/2019, 2:28 PM
Is there a way to add a comma to this field. I have set my rate field to display as this so it cuts off at 2 decimals but it doesnt show a comma anymore for rates that are in the thousands: ${item.rate?string["0.##"]}
s
shubs
05/17/2019, 4:49 PM
https://freemarker.apache.org/docs/ref_builtins_number.html
shubs
05/17/2019, 4:50 PM
“,##0.00”
2
Views
Open in Slack
Previous
Next