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

UserLevel Sheet Access

Hi,

   I am using QlikView 11.20 SR2 and having different user Created in Qlikview management Console. How to give Userwise Sheet control

Ex. I have three different user. Say

Admin : View all the sheets 

Manager :  View only sheet which are applicable to top level management

Sales : View only user level sheets.

If I create section access. then we have to open with double user id password when using through web browser. Can anyone provide me the solution for this. ITS Very Urgent.


Regards,

Sakthivel.S

2 Replies
israrkhan
Specialist II
Specialist II

Hi,

You could use the Conditional Show property of sheet on layout tab.

put condition like if(QVUser()='Manager',1,0) only manager will see or you can also use if(OSUser()='Manager').

to show adin all sheets you can write like if(QVUser()='Manager' or QVUsewr()='Admin',1,0)

...

VishalWaghole
Specialist II
Specialist II

Hi Sakthivel,

PFA

Hope this will help you.

Use UserName : admin and Password : admin for admin

and

Use UserName : VISHAL and Password : vishal

       UserName : UDIT and Password : udit

       UserName : RAM and Password : ram for User

Thanks and Regards,

Vishal Waghole