Format decimal Floating Point Number
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2019 08:53 AM
Hello,
I have a floating point number, with attributes (scale=2).
For example:
33.456,72 --> works good
33.456,70 --> I see as value: 33.456,7 --> not is correct
200,00 --> I see as value: 200 without decimal part 😞
How can resolve it?
Labels:
- Labels:
-
Scripting and Coding
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2024 05:14 AM