<?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: Preserve required for select_one or other in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/preserve-required-for-select-one-or-other/m-p/1397294#M55560</link>
    <description>&lt;P&gt;Yep. 3-field approach for selects with an "other" option is a fantastic approach. Just wanted to add an alternative to the IF() statement approach. You can also use COALESCE() for this.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;coalesce(${field1},${field2})&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Your calculate using this formula will prioritize &lt;STRONG&gt;${field1}&lt;/STRONG&gt; if it contains data (e.g., the 'other' field), or &lt;STRONG&gt;${field2}&lt;/STRONG&gt; is there is no data in ${field1}. Here is a slightly more relevant example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_0-1710774639096.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/98306i0C6779853C78B215/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_0-1710774639096.png" alt="abureaux_0-1710774639096.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Mar 2024 15:10:50 GMT</pubDate>
    <dc:creator>abureaux</dc:creator>
    <dc:date>2024-03-18T15:10:50Z</dc:date>
    <item>
      <title>Preserve required for select_one or other</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/preserve-required-for-select-one-or-other/m-p/1394227#M55410</link>
      <description>&lt;P&gt;Preserve &lt;STRONG&gt;required&lt;/STRONG&gt; for select_one or other question type.&lt;/P&gt;&lt;P&gt;The Select Venue Name is &lt;STRONG&gt;required&lt;/STRONG&gt;, however if other is selected, the Specify other is &lt;STRONG&gt;not required&lt;/STRONG&gt;.&amp;nbsp; Is there a way to make the Specify other as required?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RyanBohan_0-1710176396766.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/97574i32CA60758A3E9B99/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RyanBohan_0-1710176396766.png" alt="RyanBohan_0-1710176396766.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 17:03:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/preserve-required-for-select-one-or-other/m-p/1394227#M55410</guid>
      <dc:creator>RyanBohan</dc:creator>
      <dc:date>2024-03-11T17:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Preserve required for select_one or other</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/preserve-required-for-select-one-or-other/m-p/1394679#M55427</link>
      <description>&lt;P&gt;Don't use specify_other. It is just a wonky parameter. Add a custom "other" field and set it to required. This gives you soooo much more control.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 15:04:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/preserve-required-for-select-one-or-other/m-p/1394679#M55427</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2024-03-12T15:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Preserve required for select_one or other</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/preserve-required-for-select-one-or-other/m-p/1397248#M55558</link>
      <description>&lt;P&gt;Yes and we tend to use the 3 field trick so that all the values are in one field in the end.&amp;nbsp; Having data in 2 fields gets annoying fast.&lt;/P&gt;&lt;P&gt;Field 1 is the list with a extra option of Other&lt;/P&gt;&lt;P&gt;Field 2 is a text field with a relevant of Field 1 = Other&lt;/P&gt;&lt;P&gt;Field 3 is if(Field 1 = other, use Field 2, else use Field 1)&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 14:11:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/preserve-required-for-select-one-or-other/m-p/1397248#M55558</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2024-03-18T14:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Preserve required for select_one or other</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/preserve-required-for-select-one-or-other/m-p/1397294#M55560</link>
      <description>&lt;P&gt;Yep. 3-field approach for selects with an "other" option is a fantastic approach. Just wanted to add an alternative to the IF() statement approach. You can also use COALESCE() for this.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;coalesce(${field1},${field2})&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Your calculate using this formula will prioritize &lt;STRONG&gt;${field1}&lt;/STRONG&gt; if it contains data (e.g., the 'other' field), or &lt;STRONG&gt;${field2}&lt;/STRONG&gt; is there is no data in ${field1}. Here is a slightly more relevant example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_0-1710774639096.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/98306i0C6779853C78B215/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_0-1710774639096.png" alt="abureaux_0-1710774639096.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 15:10:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/preserve-required-for-select-one-or-other/m-p/1397294#M55560</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2024-03-18T15:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Preserve required for select_one or other</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/preserve-required-for-select-one-or-other/m-p/1398074#M55613</link>
      <description>&lt;P&gt;Thank you for all your quick responses.&amp;nbsp; I agree Or_Other is&amp;nbsp;&lt;SPAN&gt;wonky.&amp;nbsp; I inherited a couple surveys and was hoping for an easy way to mark it as required.&amp;nbsp; I will take your advice for the next version of this survey.&amp;nbsp; Thank you..&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 20:29:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/preserve-required-for-select-one-or-other/m-p/1398074#M55613</guid>
      <dc:creator>RyanBohan</dc:creator>
      <dc:date>2024-03-19T20:29:31Z</dc:date>
    </item>
  </channel>
</rss>

