In the Search widget, we have combobox 1 (???Transmission Line???). I need to add combobox 2 (Structure #) that will pull the Structure #s based on the Transmission Line selected. This SQL will involve a one-to-many JOIN b/t 2 tables.
Secondly, when the user clicks the ???Search??? button, I need to navigate them on the map to the specific Structure # on the Transmission Line.
Questions:
1) Is it possible to perform a JOIN within a Query object? Or do I need to create a view with the 2 tables and query that?
2) Currently when the user clicks ???Search???, they are navigated to the center of the Transmission Line. I don???t know how I???d use the map service it???s currently using to do that. Ideas?