Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Authorization in qlikview document

Hi,

how can we implement authorization in qlikview document?

For eg: Hiding of certain tab from certain users based on the priviliages.

Thanks in advance

1 Solution

Accepted Solutions
jagan
Partner - Champion III
Partner - Champion III

Hi,

This document helps in implementing Sheet level access based on the user using Section Access.  I configured four users A, B, C and D and no password is required to login.

If you login as A, then you can see both Sheet1 and Sheet2.

If you login as B, then you can see only Sheet1.

If you login as C, then you can see only Sheet2.

If you login as D, then you can see both Sheet1 and Sheet2.

The user access is defined in the table

UserIDSheet1Sheet2
A11
B10
C01
D11

Hope this helps others in implementing Sheet level security.

Regards,

Jagan.

View solution in original post

4 Replies
ashfaq_haseeb
Champion III
Champion III

Hi,

Go to sheet properties General--> Select Conditional and use osuser() function.

Hope it help

Regards

ASHFAQ

jagan
Partner - Champion III
Partner - Champion III

Hi,

Check this thread

Sheet Level Access


Sheets Security with Section Access


Hope it helps you.


Regards,

Jagan.



Not applicable
Author

Hi,

on click of first link below error is displayed

Unauthorized


Access to this place or content is restricted. If you think this is a mistake, please contact your administrator or the person who directed you here.

jagan
Partner - Champion III
Partner - Champion III

Hi,

This document helps in implementing Sheet level access based on the user using Section Access.  I configured four users A, B, C and D and no password is required to login.

If you login as A, then you can see both Sheet1 and Sheet2.

If you login as B, then you can see only Sheet1.

If you login as C, then you can see only Sheet2.

If you login as D, then you can see both Sheet1 and Sheet2.

The user access is defined in the table

UserIDSheet1Sheet2
A11
B10
C01
D11

Hope this helps others in implementing Sheet level security.

Regards,

Jagan.