Hi all
from what i have read i have a problem related to member pages that i think can be solved with just a bit of code, hopefully not
as administrator I created a dataset containing a table consisting of two columns:
“email” and “data”
I would like to create a private page for the members of my site that shows only the data of the “data” column corresponding to the email of the member who logged in to the site.
I have read articles that filter the contents of the dataset on the basis of the owner and logged-in-user but this only works with the dataset data entered by the members while I have the constraint of showing information that only the administrator can enter.
thanks