<?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: Warning (Yellow Flag) validation in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/warning-yellow-flag-validation/m-p/868859#M27624</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan- great. &amp;nbsp;Make sure you pay attention to how null values are expressed -&amp;nbsp;&lt;A class="link-titled" href="http://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm#ESRI_SECTION1_2954BF95CF674951AE9691A656CF157C" title="http://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm#ESRI_SECTION1_2954BF95CF674951AE9691A656CF157C"&gt;Formulas—Survey123 for ArcGIS | ArcGIS&lt;/A&gt;&amp;nbsp; provides guidance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Feb 2017 16:55:14 GMT</pubDate>
    <dc:creator>JamesTedrick</dc:creator>
    <dc:date>2017-02-27T16:55:14Z</dc:date>
    <item>
      <title>Warning (Yellow Flag) validation</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/warning-yellow-flag-validation/m-p/868856#M27621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible (or is it functionality that is planned/coming) to expand the required field to allow for a "Warning" type message if a field is left blank?&lt;BR /&gt;&lt;BR /&gt;We are designing a form for a field trip that allows no response to certain questions, however they would like it if a warning was displayed to the user that they had not completed the field but allowed the user to acknowledge it and still submit the survey.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 00:59:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/warning-yellow-flag-validation/m-p/868856#M27621</guid>
      <dc:creator>DanielMcIlroy</dc:creator>
      <dc:date>2017-02-16T00:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Warning (Yellow Flag) validation</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/warning-yellow-flag-validation/m-p/868857#M27622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way this can be accomplished is with a select_one/select_multiple that is used to override the constraint - the constraint function becomes&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;Existing constraint&amp;gt; or ${overridefield} =&amp;nbsp;&amp;lt;override value&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an example:&lt;/P&gt;&lt;P&gt;(survey sheet):&lt;/P&gt;&lt;TABLE class="j-table jiveBorder" style="border: 1px solid #c6c6c6;" width="100%"&gt;&lt;THEAD&gt;&lt;TR style="background-color: #efefef;"&gt;&lt;TH&gt;type&lt;/TH&gt;&lt;TH&gt;name&lt;/TH&gt;&lt;TH&gt;label&lt;/TH&gt;&lt;TH&gt;hint&lt;/TH&gt;&lt;TH&gt;constraint&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;integer&lt;/TD&gt;&lt;TD&gt;value1&lt;/TD&gt;&lt;TD&gt;Enter in the number of things&lt;/TD&gt;&lt;TD&gt;(Normally 10 or less)&lt;/TD&gt;&lt;TD&gt;. &amp;lt; 10 or ${ok1} = 'override'&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;select_one ok&lt;/TD&gt;&lt;TD&gt;ok1&lt;/TD&gt;&lt;TD&gt;Confirm that the number is correct&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(choices sheet):&lt;/P&gt;&lt;TABLE class="j-table jiveBorder" style="border: 1px solid #c6c6c6;" width="100%"&gt;&lt;THEAD&gt;&lt;TR style="background-color: #efefef;"&gt;&lt;TH&gt;list_name&lt;/TH&gt;&lt;TH&gt;name&lt;/TH&gt;&lt;TH&gt;label&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;ok&lt;/TD&gt;&lt;TD&gt;override&lt;/TD&gt;&lt;TD&gt;Value is correct&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 00:25:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/warning-yellow-flag-validation/m-p/868857#M27622</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2017-02-17T00:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Warning (Yellow Flag) validation</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/warning-yellow-flag-validation/m-p/868858#M27623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks James, this works great and I think will solve the problem. I will modify the constraint to look for a null value rather than a number range as the user wants to allow field users to not capture a value, but ensure that it wasn't missed by accident.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 04:28:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/warning-yellow-flag-validation/m-p/868858#M27623</guid>
      <dc:creator>DanielMcIlroy</dc:creator>
      <dc:date>2017-02-27T04:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Warning (Yellow Flag) validation</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/warning-yellow-flag-validation/m-p/868859#M27624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan- great. &amp;nbsp;Make sure you pay attention to how null values are expressed -&amp;nbsp;&lt;A class="link-titled" href="http://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm#ESRI_SECTION1_2954BF95CF674951AE9691A656CF157C" title="http://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm#ESRI_SECTION1_2954BF95CF674951AE9691A656CF157C"&gt;Formulas—Survey123 for ArcGIS | ArcGIS&lt;/A&gt;&amp;nbsp; provides guidance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 16:55:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/warning-yellow-flag-validation/m-p/868859#M27624</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2017-02-27T16:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Warning (Yellow Flag) validation</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/warning-yellow-flag-validation/m-p/868860#M27625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That formulas page is a fantastic resource, thanks for passing it on. I definitely came up against the null value brick wall!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your help, I am trying to implement Survey123 for a large field campaign about to be undertaken so no doubt I will pop up with more questions!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2017 02:25:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/warning-yellow-flag-validation/m-p/868860#M27625</guid>
      <dc:creator>DanielMcIlroy</dc:creator>
      <dc:date>2017-02-28T02:25:49Z</dc:date>
    </item>
  </channel>
</rss>

