Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
I am trying to implement sheet level section access and I have written below code but it is not working
Section Access;
LOAD * inline[
ACCESS,USERID,PASSWORD
ADMIN,ADMIN,123
USER,USER1,123
USER,USER2,123
ADMIN,ADMIN1,123
];
Section Application;
Sheet:
Load * inline[
USERID,SH03,SH04
USER1,0,0
USER2,1,0
ADMIN1,0,1
];
and I have given SH03, SH04 as a show condition in sheet properties
Can anyone please help me
Thanks in advance
please put the expression in show hide property like SH03=1 instead only SH03
HI,
Check this out, it is using your above script.
Bill