<?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: Navigating to last row in attribute table doesn't work as expected in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/navigating-to-last-row-in-attribute-table-doesn-t/m-p/1293470#M69606</link>
    <description>&lt;P&gt;Esri Case #03332811 - Non-GDB Oracle database — Navigating to last row in attribute table doesn't work as expected&lt;/P&gt;&lt;P&gt;BUG-000158623 - ArcGIS Pro - The 'Move to End' button within the Attribute Table does not work as expected while working with tables from regular databases or mobile geodatabase.&lt;/P&gt;</description>
    <pubDate>Fri, 26 May 2023 14:17:43 GMT</pubDate>
    <dc:creator>Bud</dc:creator>
    <dc:date>2023-05-26T14:17:43Z</dc:date>
    <item>
      <title>Navigating to last row in attribute table doesn't work as expected</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/navigating-to-last-row-in-attribute-table-doesn-t/m-p/1283208#M68461</link>
      <description>&lt;P&gt;&lt;EM&gt;ArcGIS Pro 3.1.1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have a standalone table in an Oracle 18c database (14,538 rows) that is not an enterprise geodatabase.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In the attribute table, if I click the "Move to End" button, the attribute table only navigates to row 2,000, not to the last row (row&amp;nbsp;14,538). I would need to click the&amp;nbsp;"Move to End" button again in order to move to the last row in the table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Video:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6326296786112w618h540r615" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6326296786112" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6326296786112w618h540r615');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6326296786112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is that a known issue? It doesn't seem to happen for Oracle enterprise geodatabases. Only for non-GDB databases.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm aware that I can use the "Load All" button to load all the rows into the attribute table, and then click 'Move to End" to go to the last row. That works, but I still think there's an issue with the "Move to End" button not working correctly on the first try.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 14:03:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/navigating-to-last-row-in-attribute-table-doesn-t/m-p/1283208#M68461</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2023-05-09T14:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Navigating to last row in attribute table doesn't work as expected</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/navigating-to-last-row-in-attribute-table-doesn-t/m-p/1287245#M68951</link>
      <description>&lt;P&gt;I was able to reproduce the issue when using a mobile geodatabase table.&lt;/P&gt;&lt;P&gt;Video:&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6327088389112w854h540r599" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6327088389112" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6327088389112w854h540r599');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6327088389112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;At one point, I thought the issue only happened after opening the Diagnostic Monitor. But after subsequent tests, that doesn't appear to be the case. It's happening all the time for me now.&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 14:27:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/navigating-to-last-row-in-attribute-table-doesn-t/m-p/1287245#M68951</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2023-05-09T14:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Navigating to last row in attribute table doesn't work as expected</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/navigating-to-last-row-in-attribute-table-doesn-t/m-p/1293470#M69606</link>
      <description>&lt;P&gt;Esri Case #03332811 - Non-GDB Oracle database — Navigating to last row in attribute table doesn't work as expected&lt;/P&gt;&lt;P&gt;BUG-000158623 - ArcGIS Pro - The 'Move to End' button within the Attribute Table does not work as expected while working with tables from regular databases or mobile geodatabase.&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2023 14:17:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/navigating-to-last-row-in-attribute-table-doesn-t/m-p/1293470#M69606</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2023-05-26T14:17:43Z</dc:date>
    </item>
  </channel>
</rss>

