Purpose
Return values based on relationships between items.
Assumptions
There is one Item type (in the expression), defined as follows
Customer |
Information includes address and billing. |
There is one Attribute group (in the expression), defined as follows.
Address |
Attributes include State. |
Query Expression
GetValues(“Order1”,”Customer{Address.State}”)
Where
Criteria |
Is/are the: |
GetValues |
Sub-expression command to return values. |
Order1 |
Order item |
State |
Address group attribute |
Query Expression says:
Return the state address for any customer items that are associated with Order1.
Order Execution Mgt. Query expression descriptions. |