Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Tab restriction

Hi,

How can we restrict the visibility of user to specific tabs?

Regards,

Navdeep

1 Solution

Accepted Solutions
PrashantSangle

Hi,

Write if(wildmatch(OsUser(),'X'),1,0)

regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

View solution in original post

5 Replies
PrashantSangle

Hi,

In go to sheet Property->General->show Sheet->Write Condition

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Not applicable
Author

Hi,

What condition I can write? Let's say only user X should have visibility to this tab and Y shouldn't have.

PrashantSangle

Hi,

Write if(wildmatch(OsUser(),'X'),1,0)

regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Not applicable
Author

Hi,

You can do sheet level section access into your application.

Please see the attachment..

Not applicable
Author

Thanks, got it 🙂