I have seen a few other posts here about this, however, they were so complicated! And not quite what I was going for. Can someone help me figure out how I can get the Amount field in this table to be four decimal?
Thanks!
I have seen a few other posts here about this, however, they were so complicated! And not quite what I was going for. Can someone help me figure out how I can get the Amount field in this table to be four decimal?
Thanks!
Hi Connie
The currency field can only be 2 decimal. You would need to use a number field instead, where you can set the number of decimal places you want to use.
As for as the $, I’d suggest you just add it the Field label, such as Amount ($).
if you must have the $ display left of your field as the Currency field does, you have to use JS to prepend it Here is a post for that