<?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: Calculate Emergency Help in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/calculate-emergency-help/m-p/856094#M24819</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike it worked perfectly. Thank you so much for taking the time to reply and share the knowledge. And also ... Thanks for saving the day!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Apr 2017 18:01:29 GMT</pubDate>
    <dc:creator>TonyStrothers</dc:creator>
    <dc:date>2017-04-19T18:01:29Z</dc:date>
    <item>
      <title>Calculate Emergency Help</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/calculate-emergency-help/m-p/856092#M24817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 48px;"&gt;&lt;STRONG&gt;HELP!!!!&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a rush job and I cannot for the life of me figure out how to get this to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the deal:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User selects one (select_one) calculation type for volume from a list of 6. For our example let's just say:&lt;/P&gt;&lt;P&gt;1. Times 10&lt;/P&gt;&lt;P&gt;2. Times 20&lt;/P&gt;&lt;P&gt;3. Times 30&lt;/P&gt;&lt;P&gt;4. Times 40&lt;/P&gt;&lt;P&gt;5. Times 50&lt;/P&gt;&lt;P&gt;6. Times 60&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next ... They are prompted to enter a volume. Let's say they enter 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say I chose option 4 in the select_one area above. So with my input of 3 they calculated value would be 120 (That's 40 X 3). So what I need to know is how I can do a calculate on the fly to look at their select_one choice for the calculation type for volume and then multiple it by the number entered. Storing that number that's been calculated in a single field and displaying it for the user.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 16:58:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/calculate-emergency-help/m-p/856092#M24817</guid>
      <dc:creator>TonyStrothers</dc:creator>
      <dc:date>2017-04-19T16:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Emergency Help</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/calculate-emergency-help/m-p/856093#M24818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It sounds like you just need to create three fields –&lt;/P&gt;&lt;OL&gt;&lt;LI style="margin-left: .5in; text-indent: -.25in;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Select_one question (dependent on how you setup the choices as “text” or “number” values for the “Times” number choice)&lt;/LI&gt;&lt;LI style="margin-left: .5in; text-indent: -.25in;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Volume (assuming this is a integer or decimal field)&lt;/LI&gt;&lt;LI style="margin-left: .5in; text-indent: -.25in;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Results of calculation (decimal or integer)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Within the calculations field (column M) you would enter the following formula if question one is an&lt;/P&gt;&lt;OL&gt;&lt;LI style="margin-left: .5in; text-indent: -.25in;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; integer or decimal (${Select_one})*(${Volume})&lt;/LI&gt;&lt;LI style="margin-left: .5in; text-indent: -.25in;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as text (number(${Select_one}))*(${Volume})&lt;/LI&gt;&lt;LI style="margin-left: .5in; text-indent: -.25in;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; you could even apply the round function to get the results to be rounded to a certain decimal.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One thing I did forget to mention is that you could also use the pulldata request in order to pull a numeric value that is dependent upon the answer selected within your select_one question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This link might be of help - &lt;A href="http://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm"&gt;http://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Good Luck!&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 17:36:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/calculate-emergency-help/m-p/856093#M24818</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2017-04-19T17:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Emergency Help</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/calculate-emergency-help/m-p/856094#M24819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike it worked perfectly. Thank you so much for taking the time to reply and share the knowledge. And also ... Thanks for saving the day!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 18:01:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/calculate-emergency-help/m-p/856094#M24819</guid>
      <dc:creator>TonyStrothers</dc:creator>
      <dc:date>2017-04-19T18:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Emergency Help</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/calculate-emergency-help/m-p/856095#M24820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tony,&lt;/P&gt;&lt;P&gt;You will find through trial and error what works and what doesn't work and "No worries!" as I have been in the same position and someone helped me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just giving back to the community.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 18:06:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/calculate-emergency-help/m-p/856095#M24820</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2017-04-19T18:06:44Z</dc:date>
    </item>
  </channel>
</rss>

