Quelyn
10 years agoGenius
Question on Ranking Formula for Multiple Roles
Hello! I am trying to make a ranking formula that applies to multiple roles. Employee, Administrator & Moderator. Is this supported? For example I was trying this:
(accepted_solutions==1) && (hasRole("Employee") || hasRole("Administrator") || hasRole("Moderator") )
But that didn't work, so I know that is not the way to do this, but it does let me save this formatting.
Has anyone else figured this out in their community?