Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Sheet level security fails?

Hi,

PFA.

USERNAME: ADMIN

PWD:ADMIN

REGARDS:

ANIL

2 Replies
satishkurra
Specialist II
Specialist II

Use this

Section Access;

Access:

LOAD * Inline [

ACCESS, USERID, PASSWORD

ADMIN, admin, admin

USER, user1, user1

USER, user2, user2

];

Load the above script

Take 2 sheets and in sheet properties select show sheet as conditional and specify value as

=QvUser()='ADMIN' or QVUser()='USER1'

=QvUser()='ADMIN' or QVUser()='USER2'

Close and reopen application,

Login with respective user names and you will see the sheet level security implementation.

Let me know if any issues

Thanks

Satish

ashfaq_haseeb
Champion III
Champion III

Hi have a look at below post.

http://community.qlik.com/docs/DOC-4435

Regards

ASHFAQ