Select to view content in your preferred language

The field type of "select" question is set to "Text"(esriFieldTypeString) when I set bind::esri:fieldType to "esriFieldTypeBigInteger"

139
1
08-30-2024 01:43 AM
hitsujir_dev
Emerging Contributor

Does anyone know whether it is the known limitation, or not?
I made a simple survey and set the  "bind::esri:fieldType" of "select" qustion to "esriFieldTypeBigInteger", but the field type is changed to "Text"(esriFieldTypeString) .

This issue is not observed when I set  "bind::esri:fieldType" to "esriFieldTypeSmallInteger".

 

Environment:
ArcGIS Survey23 Connect version 3.20.63
Windows 11 64 bit

0 Kudos
1 Reply
abureaux
MVP Frequent Contributor

There should be no need to set type.

As you can see in this simple test, the values are nativity interpreted to be numbers. If they were a string, the values would be appended to each other rather than added together.

abureaux_1-1725381832559.png

abureaux_2-1725381840035.png

 

0 Kudos