<?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: Creating Field Calculator Expression in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/creating-field-calculator-expression/m-p/103651#M3553</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes but you see in the expression i am using "exp()"...wont they work?? and i tried with ** and doesn't work either....i guess there is something wrong with the expression.... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Jan 2015 10:45:56 GMT</pubDate>
    <dc:creator>WahajHabib</dc:creator>
    <dc:date>2015-01-13T10:45:56Z</dc:date>
    <item>
      <title>Creating Field Calculator Expression</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-field-calculator-expression/m-p/103649#M3551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I want to project population from an old census report.....the formula is as follows&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; population*(1+(growth rate/100))^16&lt;/P&gt;&lt;P&gt;I am trying this expression for calculating from attribute table but ITS NOT WORKING&lt;/P&gt;&lt;P&gt;&amp;nbsp; [POP_B_SEX]*(1+ (4.33 / 100 ))Exp (16 )&lt;/P&gt;&lt;P&gt;Note : [POP_B_SEX] is the only column i am using from attribute table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 09:06:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-field-calculator-expression/m-p/103649#M3551</guid>
      <dc:creator>WahajHabib</dc:creator>
      <dc:date>2015-01-13T09:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Field Calculator Expression</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-field-calculator-expression/m-p/103650#M3552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exponents aren't ^, they are **&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 09:26:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-field-calculator-expression/m-p/103650#M3552</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-01-13T09:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Field Calculator Expression</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-field-calculator-expression/m-p/103651#M3553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes but you see in the expression i am using "exp()"...wont they work?? and i tried with ** and doesn't work either....i guess there is something wrong with the expression.... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 10:45:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-field-calculator-expression/m-p/103651#M3553</guid>
      <dc:creator>WahajHabib</dc:creator>
      <dc:date>2015-01-13T10:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Field Calculator Expression</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-field-calculator-expression/m-p/103652#M3554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exp(16) means e^16 = 2.718282^16 = 8886111&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can simply use the ^ sign as in the formula.&lt;/P&gt;&lt;P&gt;Note: there is a difference between:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[POP_B_SEX]*(1+ (4.33 / 100 ))^16&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;([POP_B_SEX]*(1+ (4.33 / 100 )))^16&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 10:49:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-field-calculator-expression/m-p/103652#M3554</guid>
      <dc:creator>Pieter_Geertvan_den_Beukel</dc:creator>
      <dc:date>2015-01-13T10:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Field Calculator Expression</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-field-calculator-expression/m-p/103653#M3555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah i tried with ^ already but it doesn't work &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/sad.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 10:55:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-field-calculator-expression/m-p/103653#M3555</guid>
      <dc:creator>WahajHabib</dc:creator>
      <dc:date>2015-01-13T10:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Field Calculator Expression</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-field-calculator-expression/m-p/103654#M3556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The formula works for me....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go in ArcMap to the Geoprocessing menu and click Geoprocessing Results. What is the error message that the Field Calculator returns?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To make the formula more simple:&lt;/P&gt;&lt;P&gt;(1+ (4.33 / 100 ))^16 = 1.97037&lt;/P&gt;&lt;P&gt;Your formula can be rewritten as:&lt;/P&gt;&lt;P&gt;[POP_B_SEX]*1.97037&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 11:23:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-field-calculator-expression/m-p/103654#M3556</guid>
      <dc:creator>Pieter_Geertvan_den_Beukel</dc:creator>
      <dc:date>2015-01-13T11:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Field Calculator Expression</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-field-calculator-expression/m-p/103655#M3557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it worked i had an extra square bracket..thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 11:39:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-field-calculator-expression/m-p/103655#M3557</guid>
      <dc:creator>WahajHabib</dc:creator>
      <dc:date>2015-01-13T11:39:26Z</dc:date>
    </item>
  </channel>
</rss>

