Solved
Typology rule - get recipients who have received 'n' deliveries
How can we create a filter typology rule to exclude recipients that have received less or more than 'n' deliveries?


How can we create a filter typology rule to exclude recipients that have received less or more than 'n' deliveries?


Hello @campaignap ,
You will need to set your query as follows
First screen:

Select filtering condition:

How you do it?





SELECT R0.iRecipientId FROM NmsRecipient R0 WHERE (SELECT COUNT(*) FROM NmsBroadLogRcp B1 WHERE (B1.iRecipientId = R0.iRecipientId) AND (((B1.iStatus = 1)))) < 5 LIMIT 10001
Marcel
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.