Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Go to Multibox properties --> Layout --> Conditional
specify the condition
if(osuser() = 'xxxxx', 1, 0)
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,