-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
Is your feature request related to a problem? Please describe.
I want to group some data based on a Gender, City etc and get count of the result
Describe the solution you'd like
A support for $apply through which we can apply groupBy with aggregate function like count,sum,avg etc.
Additional context
Similar to the aggregation extension that odata provides.
http://docs.oasis-open.org/odata/odata-data-aggregation-ext/v4.0/odata-data-aggregation-ext-v4.0.html
Reactions are currently unavailable