I have data that represent a child parent relationship from Salesforce - account and contact. Every row contains an account id which would be the value to "group by."
Each row contains several contact specific fields, and also the account id. The goal is to find all accounts (or at the account level) where none of the contacts contain the string "Statement Delivery" in the Contact Role field / column. E.G. if there are 20 contacts that all have the same account id value, and none of them contain "Statement Delivery" in the contact role column, I want to flag or tag that account some how.
This is a multi select picklist field so strings are separated by ;
I'm not even sure where to start, but hoping someone can point me in the right direction. Any help would be greatly appreciated.
Each row contains several contact specific fields, and also the account id. The goal is to find all accounts (or at the account level) where none of the contacts contain the string "Statement Delivery" in the Contact Role field / column. E.G. if there are 20 contacts that all have the same account id value, and none of them contain "Statement Delivery" in the contact role column, I want to flag or tag that account some how.
This is a multi select picklist field so strings are separated by ;
I'm not even sure where to start, but hoping someone can point me in the right direction. Any help would be greatly appreciated.