Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Section access

Hi All,

I have to create section access to a document,for that there are two button option available which will launch 2 qlik view applications. through section acces i need to disable one button for 1 user and only 1 it should show. similarly for the other user,the other one. And while clicking on the button first 5 sheets for 1 user and other 5 for other user. How can it be done. kindly help..

Thanks in adavance...

1 Solution

Accepted Solutions
israrkhan
Specialist II
Specialist II

Hi Reena,

have you tried, OSUser() and QVUser().

as on button properties>> Layout>> conditional,

if(OSUser() = YourUserName,1,0)  OR if(QVUser() = YourUserName,1,0).

And Same logic can be applied on Sheets>> Layout >> Conditional Show....

......

let us know....

Regards

Khan

View solution in original post

2 Replies
israrkhan
Specialist II
Specialist II

Hi Reena,

have you tried, OSUser() and QVUser().

as on button properties>> Layout>> conditional,

if(OSUser() = YourUserName,1,0)  OR if(QVUser() = YourUserName,1,0).

And Same logic can be applied on Sheets>> Layout >> Conditional Show....

......

let us know....

Regards

Khan

Not applicable
Author

Thank yu..its workin with QVuser()..