This is most likely an easy thing to do but I am new to advanced editing. How can I change the display name from Council_Di to Council District and Mgmt to Management?
I believe I need to start the begining with something like
var $datapoint.Name = ...
I tried changing the field name and displayText lines but when I do the table reads: Unable to execute Arcade script
Solved! Go to Solution.
No Arcade required! You're looking for the Label override section of the settings, found in the Header tab.
No Arcade required! You're looking for the Label override section of the settings, found in the Header tab.
Doh! I knew there was an easier way to do it! Thank you!
You have to put that second attempt in quotes
displayText: 'Council District',
Thanks for the response. I'll keep this for future reference.