Hi,
I have a hosted feature layer (points) in an ArcGIS Online map. The attributes for each point consist of monthly chloride values for about thirteen years of measurements. The current attributes (headings) are formatted like this:
F1_1_1973
F2_1_1973
F3_1_1973
F4_1_1973
.
.
.
F12_1_2016
Each month has a measured chloride value. I don't want to change the measured value, rather I'm wondering if
Arcade (maybe in combination with HTML?) can be used to change the attribute heading (i.e. give it an alias) without having to type in the alias for every single month in the Configure Attributes setting of the Map Viewer.
Ultimately I'm looking for a way to have the Pop-up list the chloride values as:
January 1, 1973
February 1, 1973
March 1, 1973
April 1, 1973
.
.
.
December 1, 2016
Suspecting I'll need to this in python with arcpy before moving the feature class into ArcGIS Online, but thought I'd ask just in case Arcade has a function(s) to change headers that I'm missing.
Thank you
Lynn