<?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 Feature report help with conditional statement on select multiple questions in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/feature-report-help-with-conditional-statement-on/m-p/1039758#M33352</link>
    <description>&lt;P&gt;I am trying to set up an "OR" condition on a select multiple question in my feature reports. I've tried the following with no luck, where am I going wrong? The help falls short here with a very brief mention of the parameters but no syntax examples.&lt;/P&gt;&lt;P&gt;${if inv_inspection_locations | selected:"WaterMain" || "CurbStop" || "Meter"}&lt;/P&gt;&lt;P&gt;${if inv_inspection_locations | selected:"WaterMain" || selected:"CurbStop" || selected:"Meter"}&lt;/P&gt;&lt;P&gt;${if inv_inspection_locations | selected:"WaterMain" || inv_inspection_locations | selected:"CurbStop" || inv_inspection_locations | selected:"Meter"}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Mar 2021 13:47:55 GMT</pubDate>
    <dc:creator>RobBlash</dc:creator>
    <dc:date>2021-03-23T13:47:55Z</dc:date>
    <item>
      <title>Feature report help with conditional statement on select multiple questions</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/feature-report-help-with-conditional-statement-on/m-p/1039758#M33352</link>
      <description>&lt;P&gt;I am trying to set up an "OR" condition on a select multiple question in my feature reports. I've tried the following with no luck, where am I going wrong? The help falls short here with a very brief mention of the parameters but no syntax examples.&lt;/P&gt;&lt;P&gt;${if inv_inspection_locations | selected:"WaterMain" || "CurbStop" || "Meter"}&lt;/P&gt;&lt;P&gt;${if inv_inspection_locations | selected:"WaterMain" || selected:"CurbStop" || selected:"Meter"}&lt;/P&gt;&lt;P&gt;${if inv_inspection_locations | selected:"WaterMain" || inv_inspection_locations | selected:"CurbStop" || inv_inspection_locations | selected:"Meter"}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 13:47:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/feature-report-help-with-conditional-statement-on/m-p/1039758#M33352</guid>
      <dc:creator>RobBlash</dc:creator>
      <dc:date>2021-03-23T13:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Feature report help with conditional statement on select multiple questions</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/feature-report-help-with-conditional-statement-on/m-p/1042010#M33513</link>
      <description>&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;Try enclosing each condition in parentheses:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;${if (inv_inspection_locations | selected:"WaterMain") || (inv_inspection_locations | selected:"CurbStop") || (inv_inspection_locations | selected:"Meter")}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-Barbara&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 17:09:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/feature-report-help-with-conditional-statement-on/m-p/1042010#M33513</guid>
      <dc:creator>BarbaraWebster1</dc:creator>
      <dc:date>2021-03-30T17:09:54Z</dc:date>
    </item>
  </channel>
</rss>

