-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: V4.0_WD01
-
Fix Version/s: V4.0_WD01
-
Component/s: Data Aggregation
-
Labels:None
-
Environment:
[Proposed]
-
Proposal:
-
Resolution:
The current syntax for $select requires to qualify each single included property with its navigation path. We propose an alternative/additional syntax that allows grouping by path:
$select=Items/(Price,Currency,Quantity,Unit)
The same notation would be useful for the data aggregation extension:
$aggregate=Sales/(sum(Amount),average(Amount) as AvgAmt)