<?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: Autocomplete with one column in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/autocomplete-with-one-column/m-p/1278766#M48594</link>
    <description>&lt;P&gt;You can do a pulldata on that csv.&amp;nbsp; This is a different form but same way.&amp;nbsp; Just give it the csv name and the species as the lookup on the name column.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;pulldata("PFCSpeciesList", "StabilityClass", "name", ${Species})&lt;/P&gt;&lt;P&gt;(csvname, column to return, lookup column, lookup value)&lt;/P&gt;</description>
    <pubDate>Fri, 14 Apr 2023 13:50:37 GMT</pubDate>
    <dc:creator>DougBrowning</dc:creator>
    <dc:date>2023-04-14T13:50:37Z</dc:date>
    <item>
      <title>Autocomplete with one column</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/autocomplete-with-one-column/m-p/1278479#M48585</link>
      <description>&lt;P&gt;I currently have a csv file attached to my survey that lists plant species. I have a select_one plant name with the calculation&amp;nbsp;pulldata('USDA Plant Database common name', 'ScientificName', 'ScientificName', 'enter_name1') and appearance autocomplete&lt;/P&gt;&lt;P&gt;The Csv file contains an enormous amount of choices all from one column called scientific name. I want to avoid puttin each choice in the choices sheet of the Survey file. Is there anyway i can make the choices pulldata from the csv or do the choices have to be input into the survey?&lt;/P&gt;&lt;P&gt;All i want is as field tech input the name suggestions drop down for what they are looking for&amp;nbsp;&lt;/P&gt;&lt;P&gt;ex: Royal&lt;/P&gt;&lt;P&gt;autopopulates: Royal Palm, Royal Poinciena, ect.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 19:07:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/autocomplete-with-one-column/m-p/1278479#M48585</guid>
      <dc:creator>EvanDarpini</dc:creator>
      <dc:date>2023-04-13T19:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Autocomplete with one column</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/autocomplete-with-one-column/m-p/1278495#M48586</link>
      <description>&lt;P&gt;okay i just copied the list into two columns no big deal. What i am actually looking for is how to setup and external choice list. I have seen it requires a select_one_from_file questions but that is not fuctioning on my current worksheet&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 19:32:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/autocomplete-with-one-column/m-p/1278495#M48586</guid>
      <dc:creator>EvanDarpini</dc:creator>
      <dc:date>2023-04-13T19:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Autocomplete with one column</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/autocomplete-with-one-column/m-p/1278503#M48587</link>
      <description>&lt;P&gt;My species list is over 60,000 to get all 11 states.&amp;nbsp; Here is how I do it.&lt;/P&gt;&lt;P&gt;First I break it out by state since different plants may be woody or not for example and to only show plants that would be in that state.&amp;nbsp; These all go in the media folder.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DougBrowning_0-1681414325783.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/67953iE3C3B5FAE87B8D0A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DougBrowning_0-1681414325783.png" alt="DougBrowning_0-1681414325783.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In the form I have a State list that they can pick or it passes in from Field Maps.&amp;nbsp; I then do a calc field to create the csv name I need.&lt;BR /&gt;${SpeciesState} + 'LenticSpeciesList'&lt;/P&gt;&lt;P&gt;Then I use the newer search appearance to grab the correct state list like this in the appearance column.&amp;nbsp; This loads after they pick a state only so the form loads fast.&lt;/P&gt;&lt;P&gt;autocomplete search(${SpeciesListName}, "matches", "Plants", "Y")&lt;/P&gt;&lt;P&gt;In my CSV I have the code as the name and in the label I have Code&amp;nbsp; &amp;nbsp;Scientific Name&amp;nbsp; &amp;nbsp;Common Name (4 spaces in-between each).&amp;nbsp; This way a crew can search on anything they know and find the right plant.&amp;nbsp; Code, Scientific, Common are all interchangeable.&amp;nbsp; Each user knows plants differently so this is great.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DougBrowning_1-1681414591270.png" style="width: 718px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/67954i392C2EF9897DAEF2/image-dimensions/718x244?v=v2" width="718" height="244" role="button" title="DougBrowning_1-1681414591270.png" alt="DougBrowning_1-1681414591270.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Also what is cool if they say know its a willow they can just type willow and it shows them the options for that state.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DougBrowning_2-1681415107484.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/67955iE5D5587F0F8BE00D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DougBrowning_2-1681415107484.png" alt="DougBrowning_2-1681415107484.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Each state is close to 12,000 in the list and it is lighting fast.&lt;/P&gt;&lt;P&gt;I can also do things like only show them the woody plants&lt;/P&gt;&lt;P&gt;autocomplete search(${SpeciesListName}, 'matches', 'Type', 'Woody')&lt;/P&gt;&lt;P&gt;We only store the code in the data then our backend SDE has a lookup table with all the above if anyone needs it.&amp;nbsp; This way we can adjust Indicators and all that by state with varying growth habits, etc.&lt;/P&gt;&lt;P&gt;I have species, LPI, Gap, forms and all of that if you want them DM me for the process to share.&lt;/P&gt;&lt;P&gt;Hope that helps it has been a big win for us.&amp;nbsp; In another project we have smaller lists so I have a image for each choice even.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 19:46:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/autocomplete-with-one-column/m-p/1278503#M48587</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2023-04-13T19:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Autocomplete with one column</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/autocomplete-with-one-column/m-p/1278560#M48588</link>
      <description>&lt;P&gt;I appreciate you so much you are extremely quick with the help and are all over this board. I have one more question. I have it autopoluating the names perfectly. The next question after refers to status. on the csv file i have the status of the plant in the 3rd column next to the names. how do i make my status question autopopulate based on the name typed in the previous answer. please see below for example of csv file.&amp;nbsp;&lt;/P&gt;&lt;TABLE width="460"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="198"&gt;Abildgaardiaovata&lt;/TD&gt;&lt;TD width="198"&gt;Abildgaardia ovata&lt;/TD&gt;&lt;TD width="64"&gt;FW&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 21:11:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/autocomplete-with-one-column/m-p/1278560#M48588</guid>
      <dc:creator>EvanDarpini</dc:creator>
      <dc:date>2023-04-13T21:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Autocomplete with one column</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/autocomplete-with-one-column/m-p/1278766#M48594</link>
      <description>&lt;P&gt;You can do a pulldata on that csv.&amp;nbsp; This is a different form but same way.&amp;nbsp; Just give it the csv name and the species as the lookup on the name column.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;pulldata("PFCSpeciesList", "StabilityClass", "name", ${Species})&lt;/P&gt;&lt;P&gt;(csvname, column to return, lookup column, lookup value)&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 13:50:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/autocomplete-with-one-column/m-p/1278766#M48594</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2023-04-14T13:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Autocomplete with one column</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/autocomplete-with-one-column/m-p/1278860#M48600</link>
      <description>&lt;P&gt;You are the man. Cheers&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 16:42:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/autocomplete-with-one-column/m-p/1278860#M48600</guid>
      <dc:creator>EvanDarpini</dc:creator>
      <dc:date>2023-04-14T16:42:08Z</dc:date>
    </item>
  </channel>
</rss>

