Skip to main content

We have a table of jobs for volunteers to sign up for. Each row in the jobs table represent a ‘job’. One of the columns contains the volunteer’s ID who has sign up for that particular job.


The problem is every volunteer creates a personal view filtered to show only their own jobs.


Is it possible to create a view (or form, or ???) that automatically filters to the viewing account’s identifier?


Thanks!

Unfortunately not. As you’ve already done, you would need to create different filtered views.


Reply