Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
rsdhavle
Creator II
Creator II

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 II
Creator II
Author

HI,

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