Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
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,