I would like a field from 2 related tables to be labeled in my map. Wondering if this is even possible. Do I need to join the table to the layer and publish that to use for just labels?
Solved! Go to Solution.
The short, sad answer is no, there is no way to do this. At least, not without restructuring the data, republishing it, or using some kind of automated script to update a new field.
The short, sad answer is no, there is no way to do this. At least, not without restructuring the data, republishing it, or using some kind of automated script to update a new field.
If you wanted to take a stab at the script + new field option, it's not terribly difficult. You can schedule it through an AGOL Notebook to run at regular intervals and keep the field updated with the related table information.
I figured, thanks.