<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Why are integers now limited to 9 digits? in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/why-are-integers-now-limited-to-9-digits/m-p/773815#M4467</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rene,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the feedback.&amp;nbsp;Is it possible to change the field to text or note with an integer field type to resolve the issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Feb 2019 00:01:47 GMT</pubDate>
    <dc:creator>JamesTedrick</dc:creator>
    <dc:date>2019-02-08T00:01:47Z</dc:date>
    <item>
      <title>Why are integers now limited to 9 digits?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/why-are-integers-now-limited-to-9-digits/m-p/773811#M4463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The new version seems to be limiting my integers to 9 digits which means I can no longer enter phone numbers as an integer.&amp;nbsp; Am I missing a setting to make this a long or is this on purpose? &lt;A href="https://community.esri.com/t5/tag/survery123 connect/tg-p"&gt;#survery123 connect&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2018 20:13:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/why-are-integers-now-limited-to-9-digits/m-p/773811#M4463</guid>
      <dc:creator>SparrowData_Solutions1</dc:creator>
      <dc:date>2018-07-12T20:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Why are integers now limited to 9 digits?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/why-are-integers-now-limited-to-9-digits/m-p/773812#M4464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is on purpose, and has been for a while; the field length of an integer value is by default capped at 9, because the maximum possible 32-bit integer value is ten characters (specifically 2,147,483,647). You can extend the length of the integer field by entering a larger number in the bind::esri:fieldLength column of your spreadsheet for that question, but entering a number higher than that maximum integer value will cause an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I would suggest in your case, with phone numbers, is that you instead use a text field. Your phone numbers don't need to be stored as integer values, because you don't need to treat them as numbers in calculations. You should then limit the input to that field to numbers using an input mask, which can also be used to provide some standard formatting to make the phone number easier to read. We provide an example mask specifically for United States phone numbers in our documentation on input masks: &lt;A class="link-titled" href="http://doc.arcgis.com/en/survey123/desktop/create-surveys/esricustomcolumns.htm#ESRI_SECTION1_2D9AA8F82B714D7DB922D766E56FF3F6" title="http://doc.arcgis.com/en/survey123/desktop/create-surveys/esricustomcolumns.htm#ESRI_SECTION1_2D9AA8F82B714D7DB922D766E56FF3F6"&gt;Esri custom columns—Survey123 for ArcGIS | ArcGIS&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2018 23:51:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/why-are-integers-now-limited-to-9-digits/m-p/773812#M4464</guid>
      <dc:creator>ClaireProctor</dc:creator>
      <dc:date>2018-07-12T23:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Why are integers now limited to 9 digits?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/why-are-integers-now-limited-to-9-digits/m-p/773813#M4465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the help Claire!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 00:32:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/why-are-integers-now-limited-to-9-digits/m-p/773813#M4465</guid>
      <dc:creator>SparrowData_Solutions1</dc:creator>
      <dc:date>2018-07-13T00:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Why are integers now limited to 9 digits?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/why-are-integers-now-limited-to-9-digits/m-p/773814#M4466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Up until recently, I was working with Connect 2.8.4, and upon installing 3.2.196, got a new bug:&lt;/P&gt;&lt;P&gt;In Connect, an integer question receives the result of a calculation:&amp;nbsp;concat('20', substr(${uniqueID},0,6))&lt;/P&gt;&lt;P&gt;Yields an integer value of 8 digits, example: 20190204.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Worked fine in 2.8.4&lt;/P&gt;&lt;P&gt;In 3.2.196, its putting a comma as to separate thousands, ending up reaching the 9 digit value (its counting the comma as a digit...) giving me: 20,190,20 - thus missing the last digit, 4. It writes it in red indicating bad value type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to make sure, I uninstalled 3.2.196, reinstalled 2.8.4 and all worked fine....&lt;/P&gt;&lt;P&gt;Ideas ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2019 16:58:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/why-are-integers-now-limited-to-9-digits/m-p/773814#M4466</guid>
      <dc:creator>ReneAubut</dc:creator>
      <dc:date>2019-02-04T16:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Why are integers now limited to 9 digits?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/why-are-integers-now-limited-to-9-digits/m-p/773815#M4467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rene,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the feedback.&amp;nbsp;Is it possible to change the field to text or note with an integer field type to resolve the issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2019 00:01:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/why-are-integers-now-limited-to-9-digits/m-p/773815#M4467</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2019-02-08T00:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Why are integers now limited to 9 digits?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/why-are-integers-now-limited-to-9-digits/m-p/773816#M4468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rene,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using an input mask of&amp;nbsp;99999999 on that question and the locale formatting will be ignored and you will not see the comma thousand separators. Out of interest have you set a field length on this question also, if so field length should not be used on integer/decimal question types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2019 00:05:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/why-are-integers-now-limited-to-9-digits/m-p/773816#M4468</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-02-08T00:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Why are integers now limited to 9 digits?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/why-are-integers-now-limited-to-9-digits/m-p/773817#M4469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks James and Phil&lt;/P&gt;&lt;P&gt;The fastest was to try the input mask set to 99999999 and it worked!. Had no field length set.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2019 12:35:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/why-are-integers-now-limited-to-9-digits/m-p/773817#M4469</guid>
      <dc:creator>ReneAubut</dc:creator>
      <dc:date>2019-02-08T12:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Why are integers now limited to 9 digits?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/why-are-integers-now-limited-to-9-digits/m-p/773818#M4470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am creating Survey123&amp;nbsp;that will be filled out by the citizens of the city and will be public. One of the questions is to fill in an 11-digit national id. I tried using the 99999999999 mask and it works fine until i use it on the web. Then the mask automatically stops working and I can type anything in that field.&lt;BR /&gt;Is there any other option that will control that citizens have to enter 11 numeric characters?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tomislav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2019 12:29:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/why-are-integers-now-limited-to-9-digits/m-p/773818#M4470</guid>
      <dc:creator>TomislavTesla</dc:creator>
      <dc:date>2019-11-19T12:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Why are integers now limited to 9 digits?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/why-are-integers-now-limited-to-9-digits/m-p/773819#M4471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tomislav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input masks are not supported on the web. &amp;nbsp;You could construct a constraint via string-length or regex functions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2019 21:04:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/why-are-integers-now-limited-to-9-digits/m-p/773819#M4471</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2019-12-02T21:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Why are integers now limited to 9 digits?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/why-are-integers-now-limited-to-9-digits/m-p/1408574#M56143</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 15:57:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/why-are-integers-now-limited-to-9-digits/m-p/1408574#M56143</guid>
      <dc:creator>KimberlyWilsonGuinta</dc:creator>
      <dc:date>2024-04-11T15:57:58Z</dc:date>
    </item>
  </channel>
</rss>

