Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
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?

1 Solution

Accepted Solutions
tresesco
MVP
MVP

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

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

tresesco
MVP
MVP

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!