<?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: Survey123 - multiple relevant in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-multiple-relevant/m-p/856131#M24827</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using the following should do the trick:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;${class_name} &amp;gt; 1 &lt;STRONG&gt;and&lt;/STRONG&gt; ${waste_sel} = 'no'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are referencing choice lists, you need to use the value that is in the name column (as opposed to the label column) as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="355973" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/355973_pastedImage_3.png" style="width: 620px; height: 325px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if the name that represents No is in fact the number 2, then your formula will look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;${class_name} &amp;gt; 1 and ${waste_sel} = &lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the int() formula might also be worthwhile to ensure the referenced value is always treated as an integer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;int(&lt;/STRONG&gt;${class_name}&lt;STRONG&gt;)&lt;/STRONG&gt; &amp;gt; 1 and &lt;STRONG&gt;int(&lt;/STRONG&gt;${waste_sel}&lt;STRONG&gt;)&lt;/STRONG&gt; = 2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check out the full list of operators in the documentation &lt;A href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Jun 2017 10:22:15 GMT</pubDate>
    <dc:creator>MichaelKelly</dc:creator>
    <dc:date>2017-06-07T10:22:15Z</dc:date>
    <item>
      <title>Survey123 - multiple relevant</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-multiple-relevant/m-p/856130#M24826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've a form like this:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;CLASS Name&lt;/STRONG&gt;&lt;UL&gt;&lt;LI&gt;1 - Electro&lt;/LI&gt;&lt;LI&gt;2 - Macro&lt;/LI&gt;&lt;LI&gt;3 - Plus&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;WASTE&lt;/STRONG&gt;&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;1 - Yes&lt;/LI&gt;&lt;LI&gt;2 - No&lt;/LI&gt;&lt;LI&gt;3 - Not sure&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Material&lt;/STRONG&gt;&lt;UL&gt;&lt;LI&gt;1 - Glass&lt;/LI&gt;&lt;LI&gt;2 - Wood&lt;/LI&gt;&lt;LI&gt;3 - Stone&lt;/LI&gt;&lt;LI&gt;4 - PVC&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I'm able to configure the Survey123 Sheet in order to make WASTE and Material fields visibles when I select items 2 or 3 from CLASS Name field (&lt;STRONG&gt;${class_name} &amp;gt;&amp;nbsp;1&lt;/STRONG&gt;).&lt;/P&gt;&lt;P&gt;But the question is: can I also add a relevant to Material field to get it NOT visible when WASTE field selected item is&amp;nbsp;No? I've tried to set relevant for Material field concatenating &lt;STRONG&gt;${class_name} &amp;gt;&amp;nbsp;1 + ${waste_sel} = 'no'&lt;/STRONG&gt; but&amp;nbsp;it doesn't work.&lt;/P&gt;&lt;P&gt;Please, any help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 10:14:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-multiple-relevant/m-p/856130#M24826</guid>
      <dc:creator>AlBow</dc:creator>
      <dc:date>2017-06-07T10:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 - multiple relevant</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-multiple-relevant/m-p/856131#M24827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using the following should do the trick:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;${class_name} &amp;gt; 1 &lt;STRONG&gt;and&lt;/STRONG&gt; ${waste_sel} = 'no'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are referencing choice lists, you need to use the value that is in the name column (as opposed to the label column) as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="355973" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/355973_pastedImage_3.png" style="width: 620px; height: 325px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if the name that represents No is in fact the number 2, then your formula will look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;${class_name} &amp;gt; 1 and ${waste_sel} = &lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the int() formula might also be worthwhile to ensure the referenced value is always treated as an integer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;int(&lt;/STRONG&gt;${class_name}&lt;STRONG&gt;)&lt;/STRONG&gt; &amp;gt; 1 and &lt;STRONG&gt;int(&lt;/STRONG&gt;${waste_sel}&lt;STRONG&gt;)&lt;/STRONG&gt; = 2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check out the full list of operators in the documentation &lt;A href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 10:22:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-multiple-relevant/m-p/856131#M24827</guid>
      <dc:creator>MichaelKelly</dc:creator>
      <dc:date>2017-06-07T10:22:15Z</dc:date>
    </item>
  </channel>
</rss>

