-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: V4.0_CS02
-
Fix Version/s: V4.0_CSD04
-
Component/s: Data Aggregation
-
Labels:None
-
Environment:
Applied
-
Proposal:
-
Resolution:
The current specification of the aggregate function (ODATA-1244) leaves undefined what the "input collection" is in cases like
$filter=Sales/any(p:aggregate(p/Amount mul TaxRate with sum) gt 5)
that include property paths with and without lambda variable.