Hi,
I’ve got a calendar where I only want to display events registered to certain users. I have a repeating group where I add users, I then want to show their events on the calendar. I try to do this using the below conditions on the search.
When I add the first User, their events appear, when I add the second user - no events appear for the second user, and the first users events disappear. I can only assume that is because now their a multiple emails it is trying to match both and not finding a concatenated field. Therefore my method is no good, any thoughts on a solution would be appreciated?