<?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: refresh attribute table after calc in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/refresh-attribute-table-after-calc/m-p/1240946#M66264</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I was not aware of this propery but even select the do not cache did not solved the problem.&lt;/P&gt;&lt;P&gt;Try to write a python script that can update a field even if it runs as stand alone - so it have full path to the data.&lt;/P&gt;&lt;P&gt;Then make it a tool in toolbox (no parameters).&lt;/P&gt;&lt;P&gt;After I run it the only way to see the updated value (in attribute table, in identify and in labels) is to close and reopen the project.&lt;/P&gt;&lt;P&gt;Let me know if you cannot see it and I will send a movie&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 14 Dec 2022 05:34:14 GMT</pubDate>
    <dc:creator>mody_buchbinder</dc:creator>
    <dc:date>2022-12-14T05:34:14Z</dc:date>
    <item>
      <title>refresh attribute table after calc</title>
      <link>https://community.esri.com/t5/python-questions/refresh-attribute-table-after-calc/m-p/1240476#M66251</link>
      <description>&lt;P&gt;This came out here a few times with different titles.&lt;/P&gt;&lt;P&gt;I have a layer in Pro with open attribute table.&lt;/P&gt;&lt;P&gt;When I use calculate field tool or when I write a line in the python windows to update any values the attribute table is refreshed automatically and show the new values.&lt;/P&gt;&lt;P&gt;More then that, when I run a python within a tool that have only the layer name in the toc Pro will refresh the table.&lt;/P&gt;&lt;P&gt;When I have&amp;nbsp; the full path of the data&amp;nbsp;in my update script the table is not refreshed.&lt;/P&gt;&lt;P&gt;This is fine since Pro should not check all the time if the source data is updated.&lt;/P&gt;&lt;P&gt;What can be a big help is a button "Reload data".&lt;/P&gt;&lt;P&gt;Pro uses many caches and I could not fine any way to see the updated data other then remove the layer from Pro and bring it back or just close the project and reopen if I do not want to lose symbology.&lt;/P&gt;&lt;P&gt;The same is true if the source data was update in any other way (csv on disk or sql update in database)&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 06:13:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/refresh-attribute-table-after-calc/m-p/1240476#M66251</guid>
      <dc:creator>mody_buchbinder</dc:creator>
      <dc:date>2022-12-13T06:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: refresh attribute table after calc</title>
      <link>https://community.esri.com/t5/python-questions/refresh-attribute-table-after-calc/m-p/1240515#M66252</link>
      <description>&lt;P&gt;You might want to move this to a python idea rather than a question&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 10:23:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/refresh-attribute-table-after-calc/m-p/1240515#M66252</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-12-13T10:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: refresh attribute table after calc</title>
      <link>https://community.esri.com/t5/python-questions/refresh-attribute-table-after-calc/m-p/1240722#M66256</link>
      <description>&lt;P&gt;With my cache setting as follows:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RhettZufelt_0-1670956881091.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/58402i8B67C450A0D142F2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RhettZufelt_0-1670956881091.png" alt="RhettZufelt_0-1670956881091.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can not reproduce.&amp;nbsp; Pro always updates the table when the calculate field script finishes.&amp;nbsp; Doesn't&amp;nbsp; matter if I pick the TOC layer from the dropdown or navigate to the FGDB FC directly.&lt;/P&gt;&lt;P&gt;R_&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 18:42:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/refresh-attribute-table-after-calc/m-p/1240722#M66256</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2022-12-13T18:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: refresh attribute table after calc</title>
      <link>https://community.esri.com/t5/python-questions/refresh-attribute-table-after-calc/m-p/1240946#M66264</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I was not aware of this propery but even select the do not cache did not solved the problem.&lt;/P&gt;&lt;P&gt;Try to write a python script that can update a field even if it runs as stand alone - so it have full path to the data.&lt;/P&gt;&lt;P&gt;Then make it a tool in toolbox (no parameters).&lt;/P&gt;&lt;P&gt;After I run it the only way to see the updated value (in attribute table, in identify and in labels) is to close and reopen the project.&lt;/P&gt;&lt;P&gt;Let me know if you cannot see it and I will send a movie&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2022 05:34:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/refresh-attribute-table-after-calc/m-p/1240946#M66264</guid>
      <dc:creator>mody_buchbinder</dc:creator>
      <dc:date>2022-12-14T05:34:14Z</dc:date>
    </item>
  </channel>
</rss>

