I have a Survey123 form with several decimal entries. My users will often enter 0.2 into fields, but then when we view those entries in ArcGIS Online tables, it displays as 0.20000000298023224.
Does anybody know what is going on here? I just want my fields to show the number that people enter through the form.
Its a java issue that comes up a lot that I have seen in a number of programs. Is there a calculation running on it at all or is it straight from the user input? Adding a round() in there could help I think.
Thanks, I will give that a try. I do have a checkbox that my users can check for trace cover values, and then that is supposed to calculate the cover field as 0.2 but instead shows as 0.20000000298023224. Hopefully adding a simple Round() will do the trick