First I'm going to start this for the ESRI people by stating that formatting is a basic everyday task that should be very simple.
I'm trying to display addresses as labels and the address comes in as 1,612 instead of 1612. I was looking for a way to calculate the field using a SQL statement and couldn't come up with anything. Then I tried to convert the numeric field to a string. Well, the default for strings when you bring them in from a numeric field is 1612.000. I tried to calculate and TRIM the trailing zeros and that didn't work. I'm out of ideas for labeling. If anyone can help I'd appreciate it.
I did find this and haven't tried it yet, but I'd still like to know if there are slightly easier options. Formatting shouldn't be this difficult a thing.
https://community.esri.com/t5/arcgis-online-ideas/attribute-table-float-field-formatting/idi-p/926288
Thank you