<?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 from File Choice Filter in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/select-one-from-file-choice-filter/m-p/1166838#M42294</link>
    <description>&lt;P&gt;Wow, this worked! I am using one choice list with the species' name as the label and the guild as an additional column (each species is part of a guild). Thank you so much!&lt;/P&gt;</description>
    <pubDate>Thu, 21 Apr 2022 20:40:07 GMT</pubDate>
    <dc:creator>LydiaWerner_MAC</dc:creator>
    <dc:date>2022-04-21T20:40:07Z</dc:date>
    <item>
      <title>Select One from File Choice Filter</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/select-one-from-file-choice-filter/m-p/1166813#M42291</link>
      <description>&lt;P&gt;I have an CSV choice list (3000+ records) to select species from for a survey question. I have two questions relating to species: species name and species guild. While the select_one_from_file works fine to select a species name, I am having trouble getting the extra column in my choices list CSV (guild) to populate any data. It returns zero records.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated! I've been trying for several hours to get this to work. We have users of this form that don't know the guilds for 3000+ species, so figuring this out would be huge.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LydiaWerner_MAC_0-1650570598140.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/39581i4089D72CC3E774FE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LydiaWerner_MAC_0-1650570598140.png" alt="LydiaWerner_MAC_0-1650570598140.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Screenshot below shows the choice_filter (far right).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LydiaWerner_MAC_1-1650570624175.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/39582i17D1096BFDD5BFBA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LydiaWerner_MAC_1-1650570624175.png" alt="LydiaWerner_MAC_1-1650570624175.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 19:53:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/select-one-from-file-choice-filter/m-p/1166813#M42291</guid>
      <dc:creator>LydiaWerner_MAC</dc:creator>
      <dc:date>2022-04-21T19:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Select One from File Choice Filter</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/select-one-from-file-choice-filter/m-p/1166836#M42293</link>
      <description>&lt;P&gt;This calculation will pull the guild value automatically:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;pulldata('speciesguildlist','guild','name',${speciesofanimal})&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRIKE&gt;I think I am missing something though. The &lt;EM&gt;Species' Guild or Group&lt;/EM&gt; is the same drop-down as &lt;EM&gt;Species of Animal&lt;/EM&gt;?&lt;/STRIKE&gt;&lt;/P&gt;&lt;P&gt;Edit: Sorry for the delay, my browser wasn't cooperating. I believe I unconfused myself. The reason the original drop-down was blank for you was because of the choice_filter.&lt;/P&gt;&lt;P&gt;If all you need is to pull the data from the &lt;STRONG&gt;guild&lt;/STRONG&gt; column when a species selection is made, then I would suggest removing that second drop-down and using a &lt;STRONG&gt;calculate&lt;/STRONG&gt; field for that. If you want to display the result for the end-user, you can use a note field to reference that calculate field. See example below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_0-1650574135084.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/39592iE36F4AA201B32051/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_0-1650574135084.png" alt="abureaux_0-1650574135084.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You may notice that if you add this calculation to your current drop-down that the resulting text is &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;red&lt;/STRONG&gt;&lt;/FONT&gt;. That is because it is displaying unexpected text (i.e., text from the &lt;STRONG&gt;guild&lt;/STRONG&gt; column). This may cause issues with missing data, hence the suggestion above. Good luck!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 20:52:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/select-one-from-file-choice-filter/m-p/1166836#M42293</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2022-04-21T20:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Select One from File Choice Filter</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/select-one-from-file-choice-filter/m-p/1166838#M42294</link>
      <description>&lt;P&gt;Wow, this worked! I am using one choice list with the species' name as the label and the guild as an additional column (each species is part of a guild). Thank you so much!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 20:40:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/select-one-from-file-choice-filter/m-p/1166838#M42294</guid>
      <dc:creator>LydiaWerner_MAC</dc:creator>
      <dc:date>2022-04-21T20:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Select One from File Choice Filter</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/select-one-from-file-choice-filter/m-p/1166843#M42295</link>
      <description>&lt;P&gt;Lydia, Would you please post your revised choice list?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 20:50:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/select-one-from-file-choice-filter/m-p/1166843#M42295</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-04-21T20:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Select One from File Choice Filter</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/select-one-from-file-choice-filter/m-p/1166844#M42296</link>
      <description>&lt;P&gt;@Anonymous User&amp;nbsp;, based on the answer from&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/454586"&gt;@abureaux&lt;/a&gt;&amp;nbsp;, I didn't change my list at all. I merely used the syntax suggested.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 20:52:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/select-one-from-file-choice-filter/m-p/1166844#M42296</guid>
      <dc:creator>LydiaWerner_MAC</dc:creator>
      <dc:date>2022-04-21T20:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Select One from File Choice Filter</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/select-one-from-file-choice-filter/m-p/1167134#M42316</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/454586"&gt;@abureaux&lt;/a&gt;&amp;nbsp;This is great! I have now used this in another form and I think this is a great solution for data that I want people to see, but not have to enter. Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 18:07:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/select-one-from-file-choice-filter/m-p/1167134#M42316</guid>
      <dc:creator>LydiaWerner_MAC</dc:creator>
      <dc:date>2022-04-22T18:07:42Z</dc:date>
    </item>
  </channel>
</rss>

