This is a continuation from a few other threads-Re: Combine line and point feature classes attributes How to query features and populate a line graph in bottom pane with analysis
We are trying to figure out how to access a feature attribute from a "simple click". In the past I was accessing a feature attribute by assigning it a variable, ex. hydrantRecord = evt.graphic.attributes.HydrantID . I did this after a selection was made with the attribute inspector and before it went to a series of relationship queries.
So the question is, what is the simplest way to access a feature attribute and assign it to a variable without popups or info windows?
Thanks.