<?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: Another value ( NA) in Select Multiple option in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/another-value-na-in-select-multiple-option/m-p/714533#M458</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Dec 2018 15:55:09 GMT</pubDate>
    <dc:creator>SoporteOSNG</dc:creator>
    <dc:date>2018-12-27T15:55:09Z</dc:date>
    <item>
      <title>Another value ( NA) in Select Multiple option</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/another-value-na-in-select-multiple-option/m-p/714531#M456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;I want to place a multiple option select_multiple, but that contains the value: "NA - no previous value". 
This value should exclude (or eliminate) another option marked within the other options. Is this possible in the multiple selection??
&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="en"&gt;Currently the option NA appears added to the others which generates an inconsistency in my results.&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 06:35:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/another-value-na-in-select-multiple-option/m-p/714531#M456</guid>
      <dc:creator>PamelaLandy</dc:creator>
      <dc:date>2021-12-12T06:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Another value ( NA) in Select Multiple option</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/another-value-na-in-select-multiple-option/m-p/714532#M457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pamela&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There isn't a way to do this&amp;nbsp;with a select_multiple question; all responses to a &lt;EM&gt;select_multiple&lt;/EM&gt; are stored together in a comma-separated string. In your survey, would it be feasible to include&amp;nbsp;a question preceding the select_multiple (e.g. "Is there a previous value?" Yes/No) that controls whether the user sees the select_multiple&amp;nbsp;(using the &lt;EM&gt;relevant&lt;/EM&gt; column) and/or sets a default for the select_multiple?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some handy general info here:&amp;nbsp;&lt;A href="https://community.esri.com/groups/survey123/blog/2017/08/30/understanding-multiple-choice-questions-in-survey123-for-arcgis"&gt;https://community.esri.com/groups/survey123/blog/2017/08/30/understanding-multiple-choice-questions-in-survey123-for-arcgis&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2018 04:28:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/another-value-na-in-select-multiple-option/m-p/714532#M457</guid>
      <dc:creator>Jim-Moore</dc:creator>
      <dc:date>2018-12-27T04:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Another value ( NA) in Select Multiple option</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/another-value-na-in-select-multiple-option/m-p/714533#M458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2018 15:55:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/another-value-na-in-select-multiple-option/m-p/714533#M458</guid>
      <dc:creator>SoporteOSNG</dc:creator>
      <dc:date>2018-12-27T15:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Another value ( NA) in Select Multiple option</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/another-value-na-in-select-multiple-option/m-p/714534#M459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pamela&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option would be to apply a &lt;EM&gt;constraint&lt;/EM&gt; to the select_multiple, to check if more than one answer is selected when NA is selected. For example:&lt;/P&gt;&lt;PRE class="language-none"&gt;&lt;CODE&gt;if(selected(${question}, 'NA') and count-selected(${question}) &amp;gt; 1, false(), true() )‍&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;You could then add a constraint message to explain that no other selections are allowed when NA is selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2019 01:24:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/another-value-na-in-select-multiple-option/m-p/714534#M459</guid>
      <dc:creator>Jim-Moore</dc:creator>
      <dc:date>2019-01-10T01:24:24Z</dc:date>
    </item>
  </channel>
</rss>

