<?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: Hiding select multiple options based on selection in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/hiding-select-multiple-options-based-on-selection/m-p/1116949#M38624</link>
    <description>&lt;P&gt;Thank You for the quick reply!&lt;BR /&gt;&lt;BR /&gt;I used the second suggestion. The constraint worked out great!&lt;/P&gt;</description>
    <pubDate>Mon, 15 Nov 2021 16:59:54 GMT</pubDate>
    <dc:creator>VH_MapS</dc:creator>
    <dc:date>2021-11-15T16:59:54Z</dc:date>
    <item>
      <title>Hiding select multiple options based on selection</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/hiding-select-multiple-options-based-on-selection/m-p/1116466#M38601</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I have the select multiple question below:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-11-12 141216.jpg" style="width: 216px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/27336iD198821C18E876E8/image-dimensions/216x259?v=v2" width="216" height="259" role="button" title="Screenshot 2021-11-12 141216.jpg" alt="Screenshot 2021-11-12 141216.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I would like all of the other choices to disappear if the first option (No Equipment Present) is selected.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I've tried a few different statements in the 'relevant' column (each select one choice generates a repeat) but I'm not having any luck.&lt;BR /&gt;&lt;BR /&gt;Example Statement:&amp;nbsp;&lt;SPAN&gt;if(selected(${Item_Type}, 'Capacitor') and not(selected{${Item_Type}, "NoEquipment")&lt;BR /&gt;&lt;BR /&gt;Can someone point me in the right direction here?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Nov 2021 19:16:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/hiding-select-multiple-options-based-on-selection/m-p/1116466#M38601</guid>
      <dc:creator>VH_MapS</dc:creator>
      <dc:date>2021-11-12T19:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding select multiple options based on selection</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/hiding-select-multiple-options-based-on-selection/m-p/1116679#M38609</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/21312"&gt;@VH_MapS&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You have many options:&lt;/P&gt;&lt;P&gt;1- Create separate Select_One&amp;nbsp; question for the equipment availability:&lt;/P&gt;&lt;P&gt;Q\ Equipment Availability:&lt;/P&gt;&lt;P&gt;- Equipment Present&lt;BR /&gt;- No Equipment Present&lt;/P&gt;&lt;P&gt;Then use the relevant to hide or appear the next question about the equipment typ.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hussam_AlJabri_0-1636917252467.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/27379i5573CA904043BC37/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Hussam_AlJabri_0-1636917252467.png" alt="Hussam_AlJabri_0-1636917252467.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hussam_AlJabri_1-1636917043428.gif" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/27378i1A614EA590561F69/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Hussam_AlJabri_1-1636917043428.gif" alt="Hussam_AlJabri_1-1636917043428.gif" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2- you can&amp;nbsp;use constraint to prevent user from selecting other choices if he selected "&lt;SPAN&gt;No Equipment Present" in same choice list:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if((selected(.,'cpacitor') or selected(.,'regulator') or selected(.,'transformer') or selected(.,'switch') or selected(.,'recloser') or selected(.,'fuse') or selected(.,'meter')or selected(.,'light')or selected(.,'underground_equipment')),not(selected(.,'&lt;SPAN&gt;NoEquipment&lt;/SPAN&gt;')),selected(.,'&lt;SPAN&gt;NoEquipment&lt;/SPAN&gt;'))&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hussam_AlJabri_0-1636916724467.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/27377i147AB83E97241961/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Hussam_AlJabri_0-1636916724467.png" alt="Hussam_AlJabri_0-1636916724467.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Loom _ Free Screen  Video Recording Software.gif" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/27376iCD8C0B375E77435D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Loom _ Free Screen  Video Recording Software.gif" alt="Loom _ Free Screen  Video Recording Software.gif" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Nov 2021 19:14:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/hiding-select-multiple-options-based-on-selection/m-p/1116679#M38609</guid>
      <dc:creator>Hussam_AlJabri</dc:creator>
      <dc:date>2021-11-14T19:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding select multiple options based on selection</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/hiding-select-multiple-options-based-on-selection/m-p/1116949#M38624</link>
      <description>&lt;P&gt;Thank You for the quick reply!&lt;BR /&gt;&lt;BR /&gt;I used the second suggestion. The constraint worked out great!&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2021 16:59:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/hiding-select-multiple-options-based-on-selection/m-p/1116949#M38624</guid>
      <dc:creator>VH_MapS</dc:creator>
      <dc:date>2021-11-15T16:59:54Z</dc:date>
    </item>
  </channel>
</rss>

