Join Slack
Powered by
anyone knows within freemarker the way of returnin...
# suitescript
c
chri55tof
02/15/2017, 2:54 PM
anyone knows within freemarker the way of returning a value as currency, but with 2 decimal places ? I currently have ${field.currency}
z
zackb
02/15/2017, 4:33 PM
kkregowski:
http://freemarker.org/docs/ref_builtins_number.html#ref_builtin_rounding
zackb
02/15/2017, 4:34 PM
Try ${field.currency?round}
5
Views
Open in Slack
Previous
Next