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: 
gleybson_calyx
Contributor III
Contributor III

Can you hide certain tabs inside a panel?

Can you hide certain tabs inside a panel?

Example: I have a sales panel and inside it I have 5 tabs or folders.

user 1 can see the 5 tabs

user 2 can only see tabs 1, 2 and 3

user 3 can only see tabs 4 and 5

It is possible?

3 Replies
Jesh19
Creator II
Creator II

Hi Fernandes,

Try something like this:

Section Access;

LOAD * INLINE [

    ACCESS, USERID

    ADMIN, USER1

    ADMIN, USER2

    ADMIN, USER3

];

Section Application;

LOAD * INLINE [

    USERID, SH01, SH02, SH03, SH04, SH05

    USER1, 1, 1, 1,1,1

    USER2, 1, 1,1,0,0

    USER3, 0,0,0,1,1

];

Or else you can restrict sheets based on conditional show sheets

For Sheet1 - wildmatch(OSUser(), '*user1*', 'user2'....'user5')

For Sheet2 - wildmatch(OSUser(), '*user1*', 'user2','user3')

For sheet3 - wildmatch(OSUser(), '*user4*', 'user5')

Hope this helps.

Thanks & Regards,

Jesh

gleybson_calyx
Contributor III
Contributor III
Author

Hello Friend.

Is QlikSense.

gleybson_calyx
Contributor III
Contributor III
Author

I found this content in the community, but I can not do it.

Sheet or App Object Level Security Qlik Sense