Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
];
hi,
edit script ->insert->section access->inline
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?