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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Section Access : How to Restrict a User to see only 2 sheets in QlikView

Hello All,

I have a dashboard with 3 tabs. Sheet1, Sheet2 , Sheet3

I want to restrict two sheets for user "Ajay" & "RKT" and Admin see all sheets when he opens the dashboard from Access Point.

I attached .qvw & excel sheet for your reference.


Thanks in advance!!

3 Replies
RonaldDoes
Partner - Creator III
Partner - Creator III

Hi,

You can show sheets to specific users by adding them to the conditional show properties of the sheet.

  • Open sheet properties (Settings -> Document Properties)
  • Show sheet -> conditional: =If(Upper(OSUser())='Ajay', 'RKT', 'Admin')

Naamloos.png

Hope this helps you.

Kind regards,

Ronald

tresesco
MVP
MVP

Anonymous
Not applicable
Author

Hi Tresesco & Ronald,

Thanks for your reply!!

Tresesco : When i login with admin , it opens the sheets but when i log into user's credentials , it doesn't take user'e login.

Thanks!!