Just as the title says I need to exclude members from a list. I've tried using advanced find to come up with the xml query however I haven't made much progress.
What I am trying to do is to process an action on a list based on whether or not the user wants the action to happen to those who have specifically accepted the agreement and only those members or a second option to process that action on everyone who has not specifically declined the agreement whether they have accepted or not done either.
What I need is to look for everyone who has declined an agreement and select everyone else from the list. When the member declines the agreement an entity is created to reflect that. This works well for those that accept the agreement. However I'm having trouble selecting everyone who doesn't have this entity associated with them.
I hope that's not too confusing...