Join Slack
Powered by
How to display decimal values as .10 (two decimal ...
# general
s
Suite Deal
02/13/2020, 2:30 PM
How to display decimal values as .10 (two decimal places), instead of .1?
a
Aria Ghahari
02/13/2020, 2:42 PM
If this is on a search: TO_CHAR({field},'999,999.99')
s
Suite Deal
02/13/2020, 3:19 PM
Yeah, unfortunately, I need it at the field level since it gets injected into a letter template and auto attached.
Suite Deal
02/13/2020, 3:21 PM
Wish I had just set the field type to currency, but it's too late since the field now has data.
a
amy
02/13/2020, 4:04 PM
if you're using email templates in netsuite you can use freemarker syntax to give it additional decimal places
👍 1
4
Views
Open in Slack
Previous
Next