Skip to content

Instantly share code, notes, and snippets.

@HansPeterPfister
Created May 5, 2018 22:17
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/1d7c6b23b6afeab90e31084597ab6d30 to your computer and use it in GitHub Desktop.
Save HansPeterPfister/1d7c6b23b6afeab90e31084597ab6d30 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,
RLS[User]=USERNAME()
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment