<?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: Have fields show up for multiple relevant situations in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/have-fields-show-up-for-multiple-relevant/m-p/1291796#M49435</link>
    <description>&lt;P&gt;I updated the post with the grouping.&lt;BR /&gt;I'm still not successful after trying:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;${fire_present}='yes' and&amp;nbsp;selected(${fca}='level 2') or selected(${fca}='level 3')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;selected(${fire_present}='yes') and&amp;nbsp;selected(${fca}='level 2') or selected(${fca}='level 3')&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 22 May 2023 19:26:55 GMT</pubDate>
    <dc:creator>MelissaSalich</dc:creator>
    <dc:date>2023-05-22T19:26:55Z</dc:date>
    <item>
      <title>Have fields show up for multiple relevant situations</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/have-fields-show-up-for-multiple-relevant/m-p/1291789#M49432</link>
      <description>&lt;P&gt;In S123 connect I'm designing a form where I have a group that will need to have certain questions answered based on the level of survey being conducted.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Level of survey is select_one level, required (level 1, level 2, level 3 are the pick list options)&lt;/P&gt;&lt;P&gt;Condition Rating needs to be filled out for every level of the survey.&lt;/P&gt;&lt;P&gt;How do I formulate the relevant field to show up for multiple select_one questions?&lt;/P&gt;&lt;P&gt;Below is what I've tried but it is not working.&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="25%" height="25px"&gt;&lt;STRONG&gt;type&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;&lt;STRONG&gt;name&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;&lt;STRONG&gt;label&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;&lt;STRONG&gt;relevant&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;begin group&lt;/TD&gt;&lt;TD&gt;fire&lt;/TD&gt;&lt;TD&gt;Fire&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%" height="25px"&gt;select_one yes_no&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;fire_present&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;Fire Protection?&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%" height="25px"&gt;select_one rating&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;fire_rating&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;Condition Rating&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;&lt;P&gt;${fire_present}='yes' and selected(${fca}='level 1' or ${fca}='level 2')&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%" height="25px"&gt;text&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;fire_main_location&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;Location of water main&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;${fire_present}='yes' and&amp;nbsp;selected(${fca}='level 2' or ${fca}='level 3')&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;text&lt;/TD&gt;&lt;TD&gt;fire_comments&lt;/TD&gt;&lt;TD&gt;Comments&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;${fire_present}='yes'&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;end group&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Mon, 22 May 2023 19:25:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/have-fields-show-up-for-multiple-relevant/m-p/1291789#M49432</guid>
      <dc:creator>MelissaSalich</dc:creator>
      <dc:date>2023-05-22T19:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Have fields show up for multiple relevant situations</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/have-fields-show-up-for-multiple-relevant/m-p/1291793#M49433</link>
      <description>&lt;P&gt;Since you're combining "and" and "or" statements, seems like you'll need some parentheses in there to make it work properly. Right now the grouping isn't clear.&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2023 19:16:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/have-fields-show-up-for-multiple-relevant/m-p/1291793#M49433</guid>
      <dc:creator>Katie_Clark</dc:creator>
      <dc:date>2023-05-22T19:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Have fields show up for multiple relevant situations</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/have-fields-show-up-for-multiple-relevant/m-p/1291794#M49434</link>
      <description>&lt;P&gt;Actually, looking again, it could also be because you need to have the word "selected" for both ${fca} parts of the statement.&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2023 19:17:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/have-fields-show-up-for-multiple-relevant/m-p/1291794#M49434</guid>
      <dc:creator>Katie_Clark</dc:creator>
      <dc:date>2023-05-22T19:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Have fields show up for multiple relevant situations</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/have-fields-show-up-for-multiple-relevant/m-p/1291796#M49435</link>
      <description>&lt;P&gt;I updated the post with the grouping.&lt;BR /&gt;I'm still not successful after trying:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;${fire_present}='yes' and&amp;nbsp;selected(${fca}='level 2') or selected(${fca}='level 3')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;selected(${fire_present}='yes') and&amp;nbsp;selected(${fca}='level 2') or selected(${fca}='level 3')&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2023 19:26:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/have-fields-show-up-for-multiple-relevant/m-p/1291796#M49435</guid>
      <dc:creator>MelissaSalich</dc:creator>
      <dc:date>2023-05-22T19:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Have fields show up for multiple relevant situations</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/have-fields-show-up-for-multiple-relevant/m-p/1291799#M49436</link>
      <description>&lt;P&gt;what about:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;${fire_present}='yes' and (selected(${fca}, 'level 2') or selected(${fca},'level 3'))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2023 19:43:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/have-fields-show-up-for-multiple-relevant/m-p/1291799#M49436</guid>
      <dc:creator>Katie_Clark</dc:creator>
      <dc:date>2023-05-22T19:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Have fields show up for multiple relevant situations</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/have-fields-show-up-for-multiple-relevant/m-p/1292011#M49445</link>
      <description>&lt;P&gt;this was it! thanks for sharing your knowledge!&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 11:25:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/have-fields-show-up-for-multiple-relevant/m-p/1292011#M49445</guid>
      <dc:creator>MelissaSalich</dc:creator>
      <dc:date>2023-05-23T11:25:20Z</dc:date>
    </item>
  </channel>
</rss>

