I have a featureclass containing an ID field that has string values with a combination of numbers and letters such as 1, 11a, 11b, 100. I would like to sort these based on their numerical value, so that instead of 1, 100, 11a, 11b it will sort like 1, 11a, 11b, 100.
I looked into adding an Arcade expression, and I managed to extract the numerical value, which I can add to a popup.
However, there seems to be no way to add the expression as an additional (dynamically calculated) field to a table. Could this be added to ArcGIS Pro?
(BTW My true goal is to sort a table frame on a pagelayout, so maybe there are other ways to accomplish that)
One obvious workaround would be to add an extra field, and use an attribute rule to calculate its value, but if possible at all, I'd like to prevent this, because it's really data duplication.
Related posts: