<?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>idea Sort GlobalID field in attribute table in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/sort-globalid-field-in-attribute-table/idi-p/1581672</link>
    <description>&lt;P&gt;In an attribute table, all columns can be sorted ascending and descending. This only does not work for a GlobalID field. We would like the sorting function to also work correctly for GlobalIDs.&lt;/P&gt;</description>
    <pubDate>Tue, 04 Feb 2025 08:28:34 GMT</pubDate>
    <dc:creator>ChristianAmrhein1</dc:creator>
    <dc:date>2025-02-04T08:28:34Z</dc:date>
    <item>
      <title>Sort GlobalID field in attribute table</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/sort-globalid-field-in-attribute-table/idi-p/1581672</link>
      <description>&lt;P&gt;In an attribute table, all columns can be sorted ascending and descending. This only does not work for a GlobalID field. We would like the sorting function to also work correctly for GlobalIDs.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2025 08:28:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/sort-globalid-field-in-attribute-table/idi-p/1581672</guid>
      <dc:creator>ChristianAmrhein1</dc:creator>
      <dc:date>2025-02-04T08:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sort GlobalID field in attribute table</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/sort-globalid-field-in-attribute-table/idc-p/1581695#M33661</link>
      <description>&lt;P&gt;Hi Christian,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Understanding the GlobalID Field&lt;/STRONG&gt;: The GlobalID field is a crucial element in geodatabases, serving as a unique identifier for each record. This field ensures data integrity and is especially important for maintaining relationships between tables and synchronizing edits in distributed environments.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Why GlobalID Sorting is Limited&lt;/STRONG&gt;: The primary reason sorting by GlobalID may not be as straightforward as other fields is due to its inherent role in data management. The GlobalID field typically uses a unique, system-generated identifier (UUID) for each record, which isn't designed for user-friendly sorting.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Additional Idea:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp;Creating a New Field in Text Datatype --&amp;gt; [ GlopalIDSorting ] Then Calculate the data from GlopalID Field into new field&lt;/LI&gt;&lt;LI&gt;Sorting it [ Asc ] or [ Desc ] As you need&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*Notes :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sorting text that contains a mix of numbers, letters, and signs (also known as alphanumeric sorting) follows a specific sequence. This sequence is typically based on the ASCII values of the characters and is commonly referred to as "lexicographical order" or "dictionary order." Here's the general order of sorting:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Symbols: Special characters and punctuation marks (e.g., !, #, &amp;amp;, @).&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Numbers: Digits are sorted numerically (0-9).&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Uppercase Letters: Uppercase alphabetic characters (A-Z).&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Lowercase Letters: Lowercase alphabetic characters (a-z).&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Tue, 04 Feb 2025 10:26:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/sort-globalid-field-in-attribute-table/idc-p/1581695#M33661</guid>
      <dc:creator>JEMOO-01</dc:creator>
      <dc:date>2025-02-04T10:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Sort GlobalID field in attribute table</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/sort-globalid-field-in-attribute-table/idc-p/1581710#M33662</link>
      <description>&lt;P&gt;Hi Jemoo&lt;/P&gt;&lt;P&gt;Thank you very much for the information! We successfully use the workaround with the text field. That works well - for sorting as for searching. Nevertheless, it would be interesting if the GlobalID field itself could also be sorted... even if it would require a little more logic in the background?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2025 12:47:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/sort-globalid-field-in-attribute-table/idc-p/1581710#M33662</guid>
      <dc:creator>ChristianAmrhein1</dc:creator>
      <dc:date>2025-02-04T12:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sort GlobalID field in attribute table</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/sort-globalid-field-in-attribute-table/idc-p/1581714#M33663</link>
      <description>&lt;P&gt;Thank you for your feedback! I'm glad to hear that the workaround with the text field is working well for sorting and searching.&lt;/P&gt;&lt;P&gt;As mentioned earlier, the GlobalID field is designed to be a unique identifier that is generated randomly to ensure the integrity and uniqueness of each record. While it's theoretically possible to implement more complex logic to sort GlobalIDs directly.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2025 13:02:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/sort-globalid-field-in-attribute-table/idc-p/1581714#M33663</guid>
      <dc:creator>JEMOO-01</dc:creator>
      <dc:date>2025-02-04T13:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sort GlobalID field in attribute table</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/sort-globalid-field-in-attribute-table/idc-p/1608701#M34593</link>
      <description>&lt;P&gt;The GlobalID column technically sorts correctly, the issue is the byte ordering of the raw GUID data vs. the standard presentation. If I use data stored in a SQL Server EGDB it's sorted per the SQL Server &lt;FONT face="courier new,courier"&gt;uniqueidentifier&lt;/FONT&gt; type as described in &lt;A href="https://devblogs.microsoft.com/oldnewthing/20190426-00/?p=102450" target="_self"&gt;this blog post&lt;/A&gt;, which is why it doesn't appear sorted. I couldn't tell you if every EGDB host has their own behavior or if ArcGIS in forcing everything to sort like &lt;FONT face="courier new,courier"&gt;uniqueidentifier&lt;/FONT&gt; but there is a method to the madness.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 20:50:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/sort-globalid-field-in-attribute-table/idc-p/1608701#M34593</guid>
      <dc:creator>DavidSolari</dc:creator>
      <dc:date>2025-04-23T20:50:04Z</dc:date>
    </item>
  </channel>
</rss>

