Tagged Questions
6
votes
1answer
3k views
CAML query for field of type “Person or Group” which allows multiple selections
Consider a list which has a column of type "Person or Group" (single selection) witch contains a SharePoint group. I want to return all rows for which the group is within a list. I know the IDs of the ...