i get a Decimal Value as Text, for the European Format it Looks great, but there is an US Company in the same DB, and i want only to Change the Values (from 1.000,10 to 1,000.10)
I try to use the Format Funktion, but it didn't work :-(
You can use FORMAT with a customized format string, or, better, set the correct language before you use format. Unfortunately this is only available in a non-intrusive way in reports. Everywhere else you needed to change the global language.
Answers
You can have a look at DELCHR function:
https://docs.microsoft.com/en-us/dynamics-nav/delchr-function--code--text-
First convert the "," to a different char, then you change "." to a "," and convert your "," to "."
If you got the company in the same DB remember to check which format to convert to
With FORMAT you can use (in any language) which results in