Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
jduenyas
Specialist
Specialist

Hide and show sheets

Hi all

I wish to allow viewing or hiding certain sheets for certain viewers when they open QV.

Is it possible to have a macro that will hide a sheet or few named sheets based on a persons' login name?

Login name can be obtained with VBScript as such:

           Set objNetwork = CreateObject("Wscript.Network")
          CurrentUser = objNetwork.UserName

Thanks

1 Solution

Accepted Solutions
jagan
Luminary Alumni
Luminary Alumni

Hi,

You can easily do this by using Section Access, please find attached file for solution, refer file name for user names.

Regards,

Jagan.

View solution in original post

2 Replies
jagan
Luminary Alumni
Luminary Alumni

Hi,

You can easily do this by using Section Access, please find attached file for solution, refer file name for user names.

Regards,

Jagan.

jduenyas
Specialist
Specialist
Author

Thank you.

I am using QV for 3 years now and quite savvy using it but never new about that.

Your help is appreciated.