<?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 Implement natural sorting of text fields (numbers without leading zeros) across ArcGIS Pro in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/implement-natural-sorting-of-text-fields-numbers/idi-p/1407832</link>
    <description>&lt;P&gt;IDEA: Implement natural sorting in text fields throughout ArcGIS Pro (attribute tables, dynamic table elements, etc).&lt;/P&gt;&lt;P&gt;USE CASE: When sorting numerical values in ArcGIS Pro, if these values are in a text field and are sorted in ascending order, it puts any number starting with a 1 (i.e. 101) before any number starting with a 2 (i.e. 20). I know I could add leading zero's to the numbers to get more accurate sorting, but I don't want to have to do this to then have to remove them in labelling (or to educate others to do this).&lt;/P&gt;&lt;P&gt;It would be better if text sorting treated numbers holistically (or at least up to the point that a non-numeric character occurs).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note - in below dynamic table element examples, sorting is done on the Rate column first then the Block column.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LindsayRaabe_FPCWA_1-1712715472818.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/100547i5EE64182994881B7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LindsayRaabe_FPCWA_1-1712715472818.png" alt="LindsayRaabe_FPCWA_1-1712715472818.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LindsayRaabe_FPCWA_2-1712715485339.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/100548i5103A97403C6C2FD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LindsayRaabe_FPCWA_2-1712715485339.png" alt="LindsayRaabe_FPCWA_2-1712715485339.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I know it's better to store numbers in integer type fields, but in the above use case, blocks could be labelled with alpha delineators as well:&lt;/P&gt;&lt;P&gt;1A, 1B, 5, 2, 9, 3, 4A, 4B, 6, 7, 8, 10, 11A, 11B&lt;/P&gt;&lt;P&gt;...and I would want these to sort to match the numbers first then the letters (logically) and not end up with 9 after 11A and 11B:&lt;/P&gt;&lt;P&gt;1A, 1B, 2, 3, 4A, 4B, 5, 6, 7, 8, 9, 10, 11A, 11B.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently these values would sort like this:&lt;/P&gt;&lt;P&gt;10, 11A, 11B, 1A, 1B, 2, 3, 4A, 4B, 5, 6, 7, 8, 9&lt;/P&gt;</description>
    <pubDate>Sat, 20 Apr 2024 14:41:25 GMT</pubDate>
    <dc:creator>LindsayRaabe_FPCWA</dc:creator>
    <dc:date>2024-04-20T14:41:25Z</dc:date>
    <item>
      <title>Implement natural sorting of text fields (numbers without leading zeros) across ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/implement-natural-sorting-of-text-fields-numbers/idi-p/1407832</link>
      <description>&lt;P&gt;IDEA: Implement natural sorting in text fields throughout ArcGIS Pro (attribute tables, dynamic table elements, etc).&lt;/P&gt;&lt;P&gt;USE CASE: When sorting numerical values in ArcGIS Pro, if these values are in a text field and are sorted in ascending order, it puts any number starting with a 1 (i.e. 101) before any number starting with a 2 (i.e. 20). I know I could add leading zero's to the numbers to get more accurate sorting, but I don't want to have to do this to then have to remove them in labelling (or to educate others to do this).&lt;/P&gt;&lt;P&gt;It would be better if text sorting treated numbers holistically (or at least up to the point that a non-numeric character occurs).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note - in below dynamic table element examples, sorting is done on the Rate column first then the Block column.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LindsayRaabe_FPCWA_1-1712715472818.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/100547i5EE64182994881B7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LindsayRaabe_FPCWA_1-1712715472818.png" alt="LindsayRaabe_FPCWA_1-1712715472818.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LindsayRaabe_FPCWA_2-1712715485339.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/100548i5103A97403C6C2FD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LindsayRaabe_FPCWA_2-1712715485339.png" alt="LindsayRaabe_FPCWA_2-1712715485339.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I know it's better to store numbers in integer type fields, but in the above use case, blocks could be labelled with alpha delineators as well:&lt;/P&gt;&lt;P&gt;1A, 1B, 5, 2, 9, 3, 4A, 4B, 6, 7, 8, 10, 11A, 11B&lt;/P&gt;&lt;P&gt;...and I would want these to sort to match the numbers first then the letters (logically) and not end up with 9 after 11A and 11B:&lt;/P&gt;&lt;P&gt;1A, 1B, 2, 3, 4A, 4B, 5, 6, 7, 8, 9, 10, 11A, 11B.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently these values would sort like this:&lt;/P&gt;&lt;P&gt;10, 11A, 11B, 1A, 1B, 2, 3, 4A, 4B, 5, 6, 7, 8, 9&lt;/P&gt;</description>
      <pubDate>Sat, 20 Apr 2024 14:41:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/implement-natural-sorting-of-text-fields-numbers/idi-p/1407832</guid>
      <dc:creator>LindsayRaabe_FPCWA</dc:creator>
      <dc:date>2024-04-20T14:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sort numeric values in text field without leading zeros</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/implement-natural-sorting-of-text-fields-numbers/idc-p/1407856#M29312</link>
      <description>&lt;P&gt;I might be a good idea to rename your idea to&lt;/P&gt;&lt;P&gt;"implement 'natural sort' for text fields"&lt;/P&gt;&lt;P&gt;This comes up a number of times, eg.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/better-sorting-of-numbers-in-table-frame/idi-p/1380937" target="_blank"&gt;Better sorting of numbers in table frame - Esri Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 07:13:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/implement-natural-sorting-of-text-fields-numbers/idc-p/1407856#M29312</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-04-10T07:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Implement natural sorting of text fields (numbers without leading zeros) across ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/implement-natural-sorting-of-text-fields-numbers/idc-p/1408257#M29337</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/215600"&gt;@DanPatterson&lt;/a&gt;&amp;nbsp;Thanks for the tip - I've made some edits to the post and title to better describe the request.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 00:10:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/implement-natural-sorting-of-text-fields-numbers/idc-p/1408257#M29337</guid>
      <dc:creator>LindsayRaabe_FPCWA</dc:creator>
      <dc:date>2024-04-11T00:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Implement natural sorting of text fields (numbers without leading zeros) across ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/implement-natural-sorting-of-text-fields-numbers/idc-p/1596672#M34169</link>
      <description>&lt;P&gt;This is very, very desirable. In my view, the goal is to be able to sort a field/column as desired with no coding or manipulation (like padding), throughout the entire platform.&lt;/P&gt;&lt;P&gt;Upon a right click (and throughout all interfaces and API functions), there should be options to sort&lt;/P&gt;&lt;P&gt;Numerically&lt;/P&gt;&lt;P&gt;Alphabetically&lt;/P&gt;&lt;P&gt;Naturally&lt;/P&gt;&lt;P&gt;(similar to FME)&lt;/P&gt;&lt;P&gt;The natural sorting is such a common expectation and source of frustration for end users, and it seems unreasonably difficult to achieve for data designers - especially those with no coding skills. "I have to know code to sort this column 'correctly' ???&amp;nbsp; Or, I have to format it in a way that I don't want it to look??? It's just a sort!! ". Explaining why it's not that easy just doesn't land with most end users, any level.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 17:13:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/implement-natural-sorting-of-text-fields-numbers/idc-p/1596672#M34169</guid>
      <dc:creator>ToddTurner2</dc:creator>
      <dc:date>2025-03-18T17:13:03Z</dc:date>
    </item>
  </channel>
</rss>

