Hi
Is there a way to have a dynamic text object point to the attribute name used in a layer's symbology? I have a single layer with a series of attributes I want to map seperately. The attribute table has the structure like this below:
| feature id | species 1 | species 2 | species 3 |
| 1 | | 1 | |
| 2 | 1 | 1 | |
| 3 | 1 | | |
| 4 | | 1 | 1 |
For each species map I select the relevant attribute in the symbology (which highlights the relevant features) and export the map. However, I want a dynamic text object to reflect which attribute (species) I have selected in the symbology. It's a little like a 'stationary' Map Series except the extent stays the same and the series simply flips through the attributes in a given layer.
I'm hoping to avoid running a script to do this as I have to pass this job onto someone who doesn't have those skills. I just want them to manually change the symbology attribute and export.
I'm currently using ArcPro Advanced 2.8.1 on Windows 11.
Cheers