How to NOT show events created by current user

My users can create and join events, but on their “events I’ve joined” page, they should only see other peoples events … not their own.

Currently, when a user created a new event, it is shown in their “events I’ve joined” page because I can’t figure out how to exclude events created by the current user. Image below shows what user sees.

There isn’t an option to say “created by = NOT current user”

Hey there,

You can use the doesn’t equal operator* <> for this:
image

1 Like