<?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: Dynamic Select_one in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/dynamic-select-one/m-p/841540#M21047</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could have it in your list twice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So choices or external_choices is&lt;/P&gt;&lt;P&gt;list&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;type&lt;/P&gt;&lt;P&gt;WellList&amp;nbsp;&amp;nbsp;&amp;nbsp; Well1&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; WL&lt;/P&gt;&lt;P&gt;WellList&amp;nbsp;&amp;nbsp;&amp;nbsp; Well2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;SC&lt;/P&gt;&lt;P&gt;WellList&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Well1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;SC&lt;/P&gt;&lt;P&gt;WellList&amp;nbsp;&amp;nbsp;&amp;nbsp; Well3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;WL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then your WL (Water level) select_one choice_filter could use type="WL"&amp;nbsp; (note I have trouble getting strings to work here so I make a field with a value of "WL" then do type=${field}).&amp;nbsp; &amp;nbsp;In your case it may even be a radio button of which type and then limit the list.&amp;nbsp; Or maybe the user picks the well then you tell them the type to do.&lt;/P&gt;&lt;P&gt;SC (sample campaign) is the same except type="SC"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then as you see above Well 1 will be in both lists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also done ones where I have something like&lt;/P&gt;&lt;P&gt;list&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;name&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;WL&amp;nbsp;&amp;nbsp;&amp;nbsp;SC&lt;/P&gt;&lt;P&gt;WellList&amp;nbsp;&amp;nbsp;&amp;nbsp; Well1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Y&amp;nbsp; &amp;nbsp; &amp;nbsp; Y&lt;/P&gt;&lt;P&gt;WellList&amp;nbsp;&amp;nbsp;&amp;nbsp; Well2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Y&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;WellList&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; Well3&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Y&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then the choicefilter is WL='Y' and SC='Y'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Better yet I would do a Collector map that has all your wells on it.&amp;nbsp; Crew can use that to find it!&amp;nbsp; Then launch 123 sending the Well id over.&amp;nbsp; Here you could also send a field, or two, that tell the form the type (so send the SC and WL over).&amp;nbsp; Then it is dynamic right from a central spot.&amp;nbsp; I do this a lot to make my forms adaptive across states.&amp;nbsp; So for example one state does 25 cm sampling and others do 50. So in my Collector map I set the correct 25 or 50 - shoot this over to 123 and my form automatically adjusts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue we have with just listing the well ids in the choices list is you have to republish the form every time it changes.&amp;nbsp; With Collector integration totally seamless.&amp;nbsp; Plus the huge benefit of helping people actually find the well, which so many workflows ignore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For me l then create a Relationship class from the Wells to the sampling forms.&amp;nbsp; Now I can see all the forms that have ever been filled out right in Collector or AGOL seamlessly the second they are submitted.&amp;nbsp; I then have Arcade expressions that do some QA and warn in red in the Popup something is wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just an idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Apr 2019 14:09:08 GMT</pubDate>
    <dc:creator>DougBrowning</dc:creator>
    <dc:date>2019-04-24T14:09:08Z</dc:date>
    <item>
      <title>Dynamic Select_one</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/dynamic-select-one/m-p/841537#M21044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to have a Select_one receiving its choice list name from a previous question. At the start of my survey, am asking to select the type of campaign among a choice list of 2 items. Depending on the selected campaign type, i want to have the Select_one look for one of two choice list of boreholes&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2019 12:02:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/dynamic-select-one/m-p/841537#M21044</guid>
      <dc:creator>ReneAubut</dc:creator>
      <dc:date>2019-04-22T12:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Select_one</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/dynamic-select-one/m-p/841538#M21045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rene,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It sounds like you would want to set up the second select one question with a cascading select - see&amp;nbsp;&lt;A class="link-titled" href="http://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformcascadingselects.htm" title="http://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformcascadingselects.htm"&gt;Cascading and external selects—Survey123 for ArcGIS | ArcGIS&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2019 22:17:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/dynamic-select-one/m-p/841538#M21045</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2019-04-23T22:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Select_one</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/dynamic-select-one/m-p/841539#M21046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks James, in fact I have some 300 monitoring wells (MW). All 300 participate in the water level campaign and a limited number participate in the water sampling campaign. So I wish to have all 300 show up in the MWid drop down list when doing the water level campaign and a limited list when doing the sampling campaign. In the example provided with Cascading, a city can only belong to one state. In my case, a MW can belong to both campaigns&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2019 11:39:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/dynamic-select-one/m-p/841539#M21046</guid>
      <dc:creator>ReneAubut</dc:creator>
      <dc:date>2019-04-24T11:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Select_one</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/dynamic-select-one/m-p/841540#M21047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could have it in your list twice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So choices or external_choices is&lt;/P&gt;&lt;P&gt;list&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;type&lt;/P&gt;&lt;P&gt;WellList&amp;nbsp;&amp;nbsp;&amp;nbsp; Well1&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; WL&lt;/P&gt;&lt;P&gt;WellList&amp;nbsp;&amp;nbsp;&amp;nbsp; Well2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;SC&lt;/P&gt;&lt;P&gt;WellList&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Well1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;SC&lt;/P&gt;&lt;P&gt;WellList&amp;nbsp;&amp;nbsp;&amp;nbsp; Well3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;WL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then your WL (Water level) select_one choice_filter could use type="WL"&amp;nbsp; (note I have trouble getting strings to work here so I make a field with a value of "WL" then do type=${field}).&amp;nbsp; &amp;nbsp;In your case it may even be a radio button of which type and then limit the list.&amp;nbsp; Or maybe the user picks the well then you tell them the type to do.&lt;/P&gt;&lt;P&gt;SC (sample campaign) is the same except type="SC"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then as you see above Well 1 will be in both lists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also done ones where I have something like&lt;/P&gt;&lt;P&gt;list&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;name&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;WL&amp;nbsp;&amp;nbsp;&amp;nbsp;SC&lt;/P&gt;&lt;P&gt;WellList&amp;nbsp;&amp;nbsp;&amp;nbsp; Well1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Y&amp;nbsp; &amp;nbsp; &amp;nbsp; Y&lt;/P&gt;&lt;P&gt;WellList&amp;nbsp;&amp;nbsp;&amp;nbsp; Well2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Y&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;WellList&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; Well3&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Y&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then the choicefilter is WL='Y' and SC='Y'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Better yet I would do a Collector map that has all your wells on it.&amp;nbsp; Crew can use that to find it!&amp;nbsp; Then launch 123 sending the Well id over.&amp;nbsp; Here you could also send a field, or two, that tell the form the type (so send the SC and WL over).&amp;nbsp; Then it is dynamic right from a central spot.&amp;nbsp; I do this a lot to make my forms adaptive across states.&amp;nbsp; So for example one state does 25 cm sampling and others do 50. So in my Collector map I set the correct 25 or 50 - shoot this over to 123 and my form automatically adjusts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue we have with just listing the well ids in the choices list is you have to republish the form every time it changes.&amp;nbsp; With Collector integration totally seamless.&amp;nbsp; Plus the huge benefit of helping people actually find the well, which so many workflows ignore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For me l then create a Relationship class from the Wells to the sampling forms.&amp;nbsp; Now I can see all the forms that have ever been filled out right in Collector or AGOL seamlessly the second they are submitted.&amp;nbsp; I then have Arcade expressions that do some QA and warn in red in the Popup something is wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just an idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2019 14:09:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/dynamic-select-one/m-p/841540#M21047</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2019-04-24T14:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Select_one</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/dynamic-select-one/m-p/841541#M21048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Doug! your first idea worked fine and simplest for me &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2019 19:36:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/dynamic-select-one/m-p/841541#M21048</guid>
      <dc:creator>ReneAubut</dc:creator>
      <dc:date>2019-04-24T19:36:51Z</dc:date>
    </item>
  </channel>
</rss>

