<?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: numbers not working on select one questions in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/numbers-not-working-on-select-one-questions/m-p/816189#M14637</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so Much Jim, I am up and running.&amp;nbsp; I really appreciate your help with this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Feb 2019 19:21:05 GMT</pubDate>
    <dc:creator>joshjones</dc:creator>
    <dc:date>2019-02-20T19:21:05Z</dc:date>
    <item>
      <title>numbers not working on select one questions</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/numbers-not-working-on-select-one-questions/m-p/816186#M14634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having issues getting a survey to work.&amp;nbsp; I get an "Error converting XLSForm" message with no detail.&amp;nbsp; I am trying to get the values 1-5 in a select one question displayed as a likert.&amp;nbsp; I have the&amp;nbsp;bind::type set to "int" and the&amp;nbsp;bind::esri:fieldType set to&amp;nbsp;esriFieldTypeInteger.&amp;nbsp; The survey looks fine when published but all the select one and grouped select one questions I am using are not logging any values at all in the table.&amp;nbsp; any ideas what I might be doing wrong? I really need these to show up as numbers so that I can uses then as such in a dashboard I would like to create.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2019 20:54:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/numbers-not-working-on-select-one-questions/m-p/816186#M14634</guid>
      <dc:creator>joshjones</dc:creator>
      <dc:date>2019-02-14T20:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: numbers not working on select one questions</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/numbers-not-working-on-select-one-questions/m-p/816187#M14635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Josh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for providing the XLSForm. A couple of hints below to help&amp;nbsp;fix the issue you're seeing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Replace&amp;nbsp;the text entries in the &lt;EM&gt;name&lt;/EM&gt; column on the &lt;EM&gt;choices&lt;/EM&gt; worksheet with integer values.&lt;UL&gt;&lt;LI&gt;The entries in the&amp;nbsp;&lt;EM&gt;name&lt;/EM&gt; column are the values&amp;nbsp;that will be stored in the feature service; the &lt;EM&gt;label&lt;/EM&gt; column is used to specify how to display each option in the form. Your survey has &lt;STRONG&gt;text&lt;/STRONG&gt; in the &lt;EM&gt;name&lt;/EM&gt; column&amp;nbsp;for fields that are expecting an integer.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Remove the 'int' entries from the bind::type column.&lt;UL&gt;&lt;LI&gt;The bind::type column&amp;nbsp;works well with&amp;nbsp;&lt;EM&gt;calculate&lt;/EM&gt; questions (&lt;A href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/esricustomcolumns.htm"&gt;as documented here&lt;/A&gt;), however there is a bug when using this setting with &lt;EM&gt;select_one&lt;/EM&gt; questions. We have an issue logged in our system to address this.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I've attached a revised XLSForm for your reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you needed to use the value from a &lt;EM&gt;select_one&lt;/EM&gt; elsewhere in your form (for a calculation, for example) you could use the &lt;STRONG&gt;int()&lt;/STRONG&gt;&amp;nbsp;function in the calculation column to treat the value as an integer, for example:&amp;nbsp;int(${field_1}) + int(${field_4}).&amp;nbsp;&lt;STRONG&gt;EDIT: &lt;/STRONG&gt;However, to avoid issues when including other &lt;EM&gt;integer&lt;/EM&gt; or &lt;EM&gt;decimal&lt;/EM&gt;&amp;nbsp;type questions in a calculation it is recommended to add a &lt;EM&gt;calculate&lt;/EM&gt; question with bind::type set to 'int' to store the answer to the &lt;EM&gt;select_one&lt;/EM&gt; and then use this value in any calculations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More info on the choices worksheet available here:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformessentials.htm" title="https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformessentials.htm"&gt;XLSForm essentials—Survey123 for ArcGIS | ArcGIS&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.youtube.com/watch?v=OFOEIJyMeho" title="https://www.youtube.com/watch?v=OFOEIJyMeho"&gt;Survey123 for ArcGIS XLSForm Tutorial 2 of 5 Creating Selection Questions in a Survey - YouTube&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2019 00:31:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/numbers-not-working-on-select-one-questions/m-p/816187#M14635</guid>
      <dc:creator>Jim-Moore</dc:creator>
      <dc:date>2019-02-15T00:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: numbers not working on select one questions</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/numbers-not-working-on-select-one-questions/m-p/816188#M14636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Josh, please see minor edit to the reply above.&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2019 22:45:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/numbers-not-working-on-select-one-questions/m-p/816188#M14636</guid>
      <dc:creator>Jim-Moore</dc:creator>
      <dc:date>2019-02-18T22:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: numbers not working on select one questions</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/numbers-not-working-on-select-one-questions/m-p/816189#M14637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so Much Jim, I am up and running.&amp;nbsp; I really appreciate your help with this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2019 19:21:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/numbers-not-working-on-select-one-questions/m-p/816189#M14637</guid>
      <dc:creator>joshjones</dc:creator>
      <dc:date>2019-02-20T19:21:05Z</dc:date>
    </item>
  </channel>
</rss>

