<?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 Equation in relevant field not working, &amp;quot;unexpected beginning of path&amp;quot; in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/equation-in-relevant-field-not-working-quot/m-p/839766#M20585</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on a Survey123 form and trying to have a note appear when a set of parameters are within 10% of each other.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/486232_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the fields getting pulled are in the same group (as min and max have issues pulling from multiple groups).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;max1 and min1 are working correctly, the issue seems to be coming from the formula in in the relevant field for calcstab1. Survey123 Connect is stating that it is an 'unexpected beginning of path'.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The end goal is that if this equation equals or is less than 10 it would show a note stating that it has stabilized.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Mar 2020 19:46:59 GMT</pubDate>
    <dc:creator>LouiseJ</dc:creator>
    <dc:date>2020-03-25T19:46:59Z</dc:date>
    <item>
      <title>Equation in relevant field not working, "unexpected beginning of path"</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/equation-in-relevant-field-not-working-quot/m-p/839766#M20585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on a Survey123 form and trying to have a note appear when a set of parameters are within 10% of each other.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/486232_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the fields getting pulled are in the same group (as min and max have issues pulling from multiple groups).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;max1 and min1 are working correctly, the issue seems to be coming from the formula in in the relevant field for calcstab1. Survey123 Connect is stating that it is an 'unexpected beginning of path'.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The end goal is that if this equation equals or is less than 10 it would show a note stating that it has stabilized.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2020 19:46:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/equation-in-relevant-field-not-working-quot/m-p/839766#M20585</guid>
      <dc:creator>LouiseJ</dc:creator>
      <dc:date>2020-03-25T19:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Equation in relevant field not working, "unexpected beginning of path"</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/equation-in-relevant-field-not-working-quot/m-p/839767#M20586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;Louise&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the screenshot. In XLSForm, the operator for division is "div". If you replace the forward slashes with "div" this expression should work, i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;(((${max1}-${min1}) div ((${max1}+${min1}) div 2))*100)&amp;lt;=10&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;XLSForm operators and functions are described here:&amp;nbsp;&lt;A class="link-titled" href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm" title="https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm"&gt;Formulas—Survey123 for ArcGIS | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2020 23:48:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/equation-in-relevant-field-not-working-quot/m-p/839767#M20586</guid>
      <dc:creator>Jim-Moore</dc:creator>
      <dc:date>2020-03-25T23:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Equation in relevant field not working, "unexpected beginning of path"</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/equation-in-relevant-field-not-working-quot/m-p/839768#M20587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's exactly what it is. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2020 13:34:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/equation-in-relevant-field-not-working-quot/m-p/839768#M20587</guid>
      <dc:creator>LouiseJ</dc:creator>
      <dc:date>2020-03-26T13:34:56Z</dc:date>
    </item>
  </channel>
</rss>

