<?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 Rounding calculations in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/rounding-calculations/m-p/774379#M4634</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm looking for help with a calculation on my form. I want to round&amp;nbsp;the numeric answer to a&amp;nbsp;question divided by the product of a numeric answer to a question and a number. My formula is as follows:&lt;/P&gt;&lt;P&gt;round(${question1}div(${question2}*.01),2)&lt;/P&gt;&lt;TABLE width="263"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border-width: 0.5pt 0px 0px; border-style: solid none none; border-color: #9bbb59 black black; font-weight: 400; text-decoration: none; background-color: transparent;" width="263"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;The calculation will not work on my form and I get no error message. Any help greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jul 2018 19:42:22 GMT</pubDate>
    <dc:creator>BryceHancock</dc:creator>
    <dc:date>2018-07-12T19:42:22Z</dc:date>
    <item>
      <title>Rounding calculations</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/rounding-calculations/m-p/774379#M4634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm looking for help with a calculation on my form. I want to round&amp;nbsp;the numeric answer to a&amp;nbsp;question divided by the product of a numeric answer to a question and a number. My formula is as follows:&lt;/P&gt;&lt;P&gt;round(${question1}div(${question2}*.01),2)&lt;/P&gt;&lt;TABLE width="263"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border-width: 0.5pt 0px 0px; border-style: solid none none; border-color: #9bbb59 black black; font-weight: 400; text-decoration: none; background-color: transparent;" width="263"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;The calculation will not work on my form and I get no error message. Any help greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2018 19:42:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/rounding-calculations/m-p/774379#M4634</guid>
      <dc:creator>BryceHancock</dc:creator>
      <dc:date>2018-07-12T19:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Rounding calculations</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/rounding-calculations/m-p/774380#M4635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure that you include the leading 0 in 0.01:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;round(${question1}div(${question2}*0.01),2)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;John&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 00:59:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/rounding-calculations/m-p/774380#M4635</guid>
      <dc:creator>JohnathanHasthorpe</dc:creator>
      <dc:date>2018-07-18T00:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Rounding calculations</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/rounding-calculations/m-p/774381#M4636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. Is there a more comprehensive resource for calculations? What programming language is used for the formulas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 17:17:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/rounding-calculations/m-p/774381#M4636</guid>
      <dc:creator>BryceHancock</dc:creator>
      <dc:date>2018-07-18T17:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Rounding calculations</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/rounding-calculations/m-p/774382#M4637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you go:&amp;nbsp;&lt;A class="link-titled" href="http://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm" title="http://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm"&gt;Formulas—Survey123 for ArcGIS | ArcGIS&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These are based on the XLSForm standard:&amp;nbsp;&lt;A class="link-titled" href="http://xlsform.org/" title="http://xlsform.org/"&gt;XLSForm.org&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 22:57:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/rounding-calculations/m-p/774382#M4637</guid>
      <dc:creator>JohnathanHasthorpe</dc:creator>
      <dc:date>2018-07-18T22:57:49Z</dc:date>
    </item>
  </channel>
</rss>

