Different permissions in Workspace
Hi everyone,
I created Document A, Document B, Document C, Document D in a workspace.
The desired permission levels per document are:
Document A: Team Leads - viewer, User 1 - editor-can share
Document B: Team leads - viewer, User 2 - editor-can share
Document C: Team leads - viewer, User 3 - editor-can share
I understand that in a workspace, the permission is applied at the workspace level and not on the document level so that means user 1, 2, 3 will have access to all documents but they should not be seeing each other's document and only the team leads should have access to all documents. The main reason documents were put in a workspace is centralization.
Is there any way I can still achieve centralization of all documents but all users won't see each other's document?
Thank you so much!
Carren
Answers
-
Andrée Starå ✭✭✭✭✭✭
I hope you're well and safe!
You could share the individual sheets with the users and the Workspace with the team lead.
Would that work/help?
I hope that helps!
Be safe, and have a fantastic week!
Best,
Andrée Starå| Workflow Consultant / CEO @WORK BOLD
✅了我的帖子(s)帮助或回答你的问题吗tion or solve your problem? Please support the Community bymarking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå| Workflow Consultant / CEO @WORK BOLD
W:www.workbold.com| E:[email protected]| P: +46 (0) - 72 - 510 99 35
Feel free to contact me about help with Smartsheet, integrations, general workflow advice, or something else entirely.
-
Carren O ✭
Hi Andree,
Thank you so much for the prompt response and thank you, I'm well and safe. Hope you are too! :)
Sorry for my confusion. The sheets are under one workspace so the permission level of each user is the same across all sheets.
User 1 will have editor-can share permission across Doc A, Doc B, Doc C which is not right because user 1 should only be working on DocA.
Or are you meaning to put Doc A to C under Sheets for Users' access and also put Doc A to C under workspace for Team leads' access?
Thank you.
Carren
Categories
You would use the below for Jan 2023 and adjust the month and year numbers accordingly for each of the other months.<\/p>
=IF(AND(MONTH([Start Date]@row)<= 1, YEAR([Start Date]@row)<= 2023, MONTH([End Date]@row)>= 1, YEAR([End Date]@row)>= 2023), [$ per month]@row)<\/p>"},{"commentID":387901,"body":"
Lets try a different approach.<\/p>
=IF(AND(VALUE(YEAR([Start Date]@row) + IF(MONTH(Start Date]@row)< 10, \"0\", \"//www.santa-greenland.com/community/discussion/98241/\") + MONTH([Start Date]@row))<= 202307<\/strong>, VALUE(YEAR([End Date]@row) + IF(MONTH([End Date]@row)< 10, \"0\", \"//www.santa-greenland.com/community/discussion/98241/\") + MONTH([End Date]@row))>= 202307<\/strong>), [$ per month]@row)<\/p> Basically we are creating a yyyymm stamp from the start and end dates and comparing them to the yyyymm stamp for that year\/month combo. The above is for July 2023 (202307).<\/p>"},{"commentID":387906,"body":"
<\/p>