I understand AppSheet does not recognize leading zeros in a numerical value but client requires only numeric values in the field and needs to see the leading number during entry for confirmation
If I revert to data type of Text on the field - how do enforce only numeric values in the field?
Hi. A “Valid If” statement could help here. Here’s a simple example (image pasted below). I tried this out, if I scan a number and then afterwards attempt to change it to text, it won’t let me. I didn’t have anything nearby to scan that included text… perhaps you can test on your end?
In the details for a number column, you can tell it to always display 10 digits, which will have leading zeros. I don’t know if it helps you on entering the numbers and validating them.
Only so far as displaying them. Not on the entering of them. But it should at least help simplify things for @Daisy_Ramirez. Even if AppSheet isn’t saving the leading zeroes into the underlying spreadsheet/database.
I have the same problem when i extract the minutes from Time Now.
Is there any way that i can extract with the 0 as currently it attracts 10:7 instead of 10:07.
Anybody could help?
I’m going through a similar problem, I have a database with CNPJ (what is similar to EIN ) of clients, it always have 14 numeric digits, some of them starts with 0.
I have a enum to choose one of them, but it always ignore 0’s.
Is there some formula that I can use to solve it?