-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: V4.0_CSD03
-
Fix Version/s: V4.0_CSD04
-
Component/s: Data Aggregation
-
Labels:None
-
Environment:
Applied
-
Proposal:
Transformation concat allows to create result sets from the output sets of two or more transformation sequences passed to concat as arguments.
If entities of just one of these sequences shall be sorted, or the output sets shall be sorted differently, this cannot be achieved with the system query option $orderby, which always operates on the entire set produced by $apply.
This leads to the requirement for a dedicated orderby transformation. An example application is described in https://issues.oasis-open.org/browse/ODATA-1158.