<?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 Select_multiple but ignore &amp;quot;other&amp;quot; option in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/select-multiple-but-ignore-quot-other-quot-option/m-p/828609#M17778</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating a multiple choice question&amp;nbsp; with an "other" option.&amp;nbsp; If other is selected the a free text box is displayed for the other value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then concat the two questions to a single response.&amp;nbsp; What I am trying to achieve is that the "other" response in the first question isnt included in the final concat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I currently have:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/485786_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;Which results in:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" height="278" src="https://community.esri.com/legacyfs/online/485787_pastedImage_2.png" width="214" /&gt;&lt;/P&gt;&lt;P&gt;So what I want is to not have "Other" in the final proposed works field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Mar 2020 03:24:52 GMT</pubDate>
    <dc:creator>ChrisRoberts2</dc:creator>
    <dc:date>2020-03-20T03:24:52Z</dc:date>
    <item>
      <title>Select_multiple but ignore "other" option</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/select-multiple-but-ignore-quot-other-quot-option/m-p/828609#M17778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating a multiple choice question&amp;nbsp; with an "other" option.&amp;nbsp; If other is selected the a free text box is displayed for the other value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then concat the two questions to a single response.&amp;nbsp; What I am trying to achieve is that the "other" response in the first question isnt included in the final concat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I currently have:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/485786_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;Which results in:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" height="278" src="https://community.esri.com/legacyfs/online/485787_pastedImage_2.png" width="214" /&gt;&lt;/P&gt;&lt;P&gt;So what I want is to not have "Other" in the final proposed works field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2020 03:24:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/select-multiple-but-ignore-quot-other-quot-option/m-p/828609#M17778</guid>
      <dc:creator>ChrisRoberts2</dc:creator>
      <dc:date>2020-03-20T03:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Select_multiple but ignore "other" option</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/select-multiple-but-ignore-quot-other-quot-option/m-p/828610#M17779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There isn't a way out of the box, as there is no way to designate 'Other' as a special answer type or a way to remove text that can be positioned anywhere within an answer (Other may be the first item checked, the last item checked, or anywhere in between). &amp;nbsp;This can be done through a custom JavaScript function which could remove 'Other,' or convert the choices to an array, remove 'Other', and then return back the CSV string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2020 17:28:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/select-multiple-but-ignore-quot-other-quot-option/m-p/828610#M17779</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2020-03-23T17:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Select_multiple but ignore "other" option</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/select-multiple-but-ignore-quot-other-quot-option/m-p/828611#M17780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could remove Other form the list then add a field called Additional Work (if any) and have it always display.&amp;nbsp; Then your concat could be if (${addwork}!='', concat, do not concat)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2020 17:57:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/select-multiple-but-ignore-quot-other-quot-option/m-p/828611#M17780</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2020-03-23T17:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Select_multiple but ignore "other" option</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/select-multiple-but-ignore-quot-other-quot-option/m-p/828612#M17781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks James &amp;amp; Doug&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doug - what you suggested was my fall back option.&amp;nbsp; I have something that achieves what I want, maybe not as elegant as I'd hoped, but it does the trick &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="297" src="https://community.esri.com/legacyfs/online/486021_pastedImage_1.png" width="260" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2020 05:47:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/select-multiple-but-ignore-quot-other-quot-option/m-p/828612#M17781</guid>
      <dc:creator>ChrisRoberts2</dc:creator>
      <dc:date>2020-03-24T05:47:53Z</dc:date>
    </item>
  </channel>
</rss>

