Forum Discussion
Orstenpowers
Post Patron
6 years agoExclude 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...
Anonymous
6 years agoNot applicable
Hi Orstenpowers ,
Not very clear.
What is the expected output. A table, a column.
You can use the EXCEPT function
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
- Orstenpowers6 years ago
Post 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?
- Orstenpowers6 years ago
Post Patron
I got it on my own. 🙂
[PLP] <> BLANK() &&
[PLP] <> "not defined"Thanks for your offered support!