Link Selection Results back to Result Table
I have a specific workflow which allows a user to query multiple feature classes in a map service, since they all have a common field. So, query results might return two features in one layer and seven features in another layer.
I use SelectFeatures after query results, and I can get two tabs, one for each table result, and all the selected features are shown on the map.
What I need as part of this workflow is to be able to click on a feature on the map and have the corresponding row highlighted in the Result Table. However, right now when I click on a selected record nothing happens. How can I highlight the record in the table after I click on the map feature? And, I don't want to lose anything in my original selected set, or I will have to rerun the entire workflow again.
Thoughts?
Tami O
0
-
Hi Tami,
This is an interesting idea!
I'm fairly sure that the current implementation of the feature details works in reverse - when you hover over a result in the table, the feature is highlighted. But, clicking on the map will always run the active tool or a map tip operation.
Please post to our Ideas section if you haven't already. For this use case, I expect a custom module that replaces the map tips might work for you, since that module could check to see if there are results that match up with what was clicked and then highlight or flash the row.
Regards,
-Malcolm0
Please sign in to leave a comment.
Comments
1 comment