Segment creation, Customer_id
Hello could you please help me in following issue:
I have customer database in Pega Markting with following structure:
Customer_ID (unique), User_ID, Project, Email, metric1
1A, 1, A, Proprietary information hidden, 20
2A, 2, A, Proprietary information hidden, 30
3A, 3, A, Proprietary information hidden, 40
1B, 1, B, Proprietary information hidden, 120
2B, 2, B, Proprietary information hidden, 130
3B, 3, B, Proprietary information hidden, 140
So I need select following emails to send campaign: those emails that are in project B but exclude emails that have metric1<25 in project A. Output should be Proprietary information hidden, Proprietary information hidden.
How I can create such segment in Pega Marketing?
Thank you!