Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Hi kindly help me out in creating section access on sheet level

i want to restrict the user to view the sheet based on section access,

for example:

if i have 3 sheet

user 1 should view 1 and 2

user 2 should view 2 and 3

and user 3 should view 3 and 1

how to create section for above scenario

thanks in advance!!

I have already restricted the user with Company now i want restrict them based on the sheet view

3 Replies
Anil_Babu_Samineni

One way

Section Access;

LOAD * INLINE [

ACCESS, USERID,  RRESTRICT

ADMIN, ADMIN,

USER, USER1,  1

USER, USER1,  2

USER, USER2,  1

USER, USER3,  1

USER, USER4,  1

];

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
krishna789
Creator II
Creator II

hi,

edit script ->insert->section access->inline

prithviram777
Partner - Contributor III
Partner - Contributor III

Just curious!

Have you found a solution for this? Is it working as expected?

Will you be able to use section access for sheet through inline?