EACH is a selection modifier that selects an item only if every value in a MultiValued attribute meets the specified condition. EACH must be specified immediately after the WITH modifier.
Synonym
EVERY |
Example
This example lists only those items for which all values in the MultiValued attribute AMOUNT are greater than or equal to 100:
>LIST ORDERS WITH EACH AMOUNT GE "100" |
See Also