My Decimal datatype values are printing fine, but they are running out to 4 decimal places.
How do I specify that I only want to display 2 decimal places? Other values, for whatever reason, are showing no decimal places.
Formatting Decimal (money) to two Decimal Places
Re: Formatting Decimal (money) to two Decimal Places
Found it!
Sorry for the trouble. 
Code: Select all
Round(value,2)

~Joe
Re: Formatting Decimal (money) to two Decimal Places
Hello, Joe.
Yes, you could use Round function or Text Format property.
Thank you.
Yes, you could use Round function or Text Format property.
Thank you.