OData Apply aggregate

1
GET Products?$apply=aggregate(Price with sum as SumPrice, Price with max as MaxPrice)   Hello I’m trying to execute the following Odata. But it seems like I can’t with both apply and aggregate functions.
asked
1 answers
0

Are you using a published OData service? Because published OData services in Studio Pro do not support $apply. For a full list of what they do support, see https://docs.mendix.com/refguide/odata-query-options/

answered