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: 
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
Partner - Champion III
Partner - Champion III

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
Partner - Champion III
Partner - Champion III

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.