<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
There are certain domains where a collection of objects is itself a member of a different collection of objects (e.g. zips in counties in states, persons in cars at intersections).&nbsp; In these domains, it would be helpful to create LHS conditions on the individual members of the "subcollection".&nbsp; An very hypothetical example of a rule that send direct mail to wealthy zip codes in counties with dealers in states where a business is licensed.<br><br>WHEN<br>$ServiceableState: State (LicensedInState=True)<br>$CountiesWithDealers: County (DealersInCounty&gt;0) from $ServiceableState.counties<br>$WealthyZips: Zip (AvgIncome&gt;$100,000) from $CountiesWithDealers.zips&nbsp; //2nd from not allowed<br>THEN<br>$WealthyZips.SendDirectMail ()<br><br>I know Collect and Accumulate support nested From keywords, but can you nest From keywords themselves to handle collections of collections?&nbsp; <br><br>Ken Archer<br>Telogical Systems<br>                                               </body>
</html>