Hi All,
I've found a lot of solutions about displaying the numbers without decimals. But they all are not working in my situation.
What I have is a couple calculated fields from a SharePoint list in my Power App.
The result in SharePoint shows 10
In PowerApps it is show as: 10.00000000000000000
I found a couple of solutions to edit the text formula, but that will not help in my situation. I used this formula:
Text(Value(ThisItem.'Winst per uur');"€" &"#")
The result is:
€100000000000000
Thats not right because I expect €10
Another formula that I've tried is:
Text(Value(Parent.Default);"[$-nl]#.0")
This give the follow result:
100.000.000.000.000
Also not the expected result.
Hopefully someone of you know how to fix this.
Kind Regards,
Dennis