Hi all,
sorry for newbie question.
I have a form, where most of the controls are visible for everyone. But I have a few dedicated users which should get additional controls (mapped to list columns). I'm stucking with the condition to fire the rule.
I already searched in this forum and other places but with no success.
My last try was:
Aktueller Benutzer != 'domain\id3s6u' || Aktueller Benutzer != 'domain\id7m2u' || Aktueller Benutzer != 'domain\idfv4u' || Aktueller Benutzer != 'domain\idnhba'
where "Aktueller Benutzer" should translate to "current user" (sorry, german)
hide is checked
Many thanks!
Solved! Go to Solution.
Thanks, that worked.
But while I'm trying to learn, could you propose a solution based on separate accounts (conditions) combined to a valid formula, please? Still not clear, where my mistake is...