I have 2 tables that are related through a relationship class. I am trying to make the ID field in one table clickable so that when the user clicks on this field, it should open the corresponding record in the other table. Can this be done in ArcGIS PRO?
Solved! Go to Solution.
Option 1: Use the Attributes Panel.
If you select a feature, you can show all related features in the Attributes Panel and manually select them there.
Option 2: Automatically select all related features
You can make it so that when you select a feature, all related features get automatically selected. This options can be found in 2 places:
The layer options:
The Attribute Table:
Option 1: Use the Attributes Panel.
If you select a feature, you can show all related features in the Attributes Panel and manually select them there.
Option 2: Automatically select all related features
You can make it so that when you select a feature, all related features get automatically selected. This options can be found in 2 places:
The layer options:
The Attribute Table:
Thanks Johannes!
If that answered your question, please accept the solution, so that this thread is shown as answered.