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

How I can deny access to certain objects in page for some users?

Hi,

Please, I need you help me with that: How I can deny access to certain objects in page for some users?

In my page I have several objects (charts, tables, buttons) that I need disable for some users.

Thanks in advance

11 Replies
Anonymous
Not applicable
Author

I see

In this case the expression would be:

=not wildmatch(OSUser(),'*loginname1','*loginname2')

or

wildmatch(OSUser(),'*loginname1','*loginname2')=0

Not applicable
Author

thanks Guru!!!