Skip to content

Instantly share code, notes, and snippets.

@HansPeterPfister
Last active May 5, 2018 22:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HansPeterPfister/60d57317b220bf1752a945884e826a5d to your computer and use it in GitHub Desktop.
Save HansPeterPfister/60d57317b220bf1752a945884e826a5d to your computer and use it in GitHub Desktop.
if(
maxx(
Filter(RLS,
RLS[User]=USERNAME()
)
,[Role]) = "Board" ||
maxx(
Filter(RLS,
RLS[User]=USERNAME()
)
,[Role]) = "GroupLeader",
1 = 1,
[EmailAddress]=USERNAME()
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment