Security filters for Members in Clubs and Meetings in Clubs

Howdy, I have Tables for Clubs, Members & Meetings. Need help with Security Filters.
I need to restrict Meetings Table to only display Meetings for the Club the Member/User is in.

I also need to restrict Members Table to only display Members who are in the same Club as the User/Member.

Thank you very much!!

0 4 313
4 REPLIES 4

Steve
Platinum 4
Platinum 4

How are the tables related?

Since you like the Visual explanation Steve, Iโ€™ll add this image in case I donโ€™t explain it correctly. In fact, Iโ€™ve already screwed up my question above, sorry. The Clubs Table is not even added to the App yet. When I get this, Iโ€™ll be able to use same formula in Clubs Table.

So currently, I just have Meetings Table and Members Table. Members just have a [Club] column. In Meetings Table, I have Roles like President, Time Keeper, Greeter, etc that are each Refโ€™d to Members Table.
2X_c_c6fff0b3e31471a3d8da176e8aaec693bd1f002d.png

And I have a Meetings Slice set up, but Iโ€™m not sure that I need it. Sorry to confuse!

I would make use of a Current_User (Slice), then use that in your slice as the criteria.

[User_Club] = any(current_User[User_Club])

something like that.

Top Labels in this Space