<?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 Conditional requirements, but not using Relevant in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/conditional-requirements-but-not-using-relevant/m-p/780088#M5889</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm building a survey for manhole inspections.&amp;nbsp; For a completed inspections, there could easily be 50+ fields with data.&amp;nbsp; However, there are very often times when we start an inspection but are unable to finish it, such as the manhole being surcharged.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I currently have a question that asks, is the inspection complete?&amp;nbsp; If yes, then I need nearly all of those 50 questions to have values in them.&amp;nbsp; If no, I still want all of the fields visible and fillable, and the data saved and submitted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the relevant function with groups will not work for this.&amp;nbsp; I need the workers to see all the possible fields even if the inspection is not complete.&amp;nbsp; I've spent a couple of hours on researching this topic and have been unable to find a solution that works for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm a really new to Survey123 and I'm not a computer whiz, so sorry if this is a beginner question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Mar 2020 16:48:50 GMT</pubDate>
    <dc:creator>KorySteele</dc:creator>
    <dc:date>2020-03-30T16:48:50Z</dc:date>
    <item>
      <title>Conditional requirements, but not using Relevant</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/conditional-requirements-but-not-using-relevant/m-p/780088#M5889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm building a survey for manhole inspections.&amp;nbsp; For a completed inspections, there could easily be 50+ fields with data.&amp;nbsp; However, there are very often times when we start an inspection but are unable to finish it, such as the manhole being surcharged.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I currently have a question that asks, is the inspection complete?&amp;nbsp; If yes, then I need nearly all of those 50 questions to have values in them.&amp;nbsp; If no, I still want all of the fields visible and fillable, and the data saved and submitted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the relevant function with groups will not work for this.&amp;nbsp; I need the workers to see all the possible fields even if the inspection is not complete.&amp;nbsp; I've spent a couple of hours on researching this topic and have been unable to find a solution that works for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm a really new to Survey123 and I'm not a computer whiz, so sorry if this is a beginner question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2020 16:48:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/conditional-requirements-but-not-using-relevant/m-p/780088#M5889</guid>
      <dc:creator>KorySteele</dc:creator>
      <dc:date>2020-03-30T16:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional requirements, but not using Relevant</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/conditional-requirements-but-not-using-relevant/m-p/780089#M5890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/10005"&gt;Kory Steele&lt;/A&gt;‌. As you indicate, conditional statements on the relevant column are not the correct approach for this. First, because a question that is not relevant is always hidden, and you want the question to be visible. Second, because when a question is flagged as non-relevant, the Survey123 app will clear out its contents so users will be losing whatever they typed in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think what you can do is to use your conditional expressions in the required field.&amp;nbsp; The required field in the Survey123 Connect templates is pre-configured with a simple drop-down to say if the question is required (yes) or not (empty).&amp;nbsp; You can however type an XLSForm expression in there too. I am guessing that you could write something like&amp;nbsp; selected(${inspection_complete},'yes')&amp;nbsp; If the inspection is completed, then the question will be required. If not, it will not be required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would that work for you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2020 17:16:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/conditional-requirements-but-not-using-relevant/m-p/780089#M5890</guid>
      <dc:creator>IsmaelChivite</dc:creator>
      <dc:date>2020-03-30T17:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional requirements, but not using Relevant</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/conditional-requirements-but-not-using-relevant/m-p/780090#M5891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I am actually trying to implement a conditionally required question and I could not do this unless I removed the data validation (only allows field from the list, i think it's yes or empty cell) from the Required field for Survey123 Connect from ArcGIS. The survey was created in version 3.9.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2020 15:24:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/conditional-requirements-but-not-using-relevant/m-p/780090#M5891</guid>
      <dc:creator>JenniferMcKee__GISP</dc:creator>
      <dc:date>2020-05-26T15:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional requirements, but not using Relevant</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/conditional-requirements-but-not-using-relevant/m-p/780091#M5892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The drop down just shows yes but you can but any true expression in there.&amp;nbsp; It does work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2020 22:23:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/conditional-requirements-but-not-using-relevant/m-p/780091#M5892</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2020-05-26T22:23:55Z</dc:date>
    </item>
  </channel>
</rss>

