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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hidden Sheet


Hi All

I am tasked to build a functionality that will only be used by the ADMIN Users. This functionality must be placed in a hidden sheet which I should only make available to ADMIN Users.

How do I make a sheet available to only specific Users?

Labels (1)
1 Solution

Accepted Solutions
tresB
Champion III
Champion III

Right click on the sheet-> General tab->Show Sheet (Conditional)

Expression like: Osuser()='Peter'              // this will make the sheet available only to Peter

View solution in original post

5 Replies
ashfaq_haseeb
Champion III
Champion III

Hi,

You can

Have a look at osuser() function.

Regards

ASHFAQ

avinashelite
MVP
MVP

Hi Tumelo,

Go to sheet properties and use conditional show.

use condition like if(role='Admin',1,0)

amit_saini
Master III
Master III

Tumelo,

Please see the attachment.

Use Username : admin

       Password: admin

Also please see the link below:

Re: OSUser(): Visible data restricted through user

Thanks,

AS

tresB
Champion III
Champion III

Right click on the sheet-> General tab->Show Sheet (Conditional)

Expression like: Osuser()='Peter'              // this will make the sheet available only to Peter

Not applicable
Author

Thanks a lot for the prompt response guys, you were all helpful.

This community is awesome!