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

Sheet to be visible only to a group


Hi All,

My requirement is that one sheet in a dashboard should be visible only to a particular group. Please let me know how this can be done.

Thanks in advance

Anupama

2 Replies
MK_QSL
MVP
MVP

SAMPLE.JPG.jpgGo to the sheet properties

Under Show Sheet

In Conditional

Write below...

Group = 'A'

Not applicable
Author

Hi Anupama,

Yo can do an excel file for example defining a list of users with a group associated, load this file in the script and then do the following:

- In the sheet properties at the show condition you must set a condition based in group defined, and you can identify the current group user though OSUser() function that allow to know the user is logged.

You can use an excel as the following:

USERGROUP
DOMAIN\user1A
DOMAIN\user2A
DOMAIN\user3B
DOMAIN\user4C
DOMAIN\user5C

And then evaluate the user logged with OsUser() and compare it with USER field and then work with group field.

Tell me if you have any question.

Regards