Hello,
I have a feature class called FC1. I also have a Table called TBL1. The feature class and table are related using a 1-M relationship.
My question is as follows. Is there any way using ArcGIS Server 10.2.2 and ESRI JS to auto label my FC1 using all the related attributes from TBL1?
Example:
Feature Class: Kennel
Table: Dog
Relationship: KennelDogs
I want to have my kennels displayed on the map and autolabel each kennel with the dog's name. So the symbol for kennel 1 would have beside it DogName1, DogName2. Kennel 2 would have DogName3, DogName4, and DogName5.
Thank you,
Alex