<?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 Is it possible to override the list on a  'select_one' question? in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/is-it-possible-to-override-the-list-on-a-select/m-p/788802#M7753</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. A select_one field exists with a list of possible values (using the autocomplete appearance to narrow options as a user types.&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; The desired value does not exist within the list. oh no!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to allow the user to enter their own value in the field without reference to the list?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently the workaround is to have an 'other' option within the list and then a seperate text field that only become relevant when the 'other' value is selected from the select_one field.&amp;nbsp; This is fairly clunky and annoying to code around and format popups for etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jun 2020 21:23:37 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2020-06-30T21:23:37Z</dc:date>
    <item>
      <title>Is it possible to override the list on a  'select_one' question?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/is-it-possible-to-override-the-list-on-a-select/m-p/788802#M7753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. A select_one field exists with a list of possible values (using the autocomplete appearance to narrow options as a user types.&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; The desired value does not exist within the list. oh no!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to allow the user to enter their own value in the field without reference to the list?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently the workaround is to have an 'other' option within the list and then a seperate text field that only become relevant when the 'other' value is selected from the select_one field.&amp;nbsp; This is fairly clunky and annoying to code around and format popups for etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2020 21:23:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/is-it-possible-to-override-the-list-on-a-select/m-p/788802#M7753</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-06-30T21:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to override the list on a  'select_one' question?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/is-it-possible-to-override-the-list-on-a-select/m-p/788803#M7754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While it isn't possible to have the user add their own choices to a select_one, perhaps this method might be useful:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;As you describe above, add a select_one question and a separate question for 'other' that is relevant only when 'other' is selected. If you do not wish to store these as fields in the feature service, make these questions 'null' in the &lt;EM&gt;bind::esri:fieldType&lt;/EM&gt; column. For more, see: &lt;A href="https://community.esri.com/groups/survey123/blog/2017/10/26/the-power-of-nothing"&gt;https://community.esri.com/groups/survey123/blog/2017/10/26/the-power-of-nothing&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;Add a text question that uses an &lt;STRONG&gt;if()&lt;/STRONG&gt; statement in the calculation column to store the value of &lt;EM&gt;either&lt;/EM&gt; the select_one or the 'other' question. For example: if(selected(${fruit},'other'),${fruit_other},${fruit})&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2020 00:13:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/is-it-possible-to-override-the-list-on-a-select/m-p/788803#M7754</guid>
      <dc:creator>Jim-Moore</dc:creator>
      <dc:date>2020-07-01T00:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to override the list on a  'select_one' question?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/is-it-possible-to-override-the-list-on-a-select/m-p/788804#M7755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jim for that.&amp;nbsp; It is a better workaround than I initially had and does clean up the back end service considerably.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2020 20:00:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/is-it-possible-to-override-the-list-on-a-select/m-p/788804#M7755</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-07-02T20:00:20Z</dc:date>
    </item>
  </channel>
</rss>

