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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Sagar_QV
Contributor
Contributor

Security access for one object

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?

Labels (3)
2 Replies
robert_mika

Can you try via the OSUSER() option?

You can set up who can access the object

Sagar_QV
Contributor
Contributor
Author

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?