Bug-ID-Nummer |
BUG-000121834 |
Eingereicht | April 19, 2019 |
Zuletzt geändert | June 5, 2024 |
Gilt für | ArcGIS Survey123 |
Gefunden in Version | 3.3 |
Betriebssystem | Android |
Betriebssystemversion | N/A |
Status | Known Limit
Nach Überprüfung durch das Entwicklungsteam wurde festgestellt, dass dieses Problem im Zusammenhang mit einer bekannten Einschränkung der Software steht, die außerhalb der Kontrolle von Esri liegt. Weitere Erläuterungen finden Sie ggf. im Abschnitt "Zusätzliche Informationen" des jeweiligen Problems.
|
Zusätzliche Informationen
Input masks provide a set format for data entry by including characters and symbols. Applying an input mask containing non-integer characters such as symbols to an integer field does not work. This is by design, a database integer field can only store numeric characters (no symbols or decimal points etc).
Workaround
Use text field with an input mask, but this causes the characters in the input mask to populate in the attributes table. For example, (123)-456 7890 displays in the attributes table when it should display as 1234567890.
Schritte zur Reproduzierung