Filter for inactive users with a manager OR inactive users still on a team
I'm trying to find inactive users who have a manager listed or who are still on a team. I can create a filter for either one but not for both. This should display deactivaed users where the Team IDs field OR the Manager field is NOT blank but NOT both blank.
This works:
This also works:
When combined, this does NOT work: (meaning users are displayed that don't have a manager OR a team)
This also does NOT work:
isActive=false
isActive_Mod=eq
teamIDs_Mod=notblank
OR:1:isActive=false
OR:1:isActive_Mod=eq
OR:1:managerID_Mod=notblank
I'm thinking maybe my logic is wrong and not the code. Any ideas?
