There is a function called
UserRoles("ID") which returns a textlist (like a multiselect formula) of all the Roles which a user is in. When you use the parameter "ID" it will return the ID# of the Role, like 10 for example or 10 11 if the user was in two Roles.
So, I suggest that you make three formula checkbox fields like this
[User is in Approver 1 Role?]
Contains(ToText(UserRoles("ID")), "10")
You can get the ID# of the role by clicking on the role in the roles list and observing the URL.
Now that you have that set of three boolean fields, you can use them in your report filters.
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------