Is it possible to filter a list by matching Logged in user and Current user True False Option?

Hi

I have a user database with the following properties

Name (Text)
Tennis (True False)
Volleyball (True False)
Running (True False)
Badminton (True False)
Group A (True False)
Group B(True False)

I would like to create a list for Group A people where it only shows people in Group B with same interest options ticked

For instance, the logged in user is from Group A, she chooses running, tennis

The list will show her people from Group B,
who ticked running or/and tennis

How can i do this filtering?

Thank you so much.

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