supportsStatistics
that indicates if the layer supports statistical functions in query operations and supportsAdvancedQueries
to indicate if the layer supports orderBy
in a query operation.Can someone provide a simple example of a statistic call to a geodatabase layer through the REST endpoint?
I ask because it appears that I can use ORDER BY FIELDS in the REST endpoint page and it work on a standard geodatabase layer as well as a query layer. I can see the usefulness of statistics on a query layer for an Operations Dashboard so I would like to know if ORDER BY FIELDS is considered a statistic as it is working for me on a query layer REST call at 10.5.1.
Statistics use a aggregation function
To test you need use the outStatistics and groupByFieldsForStatistics parameters from REST API
This needs to be added to make the new Operations Dashboard functional! Live data comes from all sorts of sources, query layers is one common one. Seems like oversight to me!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.