Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
gamaplast
Contributor III
Contributor III

QV groups in section access

Hi guys,

I'd like to show some sheets basing on the access group of  my section access user.

I have the following section access

SECTION ACCESS;

LOAD * INLINE [

    ACCESS, USERID, PASSWORD

    ADMIN, ADMIN1, PWDADMIN1

    ADMIN, ADMIN2, PWDADMIN2

    USER, USER1, PWDUSER1   

    USER, USER2, PWDUSER2

];


(Note that ADMIN1, ADMIN2, USER1, USER2 will be replaced with the effective users)


I'd like to show a sheet only if the user belongs to the ADMIN access group (and not if it belongs to the USER one).


Have I a variable (like the QvUser() one) which contains the Access group?


Thank you.

1 Solution

Accepted Solutions
settu_periasamy
Master III
Master III

2 Replies
settu_periasamy
Master III
Master III

Have you looked this document?

Sheet Level Security.qvw

gamaplast
Contributor III
Contributor III
Author

Thank you for the suggestion; it was just what I was looking for!

Sorry for the delay of my response.

N.