Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have to apply a condition in a text object so that it will be displayed to only those users who have 'BRANCH' in the security excel file in the 'LEVEL' column
I used this expression :-
=IF(WildMatch(Concat({<NTNAME={'$(OSUser())'}>} DISTINCT LEVEL, '|'), '*BRANCH*') > 0 , 1, 0)
but it didn't work, still all the other users are able to see that text object even though they do not have BRANCH,
Can someone please help me with the correct expression?
Can you try via the OSUSER() option?
You can set up who can access the object
Hi robert_mika,
Thanks for your suggestion. Could you please elaborate a bit on how exactly I can set this up using the OSUser() option?
Do you mean configuring the visibility condition directly through OSUser() in the layout properties, or do I need to adjust something in the script/security setup?