Hello, I’m using Map Series to generate a document for every feature in a polygon index layer and I’m using dynamic text to display the tabular features of interest to me. However, I would also like to display associated attributes from related tables. The relationship class is 1:M, but I also have attributes in a many-to-many relationship class that I would like to display.
The relates are as follows:
- Polygon feature –> (1:M relationship class) Table 1
- Table 1 –> (M:M relationship class) Table 2
Is there a way to dynamically display information from the related tables in the layout so that it changes with each page of the Map Series?