<?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: Refer to cell in attribute table with field calculator in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/refer-to-cell-in-attribute-table-with-field/m-p/531751#M23398</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, thank you. Do you have a suggestion on what needs to be changed to solve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Sep 2019 11:18:36 GMT</pubDate>
    <dc:creator>HaakonJørlo_Haugerud</dc:creator>
    <dc:date>2019-09-13T11:18:36Z</dc:date>
    <item>
      <title>Refer to cell in attribute table with field calculator</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/refer-to-cell-in-attribute-table-with-field/m-p/531747#M23394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im trying to assign values to a field by choosing a start value for a certain ID and having an increment and let the other field ID's automatically update with values depending on the start value and increment.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This involves referencing to the "row" or ID of the Field where i want the numbering to start. How do I update other rows in a field to make them dependent on a certain cell in the attribute table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Br&lt;/P&gt;&lt;P&gt;Haakon Haugerud&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2019 14:43:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/refer-to-cell-in-attribute-table-with-field/m-p/531747#M23394</guid>
      <dc:creator>HaakonJørlo_Haugerud</dc:creator>
      <dc:date>2019-09-12T14:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Refer to cell in attribute table with field calculator</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/refer-to-cell-in-attribute-table-with-field/m-p/531748#M23395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you are using cursors, you will have to do it twice... the first time to get the value for the ID you want to use as the base, then again (reset the cursor may be needed) to use the value.&lt;/P&gt;&lt;P&gt;You might have better luck exporting your fields to a numpy array (TableToNumPyArray), do the work there then use ExtendTable to joining the results back.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2019 22:02:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/refer-to-cell-in-attribute-table-with-field/m-p/531748#M23395</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-09-12T22:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Refer to cell in attribute table with field calculator</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/refer-to-cell-in-attribute-table-with-field/m-p/531749#M23396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the answer.&lt;/P&gt;&lt;P&gt;So I found a code that might work:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/459435_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;But get error: "parameter is missing or invalid"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2019 08:41:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/refer-to-cell-in-attribute-table-with-field/m-p/531749#M23396</guid>
      <dc:creator>HaakonJørlo_Haugerud</dc:creator>
      <dc:date>2019-09-13T08:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Refer to cell in attribute table with field calculator</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/refer-to-cell-in-attribute-table-with-field/m-p/531750#M23397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have a calling issue and some indentation issues.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;SrtVal &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;20&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;def&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;autoincrement&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
    &lt;SPAN class="keyword token"&gt;global&lt;/SPAN&gt; SrtVal
    pInterval &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;20&lt;/SPAN&gt;
    &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; SrtVal &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;20&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
        SrtVal &lt;SPAN class="operator token"&gt;+=&lt;/SPAN&gt; pInterval
    &lt;SPAN class="keyword token"&gt;else&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
        SrtVal &lt;SPAN class="operator token"&gt;+=&lt;/SPAN&gt; pInterval
    &lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; SrtVal
    

Chainage &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; autoincrement&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;  &lt;SPAN class="comment token"&gt;# ---- note the ()&lt;/SPAN&gt;

Chainage
&lt;SPAN class="number token"&gt;40&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 23:08:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/refer-to-cell-in-attribute-table-with-field/m-p/531750#M23397</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-11T23:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Refer to cell in attribute table with field calculator</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/refer-to-cell-in-attribute-table-with-field/m-p/531751#M23398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, thank you. Do you have a suggestion on what needs to be changed to solve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2019 11:18:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/refer-to-cell-in-attribute-table-with-field/m-p/531751#M23398</guid>
      <dc:creator>HaakonJørlo_Haugerud</dc:creator>
      <dc:date>2019-09-13T11:18:36Z</dc:date>
    </item>
  </channel>
</rss>

