Hi all,
I'm going crazy because I can't solve the decimal problem on my numbers.
I want all numbers in my app to have the following format "##.###,00". How can I do?
My browser is configured in Italian.
I'll give you an example of how the numbers come out now:
Try adding a language tag, something like this:
Text(Value(YourData.Text),"##.###,00","it-IT")
Correct but I also want the dot as thousands separator
Hi @roby9390
Text(ThisItem.Rate,"[$-fr-FR]$#.###,00","fr-FR")
For some reason I couldn't get it to work with "it-IT"... try this though (should be the same functionality)
@Ruskit seems to work but why does it give me the dot even when the number does not reach the thousand?
User | Count |
---|---|
122 | |
87 | |
86 | |
75 | |
67 |
User | Count |
---|---|
214 | |
181 | |
137 | |
96 | |
83 |