Hi all, I'm working with the ESRI search widget, and I have a query layer that has a 1:M relationship (one polygon, multiple records). I would like for the InfoWindow to pop up showing a table of all the results for the polygon which has been searched on and selected - how to do this? Currently I have it set up so that the user can search on the polygon's name. In the query layer's attribute table, it can be seen that each polygon name is multiplied by the number of records in the table that it is joined to. I'm also getting multiple polygon names in the search suggestions, which I'd like to eliminate but I'm not sure if this can be controlled.
Solved! Go to Solution.
There are a couple of ways of doing that.
QueryTask with query geometry from another task
In some of my applications, I put the results of an IdentifyTask in a dGrid.
There are a couple of ways of doing that.
QueryTask with query geometry from another task
In some of my applications, I put the results of an IdentifyTask in a dGrid.
Very helpful - thank you Ken!