-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: V4.01_OS
-
Fix Version/s: V4.01_ERRATA01
-
Component/s: URL Conventions
-
Labels:None
-
Environment:
Closed 2023-10-18
-
Proposal:
-
Resolution:
The section on lambda operators states:
Other path expressions in the Boolean expression neither prefixed with the lambda variable nor $it are evaluated in the scope of the collection instances at the origin of the navigation path prepended to the lambda operator.
But the navigation path does not necessarily originate in a collection, it can also be an instance, for example
Products('Sugar')?$compute=Sales/any(p:p/Amount lt MinSalesVolume) as LongTail