List Filtering Perspective Issues

I’m running into an issue with filtering my lists. It’s a list of users for a friend platform. I want to be able only to see users who are not current friends of the logged-in user.

For some reason I can only filter from the current users perspective, meaning I can filter if the logged-in user is on the current user friend list, but I cannot filter to see if the current user is not on the logged-in user friend list.

What am I doing wrong here?

I think that a solution is to create an another table with relations to the friends list, and than you would be able to filter logged-in user’s relations.

1 Like

Ideally, the way I would want to filter would be:

Current User
Does Not Contain
Logged In User > Users Bros

But I can’t figure out how to get that option available

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.