<?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: select_one_external choices not available (Survey123 Connect) in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/select-one-external-choices-not-available/m-p/856984#M24984</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having this same issue, so i tried testing the xlsx form you attached but the external choices were not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jan 2019 01:45:32 GMT</pubDate>
    <dc:creator>PatriciaAlgura</dc:creator>
    <dc:date>2019-01-22T01:45:32Z</dc:date>
    <item>
      <title>select_one_external choices not available (Survey123 Connect)</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/select-one-external-choices-not-available/m-p/856982#M24982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a long picklist of plant species (approx 3500 options to select from) that I have to choose from several dozen times in an ecology survey form. The selection from this question in turn pulls data from another external .csv file to feed various attributes to other calculate fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I include this full list in the standard "Choices" worksheet and use the &lt;STRONG&gt;select_one&lt;/STRONG&gt; field type, the survey takes AGES to load. To avoid this problem, I have made use of the&amp;nbsp;&lt;STRONG&gt;select_one_external&lt;/STRONG&gt; field type and added the required&amp;nbsp;&lt;STRONG&gt;external_choices&lt;/STRONG&gt; worksheet. It's worth noting, I forced the &lt;STRONG&gt;choice_filter&lt;/STRONG&gt; field by setting my entire list to a constant, since I don't have any applicable cascading select field that would help me thin the list out.&amp;nbsp;This has dramatically reduced the load time for&amp;nbsp;the survey but now the autocomplete pulldown doesn't work! The field shows up in the survey preview but I cannot select it or choose any options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody have any suggestions??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2018 19:29:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/select-one-external-choices-not-available/m-p/856982#M24982</guid>
      <dc:creator>ByronTsang1</dc:creator>
      <dc:date>2018-11-30T19:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: select_one_external choices not available (Survey123 Connect)</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/select-one-external-choices-not-available/m-p/856983#M24983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Byron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are a couple of issues with the approach for external selects you implemented. &amp;nbsp;The choice_filter statement must include a reference to another question. &amp;nbsp;Additionally, using numbers in external selects can create a problem as they are stored as text (i.e., the 1 in the show column will be '1.0' in the CSV file). &amp;nbsp;The attached file addresses these issues (note the 'plantinit' question on line 78).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That being said, the performance issues of your survey will still be present, as you are loading your ~3500 item choice list 32 times in the form. &amp;nbsp;In looking through the form, you have a lot of sequential questions (i.e., 'Tree 1', 'Tree 2', 'Tree 3', etc.) You can improve the performance by using repeats for the situations where you are asking the same question(s) multiple times. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2018 22:25:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/select-one-external-choices-not-available/m-p/856983#M24983</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2018-11-30T22:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: select_one_external choices not available (Survey123 Connect)</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/select-one-external-choices-not-available/m-p/856984#M24984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having this same issue, so i tried testing the xlsx form you attached but the external choices were not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2019 01:45:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/select-one-external-choices-not-available/m-p/856984#M24984</guid>
      <dc:creator>PatriciaAlgura</dc:creator>
      <dc:date>2019-01-22T01:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: select_one_external choices not available (Survey123 Connect)</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/select-one-external-choices-not-available/m-p/856985#M24985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patricia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which version of Survey123 are you using? &amp;nbsp;We identified an issue with autocomplete very late in the 3.2 development process that we have addressed for the 3.2 release.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2019 22:10:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/select-one-external-choices-not-available/m-p/856985#M24985</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2019-01-23T22:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: select_one_external choices not available (Survey123 Connect)</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/select-one-external-choices-not-available/m-p/856986#M24986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having this same problem. I've attached my itemset.csv and .xls form with what you have outlined, but it's still greyed out for me. Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Randy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2019 19:43:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/select-one-external-choices-not-available/m-p/856986#M24986</guid>
      <dc:creator>RandyDeodat1</dc:creator>
      <dc:date>2019-08-30T19:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: select_one_external choices not available (Survey123 Connect)</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/select-one-external-choices-not-available/m-p/856987#M24987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are there any known issues using a choice list to populate a geopoint question from a select_one_external on Portal?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems to work fine when in the choice list but I have 25K addresses to pull in, was thinking it was stored as a text string in the items.csv file, therefore, causing issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE width="737"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="70"&gt;list_name&lt;/TD&gt;&lt;TD width="273"&gt;&amp;nbsp;name&lt;/TD&gt;&lt;TD width="345"&gt;label&lt;/TD&gt;&lt;TD width="49"&gt;parish&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;address&lt;/TD&gt;&lt;TD&gt;+029.9329_-90.3637&lt;/TD&gt;&lt;TD&gt;103 1ST ST LULING LA&lt;/TD&gt;&lt;TD&gt;SCP&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;address&lt;/TD&gt;&lt;TD&gt;+029.9328_-90.3636&lt;/TD&gt;&lt;TD&gt;105 1ST ST LULING LA&lt;/TD&gt;&lt;TD&gt;SCP&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;address&lt;/TD&gt;&lt;TD&gt;+029.9338_-90.3640&lt;/TD&gt;&lt;TD&gt;105 1ST ST LULING LA&lt;/TD&gt;&lt;TD&gt;SCP&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;address&lt;/TD&gt;&lt;TD&gt;+029.9338_-90.3639&lt;/TD&gt;&lt;TD&gt;107 1ST ST LULING LA&lt;/TD&gt;&lt;TD&gt;SCP&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2020 02:27:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/select-one-external-choices-not-available/m-p/856987#M24987</guid>
      <dc:creator>LuisMartinez3</dc:creator>
      <dc:date>2020-05-19T02:27:24Z</dc:date>
    </item>
  </channel>
</rss>

