what you are looking for is calculation context. Lear more here.
Two steps to achieve what you want.
- Create Variables for individual document something like if doc="Delivery" then 1 else 0
- Create a final status variable(you will do all calculations here based on the above variables you created for the individual document rules) and use context to calculate the overall status.
Regards,
Naras


