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.