Permissions

I have small problem. I must setup a filter on one table but its value depends of USERID. One of solutions could be setting up SETVIEW on a Form (record of course but in a Form). Another solution is setting up permissions for user roles (Yes, it is on SQL) but… for example, if I have user roll that can read all tables i write: ObjectType = TABLE DATA ObjectID = 0 But for only one table to be filtered, i have to insert ALL OF THE TABLES and setup restrictions on each. Is this true or there is a workaround?

Ok, found it out through All Object button. :slight_smile: