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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
rsdhavle
Creator III
Creator III

OR condition in SET

Hi,

We are managing access of application by passing roles. And we need to define OR condition for example SET Role = a or SET Role = b then the user should be able to get access on that app.  What is the correct syntax and way to do it?

3 Replies
srchilukoori
Specialist
Specialist

You may want to look into the AD groups and distributing the app to specific role based group.

Not applicable

Hi Rohan

you should create a similar expression to this

sum({<Role = {'a'} + Role = {'b'}>} otherfield)

best regards

rsdhavle
Creator III
Creator III
Author

HI,

I need to use this in SET variable so the expression mention will not work I feel.