I need to list "Park Names(string)" within my legend and have them sorted by their "Park Number(int)". I do this in ArcMap 10.5 by going to Properties->Symbology->Unique values, many fields->Place "Park Number" in slot 1 and "Park Name" in slot 2->Advanced->Field Delimiter-> Replace "," with ". "->Ok->Apply
In ArcGIS Pro I can do the same thing, up until designating a new delimiter. I cannot figure out how to switch it from a comma to anything else.
I have tried using Arcade to build a label expression but it casts the entire label as a string, and thus sorts the parks based on number strings.
Worst case scenario I type it all up manually, but I'm hoping there's something I have overlooked.
Thank you