I have one forms and i need hide one choice for group, i'm use this following condition:
fn-Not(fn-IsMemberOfGroup("name of group"))
But i need use a condition "fn-or" for more group. But always have returns True, even if the user is not in the group. follows the condition used:
fn-Or(fn-Not(fn-IsMemberOfGroup("name of group")),fn-Not(fn-IsMemberOfGroup("name of group")))
I would like to know which error of the condition used above.
Best Regards,
Leo