Hi Community,
I'm having a form in which one is float datatype(sql db connection) where i'm checking for number shouldn't have more than 2 decimals and i'm able to do that and edit the data in edit form.
but when user tries to save 25.00 or 50.00 in newform and while editing the data it is getting back in 25 / 50 without .00 but it is not the same case for 25.55 or 35.45.
how can we handle this ?
Change the Default property of your control, if it is a TextInput, or the Text property if it is a label to:
Text(<yourcurrentformulahere>, "#.00")
I hope this is helpful for you.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
181 | |
52 | |
41 | |
38 | |
30 |
User | Count |
---|---|
255 | |
81 | |
71 | |
68 | |
66 |