How to hide a record from particular users

I have a “Projects” table of which I wish to hide certain projects (meaning certain rows) from certain users (multiple combination of users, like choosing from an enumlist).

I have faint ideas on how to achieve that. Like making a column named “Hide from”, and incorporate a ‘select’ function pointing to the list of users, and making a slice to filter out the row names based on the users that are selected.

But I do need some help in setting things right.

Solved Solved
0 5 2,026
1 ACCEPTED SOLUTION

I request you to read below, especially section under “2. Can slices be used instead of a security filter?”

And following post please

View solution in original post

5 REPLIES 5
Top Labels in this Space