Stackapps or maybe another suggestion!

Try a WHERE clause like this → user_id = session(userid) ("user_id"depends on the field id you are using)
the data should be from the same table where you are string the user id’s, for example if you want to store the user id in the table where your users upload there data use a-> hidden stack → session(userid)
This will store the userid in the table and you are able to run the WHERE clause on it
Have Fun!
michael
tutorials.mvbartwork.de