Hi Esri community,
I am trying to use OrderBy on a String field. It appears 5-characters numbers are being ordered before 6-character numbers. Which is not ideal. I can't change the Project Id field to a number as the database sometimes uses a letter at the end.
Does anyone have a clever arcade trick to order by numbers that are stored as a string? Ideally, I want it to return 135176 --> 612239 largest to smallest.

Thank you!