Apply filter in typology
Hi ,
I am trying to make a typology rule which checks the filter criteria if the data is not matching with recipient id and employee code then it will apply.
Filtering with recipient id is easy but how to apply to value which is coming in target data but not from recipient.
example
Recipient
1
2
3
other is coming from employee table
1 a
1 b
2 c
Before delivery target data of campaign previous has below data which is passed to typology
1 a
1 b
1 c
3 a
while applying this typology we should have data should be written in broadlog as
1c
3 a
Rest data go to exclusion log
1 a
1 b
2 c
Can anyone suggest how to achieve. we are able to do that if its only id field using table exist command but not sure how to include second in comparison