Hello - I'm hoping to get some assistance with a roll up query please. Obviously, a contact record can have multiple opportunities but I need to get a list of contact records which only have linked lost or open opportunities therefore if there is a linked won opportunity, I don't want to see the contact record. Is there a way I can exclude these type of contact records? Below is the logic I am currently using in the roll up query entity which isn't working as hoped as it is still returning contact records which have both a lost and won opportunity.
Entity: Lead
Opportunity(Contact) Contains Data
Status = Open / Lost
Many thanks,