I want to check if the current user is a member of a certain rights/security group, but I don't know how to reference a group name with the clause syntax.
More specifically I want to check if the user is the project manager...that's what I tried:
(#GROUPS# In 'PROJECTMANGER') And (#USER# In [Project Manager])
The first Part of the query is the one I am struggling with. There is a rights group which is called "PROJECTMANAGER".
Any help would be appreciated :)
Thanks in advance!