Resolved! Database View
I'm trying to create a Database View that combines the User, Role, and Group tables. I want to be able to generate a report that provides every role and group that is assigned to a user. I'm running into issue's with the Where clause. Here is my curr...