SqlVirtualEntityDataProvider icon indicating copy to clipboard operation
SqlVirtualEntityDataProvider copied to clipboard

Error when using aggregate features in FetchXml

Open Prospero100 opened this issue 4 years ago • 0 comments
trafficstars

Running standard queries (list records matching search criteria) is working well, however when I try to run any fetchXml that contains an aggregate (count, max, etc) I get the error "FetchExpression cannot be converted because aggregates aren't supported by QueryExpression"

The odd thing is that I think this is being thrown before reaching the SqlVirtualDataEntityProvider or even attemping fetchXml to Sql conversion.

Do you know if SqlVirtualEntityProvider can support aggregate fetchXml queries?

Prospero100 avatar Mar 10 '21 14:03 Prospero100