<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> 
<Selection>
	<Group distinct="yes" >
		<Object alias="per" name="Person" displayLabel="F002E" showCriteria="yes">
			<Store into="PpePerID">per.PerID</Store>
		</Object>
		<Object alias="ems" name="EmailSent" displayLabel="F708C" showCriteria="yes">
			<Link to="per" type="outer" linkIfNoCrit="no">ems.EmsPerID  = per.PerID</Link>
		</Object>
			<Object alias="eml" name="MassEmailing" displayLabel="F708D" showCriteria="yes">
			<Link to="ems" type="outer" linkIfNoCrit="no">eml.EmlID = ems.EmsEmlID </Link>
		</Object>
			</Group>
		<SubGroup id="grp_link" displayLabel="FF08E">          
		  <GroupExp displayLabel="FF08E" >count(distinct ibl.IblID)</GroupExp>
		  <GroupLink to="per">ibl.IblPerID = per.PerID</GroupLink>
		  <Object alias="ibl" name="InboundLog" displayLabel="LF0AC" showCriteria="yes" />
	 </SubGroup>	
</Selection>