Member Specific Pages?

Hello! I am having a difficult time figuring out the code for specific pages members can see - maybe you all can help?

I host networking events in multiple cities and have one master database of all members. Members are able to login and create/update their profiles easily through the site that updates my database. I have added a column to the database for each event and I add a “yes” in the corresponding cell for each event the member attends.

I would like to have an event specific page that only the members that have “yes” in the specific column/cell can see. I believe this is a beforeRouter situation, but I can’t figure out what specific query I would need to run to make it happen?

It feels like a simple thing to do, but I am having the hardest time! Any help would be so appreciated!

Hi Stephanie,
My suggestion is to connect a table to members dataset that connected to member DB and to add a filter.
Check out this tutorial to learn how to do it:

Good luck!
Roi.