<?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: Multiple values in relevant column in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/multiple-values-in-relevant-column/m-p/1676316#M65109</link>
    <description>&lt;P&gt;I tried the suggestion by Doug, it worked. Make sure to use 'or' in small caps. For some reason it didn't work with caps on.&lt;/P&gt;&lt;P&gt;I used this -&amp;nbsp;selected(${GraderBlades},'other') or selected(${Pick},'other')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Jan 2026 14:24:30 GMT</pubDate>
    <dc:creator>KHUSH_295</dc:creator>
    <dc:date>2026-01-07T14:24:30Z</dc:date>
    <item>
      <title>Multiple values in relevant column</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/multiple-values-in-relevant-column/m-p/858239#M25237</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 trying to use the relevant column to show&amp;nbsp;questions that are&amp;nbsp;dependent on certain values in a drop down list. Interns will be collecting information for various plant species, and will select one species at a time, but multiple species codes necessitate a new field that I hope to keep hidden&amp;nbsp;unless that species is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, we have codes such as ALRU2_S1, ALRU2_S2, and ALRU2_S3 to indicate different sizes of&amp;nbsp;red alder seedlings. I'm hoping to keep the "Count" field hidden unless a seedling code is entered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've had a lot of success with the following, which is currently working for one value at a time:&lt;/P&gt;&lt;P&gt;selected(${species}, 'ALRU2_S1')&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am wondering how to add multiple values in this syntax so that the seedling count field pops up for more than one species code, if that is not within Survey123 limitations.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Jessika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2020 01:24:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/multiple-values-in-relevant-column/m-p/858239#M25237</guid>
      <dc:creator>JessikaMcFarland</dc:creator>
      <dc:date>2020-02-21T01:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple values in relevant column</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/multiple-values-in-relevant-column/m-p/858240#M25238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just put an or between them&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;selected(${species}, 'ALRU2_S1') or&amp;nbsp;&lt;SPAN&gt;selected(${species}, 'ALRU2_S2')&amp;nbsp; etc&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2020 14:36:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/multiple-values-in-relevant-column/m-p/858240#M25238</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2020-02-21T14:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple values in relevant column</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/multiple-values-in-relevant-column/m-p/1288433#M49207</link>
      <description>&lt;P&gt;Can I do an ${field}="answer" and (${field2}="answer" or ${field3} = "answer"). So the first condition has to be true but the last two either can be true.&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 01:46:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/multiple-values-in-relevant-column/m-p/1288433#M49207</guid>
      <dc:creator>jzibbell_boise</dc:creator>
      <dc:date>2023-05-12T01:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple values in relevant column</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/multiple-values-in-relevant-column/m-p/1327428#M51653</link>
      <description>&lt;P&gt;Any Update on this?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 19:39:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/multiple-values-in-relevant-column/m-p/1327428#M51653</guid>
      <dc:creator>BE4</dc:creator>
      <dc:date>2023-09-11T19:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple values in relevant column</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/multiple-values-in-relevant-column/m-p/1676316#M65109</link>
      <description>&lt;P&gt;I tried the suggestion by Doug, it worked. Make sure to use 'or' in small caps. For some reason it didn't work with caps on.&lt;/P&gt;&lt;P&gt;I used this -&amp;nbsp;selected(${GraderBlades},'other') or selected(${Pick},'other')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jan 2026 14:24:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/multiple-values-in-relevant-column/m-p/1676316#M65109</guid>
      <dc:creator>KHUSH_295</dc:creator>
      <dc:date>2026-01-07T14:24:30Z</dc:date>
    </item>
  </channel>
</rss>

