I am creating labels for a map in AOL using Arcade. The field is numeric, but when I round it, the thousand coma does not appear in label. Here is the expression I am using:
round(number($feature.MfgShip_perAc_allTim), 0) + " $/acre"
It prints:
1045 $/acre
How do I get it to print 1,045 $/acre?
I am not a developer, just a user trying to learn how Arcade works.
Thank you!
Mila