I want to create a membership site where members can retrieve information specifically for them from a dataset, filtered by the logged in member, but that dataset is managed by the Admin only. They don’t touch it.
Is this possible?
I’ve seen a tutorial about how to show the information that a Member has uploaded, but I’m struggling to show data filtered for a logged in member when they aren’t the owner of that data (ie it was created by the Admin).
I’ve also seen how to show data uploaded by everyone but the logged in Member, but this also isn’t useful for what I would like to achieve.
Any help greatly appreciated!! Thanks.