-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major
-
Affects Version/s: V4.0_WD01
-
Component/s: Data Aggregation
-
None
-
Environment:
[Proposed]
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)