<?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: Relevant syntax if &amp;gt;1 choice is picked from list in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/relevant-syntax-if-gt-1-choice-is-picked-from-list/m-p/847726#M22503</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to create a Relevant expression based on a Choice Filter? For example, say I have a list of 5 inspector names for the user to choose from. As the user chooses the appropriate name, a choice filter populates a list of projects. Once the user chooses the appropriate project, a relevant expression becomes visible with a yes or no value to choose from indicating whether or not that project has been inspected. It does not matter which project is chosen. I tried using a wild card like an ' * ' in an expression ${PROJECT} = '*' but no luck. I have the first two parts implemented but do not know how to create the relevant expression. Any help would be appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Apr 2016 20:11:15 GMT</pubDate>
    <dc:creator>JaromHlebasko</dc:creator>
    <dc:date>2016-04-12T20:11:15Z</dc:date>
    <item>
      <title>Relevant syntax if &gt;1 choice is picked from list</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/relevant-syntax-if-gt-1-choice-is-picked-from-list/m-p/847723#M22500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a choices list that I want to appear as a question if either one of two different choices are selected from a list....I know that I can use a relevant entry of selected(${name}, 'choice') to display it when one choice is selected, but what entry can I enter to have the question displayed if either of these two choices are selected?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 17:19:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/relevant-syntax-if-gt-1-choice-is-picked-from-list/m-p/847723#M22500</guid>
      <dc:creator>DougWilson3</dc:creator>
      <dc:date>2016-04-07T17:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Relevant syntax if &gt;1 choice is picked from list</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/relevant-syntax-if-gt-1-choice-is-picked-from-list/m-p/847724#M22501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doug,&lt;BR /&gt;I'm not clear enough from your question to see the logic you need. &lt;BR /&gt;&lt;BR /&gt;Am I paraphrasing correctly here?:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;You want an element to appear as a question in the form conditionally.&lt;/LI&gt;&lt;LI&gt;You understand how to make this work if one item from a pick list is chosen.&lt;/LI&gt;&lt;LI&gt;If your user chooses from a list, then your question appears if one of the items on the list is chosen and that could be more than one options&lt;BR /&gt;--e.g. if the list is&lt;OL&gt;&lt;LI&gt;llama,&lt;/LI&gt;&lt;LI&gt;alpaca,&lt;/LI&gt;&lt;LI&gt;vicuña,&lt;/LI&gt;&lt;LI&gt;guanaco&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Your question "ear length?" would appear if the user selects either 1. llama and 3 vicuña.&lt;/LI&gt;&lt;LI&gt;You are not describing a multiple selection list such as the question conditionally appears only if they choose both 1. llama and 3 vicuña. (but you would probably like to know if that is possible)&lt;/LI&gt;&lt;LI&gt;You are not trying to use an external select list&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I made an example of the case described above as an .xlsx form for you to bring into a project.&lt;/P&gt;&lt;P&gt;You can access it here &lt;A href="http://gisgeek.com/survey123/" title="http://gisgeek.com/survey123/"&gt;Index of /survey123&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Download the Excel workbook, create a "New Survey" in Survey123 Connect, give New Survey a title and use the "Browse.." button to import the workbook and create a Survey123 project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this form, the questions of "ear length" and "take a photo of ear" are conditional and only appear if you select the first or third option on the list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test if this is the functionality you describe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 20:01:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/relevant-syntax-if-gt-1-choice-is-picked-from-list/m-p/847724#M22501</guid>
      <dc:creator>Joseph_Kinyon</dc:creator>
      <dc:date>2016-04-07T20:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Relevant syntax if &gt;1 choice is picked from list</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/relevant-syntax-if-gt-1-choice-is-picked-from-list/m-p/847725#M22502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doug,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that table notice I made a column called "relevant"&lt;/P&gt;&lt;P&gt;The conditional question will appear base upon the formula in that question's relevant field.&lt;BR /&gt;On the condition that one of two choices is true out of a set of four+ choices, then the question appears. &lt;BR /&gt;You do this by saying in the formula that if the answer to the prior question equals either "this" or "that"&amp;nbsp; than the relevance of showing this particular question to the user is true.&lt;/P&gt;&lt;P&gt;This requires the use of an OR operator as shown.&lt;BR /&gt;&lt;BR /&gt;selected(${critter},'llama') or selected(${critter}, 'vicuña')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe you can also use the AND operator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 20:13:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/relevant-syntax-if-gt-1-choice-is-picked-from-list/m-p/847725#M22502</guid>
      <dc:creator>Joseph_Kinyon</dc:creator>
      <dc:date>2016-04-07T20:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Relevant syntax if &gt;1 choice is picked from list</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/relevant-syntax-if-gt-1-choice-is-picked-from-list/m-p/847726#M22503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to create a Relevant expression based on a Choice Filter? For example, say I have a list of 5 inspector names for the user to choose from. As the user chooses the appropriate name, a choice filter populates a list of projects. Once the user chooses the appropriate project, a relevant expression becomes visible with a yes or no value to choose from indicating whether or not that project has been inspected. It does not matter which project is chosen. I tried using a wild card like an ' * ' in an expression ${PROJECT} = '*' but no luck. I have the first two parts implemented but do not know how to create the relevant expression. Any help would be appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 20:11:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/relevant-syntax-if-gt-1-choice-is-picked-from-list/m-p/847726#M22503</guid>
      <dc:creator>JaromHlebasko</dc:creator>
      <dc:date>2016-04-12T20:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Relevant syntax if &gt;1 choice is picked from list</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/relevant-syntax-if-gt-1-choice-is-picked-from-list/m-p/847727#M22504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jarom.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A Relevant expression is a choice filter.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;For your situation you have a form that presents elements that are filtered and "relevant" to the particular inspector.&lt;/P&gt;&lt;P&gt;You have 5 inspectors:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Jarom&lt;/LI&gt;&lt;LI&gt;Jim&lt;/LI&gt;&lt;LI&gt;John&lt;/LI&gt;&lt;LI&gt;Joe&lt;/LI&gt;&lt;LI&gt;Jan&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Jarom and Jim inspect plumbing, John does electrical inspection, Joe does termites and Jan checks wheelchair access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the choices tab, you would make an inspector list&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="1px" cellpadding="0" cellspacing="0" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#606060&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;start&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#505050&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#F2F2F2&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;6&amp;quot;}" style="width: 595px; border: 1px solid #505050;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="color: #505050; text-align: left; padding: 6px; background-color: #f2f2f2;"&gt;list_name&lt;/TH&gt;&lt;TH style="color: #505050; text-align: left; padding: 6px; background-color: #f2f2f2;"&gt;name&lt;/TH&gt;&lt;TH style="color: #505050; text-align: left; padding: 6px; background-color: #f2f2f2;"&gt;label&lt;/TH&gt;&lt;TH style="color: #505050; text-align: left; padding: 6px; background-color: #f2f2f2;"&gt;category&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="20" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;inspectors&lt;/TD&gt;&lt;TD class="xl68" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;Jarom Hlebasko&lt;/TD&gt;&lt;TD class="xl68" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;Jarom&lt;/TD&gt;&lt;TD class="xl68" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;electrical&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="20" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;inspectors&lt;/TD&gt;&lt;TD class="xl68" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;Jim Jarmusch&lt;/TD&gt;&lt;TD class="xl68" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;Jim&lt;/TD&gt;&lt;TD class="xl68" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;electrical&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="20" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;inspectors&lt;/TD&gt;&lt;TD class="xl68" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;John Jacobjingleheimerschmitt&lt;/TD&gt;&lt;TD class="xl68" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;John&lt;/TD&gt;&lt;TD class="xl68" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;plumbing&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="20" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;inspectors&lt;/TD&gt;&lt;TD class="xl68" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;Joe Mamma&lt;/TD&gt;&lt;TD class="xl68" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;Joe&lt;/TD&gt;&lt;TD class="xl68" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;pests&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="20" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;inspectors&lt;/TD&gt;&lt;TD class="xl68" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;Jan Johnson&lt;/TD&gt;&lt;TD class="xl68" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;Jan&lt;/TD&gt;&lt;TD class="xl68" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;compliance&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the Survey tab, for every element (or group) relevant to their inspection activity you make a formula that conditionally displays if it is true which simplifies the inspector's form to answer only questions he would observe but distribute one form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest bundling the questions relevant to them as one group (type=group, use begin_group &amp;amp; end_group to cluster them).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the structure below, the group of questions related to those inspectors name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only did two groups as an example, but you would have pests and compliance question groups too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="1px" cellpadding="0" cellspacing="0" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#606060&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;start&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#505050&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#F2F2F2&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;6&amp;quot;}" style="width: 927px; border-width: 1px; border-style: solid;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="color: #505050; text-align: left; padding: 6px; background-color: #f2f2f2;"&gt;type&lt;/TH&gt;&lt;TH style="color: #505050; text-align: left; padding: 6px; background-color: #f2f2f2;"&gt;name&lt;/TH&gt;&lt;TH style="width: 98px; color: #505050; text-align: left; padding: 6px; background-color: #f2f2f2;"&gt;label&lt;/TH&gt;&lt;TH style="width: 55%; color: #505050; text-align: left; padding: 6px; background-color: #f2f2f2;"&gt;relevant&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl71" height="20" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;select_one inspectors&lt;/TD&gt;&lt;TD class="xl71" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;inspectors&lt;/TD&gt;&lt;TD class="xl72" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);" width="185"&gt;Inspector Name&lt;/TD&gt;&lt;TD class="xl70" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);" width="521"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl71" height="20" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;text favoritecolor&lt;/TD&gt;&lt;TD class="xl71" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;color&lt;/TD&gt;&lt;TD class="xl72" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);" width="185"&gt;Favorite color today&lt;/TD&gt;&lt;TD class="xl70" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);" width="521"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl71" height="20" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt; &lt;/TD&gt;&lt;TD class="xl71" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt; &lt;/TD&gt;&lt;TD class="xl72" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);" width="185"&gt; &lt;/TD&gt;&lt;TD class="xl70" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);" width="521"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl73" height="20" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;begin group&lt;/TD&gt;&lt;TD class="xl73" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;electrical&lt;/TD&gt;&lt;TD class="xl73" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;Electrical Inspection&lt;/TD&gt;&lt;TD class="xl73" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;selected(${inpectors},'Jarom Hlebasko') or selected(${inspectors},'Jim Jarmusch')&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl73" height="20" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;integer plugs&lt;/TD&gt;&lt;TD class="xl73" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;plugcount&lt;/TD&gt;&lt;TD class="xl73" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;Number of Plugs&lt;/TD&gt;&lt;TD class="xl73" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl73" height="20" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;text hazardobs&lt;/TD&gt;&lt;TD class="xl73" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;hazard&lt;/TD&gt;&lt;TD class="xl73" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;Hazard Observation&lt;/TD&gt;&lt;TD class="xl73" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl73" height="20" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;image hazardpic&lt;/TD&gt;&lt;TD class="xl73" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;hazardphoto&lt;/TD&gt;&lt;TD class="xl73" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;Photo of Hazard&lt;/TD&gt;&lt;TD class="xl73" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl73" height="20" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;end group&lt;/TD&gt;&lt;TD class="xl73" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt; &lt;/TD&gt;&lt;TD class="xl73" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt; &lt;/TD&gt;&lt;TD class="xl73" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl73" height="20" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt; &lt;/TD&gt;&lt;TD class="xl73" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt; &lt;/TD&gt;&lt;TD class="xl73" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt; &lt;/TD&gt;&lt;TD class="xl73" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl73" height="20" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;begin group&lt;/TD&gt;&lt;TD class="xl73" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;plumbing&lt;/TD&gt;&lt;TD class="xl73" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;Pluming Inspection&lt;/TD&gt;&lt;TD class="xl73" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;selected(${inpectors},'John Jacobjingleheimerschmitt') &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl73" height="20" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;text pipe&lt;/TD&gt;&lt;TD class="xl73" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;pipetype&lt;/TD&gt;&lt;TD class="xl73" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;Pipe Material&lt;/TD&gt;&lt;TD class="xl73" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl73" height="20" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;decimal diameter&lt;/TD&gt;&lt;TD class="xl73" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;pipewidth&lt;/TD&gt;&lt;TD class="xl73" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;OD of Pipe in decimal inches&lt;/TD&gt;&lt;TD class="xl73" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl73" height="20" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;end group&lt;/TD&gt;&lt;TD class="xl73" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt; &lt;/TD&gt;&lt;TD class="xl73" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt; &lt;/TD&gt;&lt;TD class="xl73" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I personally would simplify this by having a "select_one inspectiontype"&amp;nbsp; list for picking a type of inspection instead of name&amp;gt;&lt;/P&gt;&lt;P&gt;This allows me flexibility if one of the inspectors may be qualified to do a number of inspection types and this would also help keep the formulas for "relevant" simple if I have 20 or 30 inspectors. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add this list in the choices tab like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="1px" cellpadding="0" cellspacing="0" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#606060&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;start&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#505050&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#F2F2F2&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;6&amp;quot;}" style="border-width: 1px; border-style: solid; width: 769px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="color: #505050; text-align: left; padding: 6px; background-color: #f2f2f2;"&gt;list_name&lt;/TH&gt;&lt;TH style="color: #505050; text-align: left; padding: 6px; background-color: #f2f2f2;"&gt;name&lt;/TH&gt;&lt;TH style="color: #505050; text-align: left; padding: 6px; background-color: #f2f2f2;"&gt;label&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="21" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;posneg&lt;/TD&gt;&lt;TD class="xl68" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;yes&lt;/TD&gt;&lt;TD class="xl68" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;Yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="21" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;posneg&lt;/TD&gt;&lt;TD class="xl68" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;no&lt;/TD&gt;&lt;TD class="xl68" style="color: #606060; text-align: start; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;No&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then make a select_one inspectedyesno option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1px" cellpadding="0" cellspacing="0" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#606060&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;start&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#505050&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#F2F2F2&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;6&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" style="border-width: 1px; border-style: solid;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="padding: 6px; color: #505050; width: 246px; background-color: #f2f2f2;"&gt;type&lt;/TH&gt;&lt;TH style="padding: 6px; color: #505050; background-color: #f2f2f2;"&gt;name&lt;/TH&gt;&lt;TH style="padding: 6px; color: #505050; background-color: #f2f2f2;"&gt;label&lt;/TH&gt;&lt;TH style="padding: 6px; color: #505050; background-color: #f2f2f2;"&gt;relevant&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl71" height="20"&gt;select_one inspectedyesno&lt;/TD&gt;&lt;TD class="xl71"&gt;inspectstatus&lt;/TD&gt;&lt;TD class="xl72" width="185"&gt;Inspected? &lt;/TD&gt;&lt;TD class="xl70" width="521"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can then check off whether one element had been inspected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clear as mud?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 00:31:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/relevant-syntax-if-gt-1-choice-is-picked-from-list/m-p/847727#M22504</guid>
      <dc:creator>Joseph_Kinyon</dc:creator>
      <dc:date>2016-04-13T00:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Relevant syntax if &gt;1 choice is picked from list</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/relevant-syntax-if-gt-1-choice-is-picked-from-list/m-p/847728#M22505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this or other things have been helpful, don't forget to click the "helpful yes no" and or like buttons, it helps sort for other users who have similar questions. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 00:39:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/relevant-syntax-if-gt-1-choice-is-picked-from-list/m-p/847728#M22505</guid>
      <dc:creator>Joseph_Kinyon</dc:creator>
      <dc:date>2016-04-13T00:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Relevant syntax if &gt;1 choice is picked from list</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/relevant-syntax-if-gt-1-choice-is-picked-from-list/m-p/847729#M22506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I'm going to dive into your instructions right now and will mark it as helpful once I implement what your talking about (hopefully). Thank you for your time!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 21:08:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/relevant-syntax-if-gt-1-choice-is-picked-from-list/m-p/847729#M22506</guid>
      <dc:creator>JaromHlebasko</dc:creator>
      <dc:date>2016-04-14T21:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Relevant syntax if &gt;1 choice is picked from list</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/relevant-syntax-if-gt-1-choice-is-picked-from-list/m-p/847730#M22507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jarom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How did things work out?&lt;BR /&gt;Were you able to use relevant in you forms as you wished?&lt;/P&gt;&lt;P&gt;Hope things have been productive.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 19:04:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/relevant-syntax-if-gt-1-choice-is-picked-from-list/m-p/847730#M22507</guid>
      <dc:creator>Joseph_Kinyon</dc:creator>
      <dc:date>2016-09-26T19:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Relevant syntax if &gt;1 choice is picked from list</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/relevant-syntax-if-gt-1-choice-is-picked-from-list/m-p/847731#M22508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for reaching out Joe! Yes, you gave me some great insight on what I could do to solve the situation that I was in. I appreciate your help and support!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 19:39:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/relevant-syntax-if-gt-1-choice-is-picked-from-list/m-p/847731#M22508</guid>
      <dc:creator>JaromHlebasko</dc:creator>
      <dc:date>2016-09-27T19:39:52Z</dc:date>
    </item>
  </channel>
</rss>

