Hello,
I am using Arcade to format text for a label. I noticed that the labels do not format correctly when an ampersand is in the attribute that needs to be labeled. For example "Aldi Inc" labels correctly. while "Quist Moving & Storage" does not label correctly.
Label String:
"<FNT name = 'Arial' style = 'Regular' size = '12'>" + $feature.RES_NAME + "</FNT>"
Please let me know how I can label strings with an & in them.
Thank You!