<?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: How to create a calculation in ArcPad form in ArcPad Questions</title>
    <link>https://community.esri.com/t5/arcpad-questions/how-to-create-a-calculation-in-arcpad-form/m-p/11696#M101</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did this very think for an application created in ArcPAD 7.0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The best way is to code it either in a specific script file or on the page where you code on the onselect event.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All you would have to do is &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Define your variables like page names, controls, values etc&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Create your statement similar to how you have mentioned in your Query:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Z = (A+B+C)/3&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;let me know if you need any more assistance&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrew&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I'm using ArcPad V 7.0.1.53 and the ArcPad Form Creation Wizard to develop a field form associated with a shapefile (layer definition file?). I'm new to form customization. Is there a way to create a calculated field in the Wizard or ArcPad studio?&amp;nbsp; Specifically, I'd like to take the average of values associated with multiple fields in the form (Field D = (Field A+Field B+Field C/3)) and have that value as a unique field in the form.&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;BR /&gt;&lt;BR /&gt;joe&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jul 2011 01:53:55 GMT</pubDate>
    <dc:creator>AndrewHansford</dc:creator>
    <dc:date>2011-07-29T01:53:55Z</dc:date>
    <item>
      <title>How to create a calculation in ArcPad form</title>
      <link>https://community.esri.com/t5/arcpad-questions/how-to-create-a-calculation-in-arcpad-form/m-p/11695#M100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm using ArcPad V 7.0.1.53 and the ArcPad Form Creation Wizard to develop a field form associated with a shapefile (layer definition file?). I'm new to form customization. Is there a way to create a calculated field in the Wizard or ArcPad studio?&amp;nbsp; Specifically, I'd like to take the average of values associated with multiple fields in the form (Field D = (Field A+Field B+Field C/3)) and have that value as a unique field in the form.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;joe&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 20:54:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/how-to-create-a-calculation-in-arcpad-form/m-p/11695#M100</guid>
      <dc:creator>JoeRocchio</dc:creator>
      <dc:date>2011-07-19T20:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a calculation in ArcPad form</title>
      <link>https://community.esri.com/t5/arcpad-questions/how-to-create-a-calculation-in-arcpad-form/m-p/11696#M101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did this very think for an application created in ArcPAD 7.0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The best way is to code it either in a specific script file or on the page where you code on the onselect event.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All you would have to do is &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Define your variables like page names, controls, values etc&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Create your statement similar to how you have mentioned in your Query:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Z = (A+B+C)/3&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;let me know if you need any more assistance&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrew&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I'm using ArcPad V 7.0.1.53 and the ArcPad Form Creation Wizard to develop a field form associated with a shapefile (layer definition file?). I'm new to form customization. Is there a way to create a calculated field in the Wizard or ArcPad studio?&amp;nbsp; Specifically, I'd like to take the average of values associated with multiple fields in the form (Field D = (Field A+Field B+Field C/3)) and have that value as a unique field in the form.&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;BR /&gt;&lt;BR /&gt;joe&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2011 01:53:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/how-to-create-a-calculation-in-arcpad-form/m-p/11696#M101</guid>
      <dc:creator>AndrewHansford</dc:creator>
      <dc:date>2011-07-29T01:53:55Z</dc:date>
    </item>
  </channel>
</rss>

