<?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: Help on Input Mask in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/showing-high-integer-numbers-in-a-user-friendly/m-p/831781#M18602</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Brandon!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jan 2019 06:22:34 GMT</pubDate>
    <dc:creator>Nicole_Ueberschär</dc:creator>
    <dc:date>2019-01-17T06:22:34Z</dc:date>
    <item>
      <title>Showing high integer numbers in a user friendly way (Was: Help on Input Mask)</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/showing-high-integer-numbers-in-a-user-friendly/m-p/831779#M18600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can someone help me on defining the input mask for an integer value that requires to end with three zeros?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: I guess I should define more precisely what I need to accomplish.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #3d3d3d; font-family: inherit; font-size: 100%; font-style: inherit; font-variant: normal; font-weight: inherit; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Our local currency is giving me a headache. Talking about prices you can have anything between 100 and 1,000,000 (or even more).&amp;nbsp; I want to ask for money spent on certain category of purchases but when the person enters 50000 you already have to look carefully at the number of zeros. I don't seem to get anywhere with the input mask - is there any other way to make it easier for the people to enter higher numbers? So I am looking for a way to display the entered number with a comma for thousands which I think would already help a lot. Like 100,000? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #3d3d3d; font-family: inherit; font-size: 100%; font-style: inherit; font-variant: normal; font-weight: inherit; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Using the numbers appearance type says "&lt;SPAN style="background-color: #ffffff;"&gt;Applies to integer and decimal fields. Displays a custom keyboard.&lt;/SPAN&gt;" At the moment I see a general calculator type of keyboard using this appearance type. Since it says "Custom keyboard" I assume there is way to manipulate it?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2019 09:06:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/showing-high-integer-numbers-in-a-user-friendly/m-p/831779#M18600</guid>
      <dc:creator>Nicole_Ueberschär</dc:creator>
      <dc:date>2019-01-16T09:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Input Mask</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/showing-high-integer-numbers-in-a-user-friendly/m-p/831780#M18601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nicole,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think that you will be able to accomplish this with an input mask.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One option would be to have a&amp;nbsp;following question which concatenates the value from your integer question with '000' in the calculation column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would look like&amp;nbsp;concat(${previous_value}, '000').&amp;nbsp; If you just needed the actual value, you could have this as type hidden and set the&amp;nbsp;bind::esri:fieldType to&amp;nbsp;esriFieldTypeInteger.&amp;nbsp; This would be the value that you would want to store.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The initial entry, without the trailing 0's could be set to 'null' as you would presumably not need these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, the workflow might look like...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE style="width: 751px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="font-size: 10pt; color: white; text-decoration: none; border-top: 0.5pt solid #9bbb59; border-right: none; border-bottom: none; border-left: 0.5pt solid #9bbb59; background: #9bbb59; width: 127px;"&gt;type&lt;/TD&gt;&lt;TD style="font-size: 10pt; color: white; text-decoration: none; border-top: 0.5pt solid #9bbb59; border-right: none; border-bottom: none; border-left: none; background: #9bbb59; width: 130px;"&gt;name&lt;/TD&gt;&lt;TD style="font-size: 10pt; color: white; text-decoration: none; border-top: 0.5pt solid #9bbb59; border-right: none; border-bottom: none; border-left: none; background: #9bbb59; width: 217px;"&gt;label&lt;/TD&gt;&lt;TD style="font-size: 10pt; color: white; text-decoration: none; border-top: 0.5pt solid #9bbb59; border-right: none; border-bottom: none; border-left: none; background: #9bbb59; width: 216px;"&gt;calculation&lt;/TD&gt;&lt;TD style="font-size: 10pt; color: white; text-decoration: none; border-top: 0.5pt solid #9bbb59; border-right: none; border-bottom: none; border-left: none; background: #9bbb59; width: 28px;"&gt;bind::esri:fieldType&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="font-size: 10pt; color: black; font-weight: 400; text-decoration: none; border-top: 0.5pt solid #9bbb59; border-right: none; border-bottom: none; border-left: 0.5pt solid #9bbb59; width: 127px;"&gt;integer&lt;/TD&gt;&lt;TD style="font-size: 10pt; color: black; font-weight: 400; text-decoration: none; border-top: 0.5pt solid #9bbb59; border-right: none; border-bottom: none; border-left: none; width: 130px;"&gt;Question_1&lt;/TD&gt;&lt;TD style="font-size: 10pt; color: black; font-weight: 400; text-decoration: none; border-top: 0.5pt solid #9bbb59; border-right: none; border-bottom: none; border-left: none; width: 217px;"&gt;Enter a value&lt;/TD&gt;&lt;TD style="font-size: 10pt; color: black; font-weight: 400; text-decoration: none; border-top: 0.5pt solid #9bbb59; border-right: none; border-bottom: none; border-left: none; width: 216px;"&gt;&lt;/TD&gt;&lt;TD style="font-size: 10pt; color: black; font-weight: 400; text-decoration: none; border-top: 0.5pt solid #9bbb59; border-right: none; border-bottom: none; border-left: none; width: 28px;"&gt;null&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="font-size: 10pt; color: black; font-weight: 400; text-decoration: none; border-top: 0.5pt solid #9bbb59; border-right: none; border-bottom: none; border-left: 0.5pt solid #9bbb59; width: 127px;"&gt;hidden&lt;/TD&gt;&lt;TD style="font-size: 10pt; color: black; font-weight: 400; text-decoration: none; border-top: 0.5pt solid #9bbb59; border-right: none; border-bottom: none; border-left: none; width: 130px;"&gt;conc_val&lt;/TD&gt;&lt;TD style="font-size: 10pt; color: black; font-weight: 400; text-decoration: none; border-top: 0.5pt solid #9bbb59; border-right: none; border-bottom: none; border-left: none; width: 217px;"&gt;Concatenated Value&lt;/TD&gt;&lt;TD style="font-size: 10pt; color: black; font-weight: 400; text-decoration: none; border-top: 0.5pt solid #9bbb59; border-right: none; border-bottom: none; border-left: none; width: 216px;"&gt;concat(${Question_1}, '000')&lt;/TD&gt;&lt;TD style="font-size: 10pt; color: black; font-weight: 400; text-decoration: none; border-top: 0.5pt solid #9bbb59; border-right: none; border-bottom: none; border-left: none; width: 28px;"&gt;esriFieldTypeInteger&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you have questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2019 20:33:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/showing-high-integer-numbers-in-a-user-friendly/m-p/831780#M18601</guid>
      <dc:creator>BrandonArmstrong</dc:creator>
      <dc:date>2019-01-16T20:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Input Mask</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/showing-high-integer-numbers-in-a-user-friendly/m-p/831781#M18602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Brandon!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2019 06:22:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/showing-high-integer-numbers-in-a-user-friendly/m-p/831781#M18602</guid>
      <dc:creator>Nicole_Ueberschär</dc:creator>
      <dc:date>2019-01-17T06:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Showing high integer numbers in a user friendly way (Was: Help on Input Mask)</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/showing-high-integer-numbers-in-a-user-friendly/m-p/831782#M18603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is still not perfect but at least I got a bit closer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(${total_ex_calc}&amp;gt;=1000000, concat(substr(${total_ex_calc},0,string-length(${total_ex_calc})-6),",", substr(${total_ex_calc},string_length(${total_ex_calc})-6,string-length(${total_ex_calc})-3),",000"),if(${total_ex_calc}&amp;gt;=1000, concat(substr(${total_ex_calc},0,string-length(${total_ex_calc})-3),",000"),round(${total_ex_calc},-2)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;translates into if price &amp;gt; 1,000,000 then x,xxx,000, if price &amp;gt; 1,000 then x,000, else x00.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2019 08:22:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/showing-high-integer-numbers-in-a-user-friendly/m-p/831782#M18603</guid>
      <dc:creator>Nicole_Ueberschär</dc:creator>
      <dc:date>2019-01-28T08:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Showing high integer numbers in a user friendly way (Was: Help on Input Mask)</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/showing-high-integer-numbers-in-a-user-friendly/m-p/831783#M18604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now I am testing my survey on different devices and found&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;some&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;interesting (for me unexpected or at least unknown but probably as designed) behaviour:&amp;nbsp;&lt;/P&gt;&lt;P&gt;- When using the calculator the value is automatically put with commas as thousand separators.&amp;nbsp;&lt;/P&gt;&lt;P&gt;- On a bigger tablet (Samsung Galaxy 7), when using the number appearance but not using the number fields but the text keyboard, when pressing the "done" button, the numbers are put with commas as thousand separators.&lt;/P&gt;&lt;P&gt;- On the smaller tablet this does not work when using the number keyboard only. (On that tablet&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;the number keyboard automatically is used with an integer field)&lt;/P&gt;&lt;P&gt;- When using the numbers appearance I get a comma sign&amp;nbsp;to separate the thousands (I haven't realized this one before) and the number would be shown in red as long as the numbers behind the comma don't match.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be nice&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;if&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;the numbers field would be "clever" enough to show the commas without putting them manually but it is already a relieve to see that I don't have to reproduce this by doing calculations for each field...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2019 06:12:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/showing-high-integer-numbers-in-a-user-friendly/m-p/831783#M18604</guid>
      <dc:creator>Nicole_Ueberschär</dc:creator>
      <dc:date>2019-02-11T06:12:11Z</dc:date>
    </item>
  </channel>
</rss>

