-
Change decimal separator from "." to ","
Hi All, Is there a way to change the decimal separator in NetSuite from "." to "," ? It is common in Europe to use a comma when separating decimals, for example- I would like to change from 120.59 to 120,59 Thank you!
-
How to remove decimal point in Saved search?
Hi, I am trying to remove the decimal point from a currency field on the saved search using TO_NUMBER(Replace({baseprice}, '.')), but the ".00" still shows up. I also need to remove the commas that separate the thousands and add padding zeroes to the left to make the value 9 characters long. The saved search column should…