Hello, I have a form that I want my users to be able to fill out in the woods where there is no cell signal.
I have everything setup and working for the most part, but something that is messing things up is the offline data.
Here is the form when filled out normally and not with offline data.
You can see that the division number is 20 and the district number is 11. Those are values from a lookup table.
This is the form filled out in offline mode.
Here the 20 is filled in with a decimal place value which then breaks my rule for getting values into the District name. Nothing comes up in the District name when it's 20.0.
Has anyone seen this before? The Division number field is a single-line field and not a number. the data from the View is a decimal 2,0. Is syncing the data to the mobile device changing the format?
Any Ideas on this one?