Hi guys, I have a popup which is shown every time the user clicks on feature on the map, contextually is shown a symbol related to the popup that "highlights" the selected feature. What I want to do is that after the user clicks on a feature that symbol is shown over all the features related to the clicked one through an attribute value common to these features. So far I haven't any clue on how to do this...
Get the "common" attribute value from the selected feature, run a Query Task for other features that share the value, render 'highlight' symbols using the task results.
Get the "common" attribute value from the selected feature, run a Query Task for other features that share the value, render 'highlight' symbols using the task results.