Using object names to coordinate evaluation sets

In the following example, common object names are used to coordinate Qty and UnitPrice so they do not get mixed up across different Records:

Extension = SUM ( Qty:Detail Record:Order * UnitPrice:Detail Record:Order )

This rule has only one evaluation set because the SUM consumes all the objects referenced in the rule.