Hi all,
I have a web map on ArcGIS Online that pulls it's data from a REST service. The REST service shows active farmers markets for my state and it lists what months each market is open in an extremely cumbersome fashion. The attached screen shot shows that each market has a YES or NO value listed 12 different times for a single market inside it's pop-up window. I want to consolidate all of these YES and NO values into a new feature that simply states what months the market is open.
This is the pop-up for this market as seen through a dashboard, which will be the final application of this map.
I just want the pop-up to state something along the lines of "Open in: Jun, July, August, September" for each market you click.
It should be noted I don't have access through my organization to make changes to things on it's REST service(s). Hence the need for a workaround.
I might be using the word "feature" wrong as a solution to my problem so feel free to correct me on that as well. My idea for a workaround was to use the feature or featureset functions in the expression editor to create a new feature that references the existing 12 columns of monthly data for all ~360 markets. I have been trying to learn how to write an Arcade expression that will do this for the past couple of days but all of the different functions are making my head spin and I have never tried to code anything in any language before this. I am still stuck on the stage of how syntax works, haha!
.
.
.
@XanderBakker Hope you don't mind I pinged you! I saw you offered a seemingly similar solution to the problem linked here. I was hoping maybe you would be the right person to call on for assistance!