Forum Discussion
Need help on RLS - manage roles, multiple values from one column
- Anonymous5 years ago
mimitan When you are trying to give logical operators in RLS filters AND,OR does not work you will have to make use of IN keyword
eg:[Salescountry] IN {IN,CN,PH}
[Salescountry] ="CN" || [Salescountry] ="PH"Hope it resolves your issue? Please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos, Press the thumbs up button!!👍
mimitan When you are trying to give logical operators in RLS filters AND,OR does not work you will have to make use of IN keyword
eg:[Salescountry] IN {IN,CN,PH}
[Salescountry] ="CN" || [Salescountry] ="PH"
Hope it resolves your issue? Please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos, Press the thumbs up button!!👍
This is not working. I tried but it says syntax error