Is there a way to change the casing of the text you are pulling from layers in the popup window without having to make the changes in the layer itself? For example, some attributes are in all caps and some are proper casing and I want to make them all match. Ideally we would like to pull in some layers from a service that also have this issue but I haven't seen a way to make changes like that in the custom pop-up window. Any advice would be great. Thanks!
Solved! Go to Solution.
Hi,
Try to add a custom attribute expression in "Configure Popup". I don't know if this is only way, though.
Hi,
Try to add a custom attribute expression in "Configure Popup". I don't know if this is only way, though.
Do you know what expression I could use? Is there a list somewhere for them?
You could use: Proper (with the 'everyword' or 'firstword' option): see Text Functions | ArcGIS for Developers
Or Lower or Upper, depending you situation.
Arcade Function Reference | ArcGIS for Developers allow you to adapt the input to your specific needs.