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! Go to Solution.
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!
User | Count |
---|---|
16 | |
13 | |
8 | |
7 | |
4 |