-
Type: Improvement
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: V4.0_CSD03
-
Fix Version/s: V4.0_CSD04
-
Component/s: Data Aggregation
-
Labels:None
-
Environment:
Applied
-
Proposal:
Property paths used in a $apply transformation by default may refer to any instances that can be directly or indirectly reached via navigation properties. They are all part of the input set of the transformation.
A preceding expand transformation limits the input set to those navigation paths constructed from the navigation property given as first argument to expand, possibly nested several times, reaching target instances that match the given filter expression.
From the current text this limitation does not become clear.
Furthermore, groupby may follow an expand transformation. The definition of groupby currently refers to an “initial” set, and it should be clarified that this is actually the input set, e.g. the result of the preceding expand.