Sheet Level Access User ID A,B,C,D and no password required.qvw
Hi,
This document helps in implementing Sheet level access based on the user using Section Access. I configured four users A, B, C and D and no password is required to login.
If you login as A, then you can see both Sheet1 and Sheet2.
If you login as B, then you can see only Sheet1.
If you login as C, then you can see only Sheet2.
If you login as D, then you can see both Sheet1 and Sheet2.
The user access is defined in the table
UserID
Sheet1
Sheet2
A
1
1
B
1
0
C
0
1
D
1
1
Hope this helps others in implementing Sheet level security.