Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

section access sheet level

HI

i'm created a qvw

in this have 3 sheets

how to implemented sheet level access according to the user the sheets are visible?

PFA

Thanx

gk !

2 Replies
jaimeaguilar
Partner - Specialist II
Partner - Specialist II

Hi,,

please take a look at this post, it may help you:

Sheets Security with Section Access

Regards

Anonymous
Not applicable
Author

If the only purpose of the section access is to restrict sheets, you don't need section access at all.  Use conditional show sheets, and the condition is based on OSUser(), for example:

=wildmatch(OSUser(), '*user1*', 'user2')

=wildmatch(OSUser(), '*user3*','*user4*')