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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Check if a particular value is present in a field's list of values

Hi Experts,

I have a "User" field having list of users. I want  to compare the OSUser() with the "User" field if the OSUser is present in that list of users or not.

e.g.

if OSUser()= domain\xyz and xyz is in user list then flag it as 'Y'

if OSUser()= domain\def and def is not in user list then flag it as 'N'

Help on this is very much appreciated.

Thanks!

10 Replies
Anonymous
Not applicable
Author

That's brilliant!

Thank you very much for explaining beautifully!