"Updates" only user own records in a tab but showing all

Hi, I can’t find a complete example to limit the Users to Updates only own records but viewing all. Are some good Topic can read for this?
Thanks.

Solved Solved
0 4 220
1 ACCEPTED SOLUTION

4 REPLIES 4

There are a few ways to accomplish this, depending on your exact goal and setup.

One option is to provide editable_if expressions for each column.

Another option would be to create 2 slices of the data, one to only shows a user’s own rows, and with Update permissions, and another to show all other rows without Update permissions.

Or you could add an expression to hide/show the edit button based on user.

Among other possibilities…

Thanks @Marc_Dillon, in this case I would like simply hide the edit button if the user is not the owner of the record.

I’ve missed the easier way… Thanks!

Top Labels in this Space