How to display decimal values as .10 (two decimal ...
# general
s
How to display decimal values as .10 (two decimal places), instead of .1?
a
If this is on a search: TO_CHAR({field},'999,999.99')
s
Yeah, unfortunately, I need it at the field level since it gets injected into a letter template and auto attached.
Wish I had just set the field type to currency, but it's too late since the field now has data.
a
if you're using email templates in netsuite you can use freemarker syntax to give it additional decimal places
👍 1