Hi Jennifer,
This is what I have in my silverlight app...
User can search for any registered place (any boundary) or draw a custom polygon, rectangle, circle;
Then our users can search for BIT RUNS (more than 3 mil points worldwide) with any filter they have defined,
such as BIT SIZE, Depth Range, whatever. I give user the option to return count only, or return features;
I have a limit of 1000 features returned so not so useful when the boundary is large, the the Barnett Shale Play region
in the US.
Thus, I was hoping to somehow return FREQUENCY counts by some other attribute such as BIT MANUFACTURER, HOLE_DIRECTION, or OPERATOR; This would return counts for each grouping the user chooses; If I can display this in
a graph or pie chart, with click operation to further drill down (adding those additional attributes as filter) that would be useful;
I'm not sure if the best approach is to build a custom GP TOOL (pass in a polygon, pass in layer with filter, pass in user defined GROUP BY fields (from the BIT RUNS layer), and run it through a FREQUENCY tool, get the TABLE, return to client, take table data, draw the chart, etc etc...
-or-
Implement a SOE that has a QUERY-GROUP-BY task, like a query tool, only the extras would be the GROUP BY attribute (a text only field) and internally it does the FREQUENCY tool task, returning the Table via rest...
So is this new Summarize field function something that you are building so that one may GET QUERY COUNTS GROUPED BY
ATTRIBUTE X?