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

How to hide a multibox depended on windows users

Hi,

I have a multibox in my app and I want to show it just for some specified persons, not all.

So I want to the multibox on windows users conditions

How can I do it? Somebody can help please.

Thanks in advance

Loi

2 Replies
Not applicable

Go to Multibox properties --> Layout --> Conditional

specify the condition

if(osuser() = 'xxxxx', 1, 0)

Anonymous
Not applicable

Use the OSUser() function for a suitable Conditional Expression on the Layout tab of your Multibox.

To check the format OSUser() returns put it in a temporary Text Box so you can see what it returns,