Forum Discussion
Orstenpowers
6 years agoPost Patron
Exclude expressions for defining a role
Dear all, I would like to define roles, but unfortunately I do not know the needed expression. I do have a column “PLP”, containing several correct entries, but sometimes it is just mentioned “n...
Orstenpowers
6 years agoPost Patron
Hi, I am trying to define/ manage roles
I thought of something like
[PLP] <> "not defined" && [PLP] <> blank
but this does not work.
How do I need to adjust this to work properly? Can you help me?
Orstenpowers
6 years agoPost Patron
I got it on my own. 🙂
[PLP] <> BLANK() &&
[PLP] <> "not defined"
Thanks for your offered support!