I've created a search tool that returns a new graphics layer, and my interface is designed without the end user having to formulate an SQL query, by only entering attribute values for various search fields.
I want to do the same with a filter tool, that shows only the queried objects on a selected layer (NOT returning a graphics layer). It would work EXACTLY like the current out of the box filter tool for Sharepoint, but using the same custom interface that I built for the search tool.
Performing a filter query is quite simple using the example in the Silverlight API examples
I can't seem to convert this logic to the code required for ArcGIS Sharepoint
It would be AMAZING to see the code behind for the out of the box filter tool, because I've already built the interface to eliminate formulating full SQL theories, as most of my end users are not trained to implement SQL queries. Could this be posted, ESRI?