Want to show all the users except the user that is Logged In

So what I want to do is to search for all Users except the user that is Logged In.
And I know it can be achieved by adding a constraint email does not contain currently Logged In user email but when I select email as a constraint automatically equal to comes in front of it what I want is
email does not contain Currently Logged In User email.
@sridharan.s @NigelG any suggestions why it is happening?

I want to do something like this but with email not with Firstname as email is unique

Hi. I added an “Advanced” filter on the search, so that the email <> current User’s email. Think that should work.

Yes, it is working can you tell e what you did?
What is an advanced filter and how it works?

Hi,

Database constraints are fairly simple, but they are fast.

More complex searches are done after the main search, using :filter.

An “Advanced” filter allows more options. If you scroll to the bottom of the filter list you will see it.

This topic was automatically closed after 70 days. New replies are no longer allowed.