1 respuesta
Are you trying to filter by the current Account Owner?
Or are you trying to report on changes made to the Account Owner field?If you just need the current Account Owner you could just create a Formula(Text) field with a Cross-Object formula like this:
Account.Owner.Username
or
Account.Owner.FirstName + " " + Account.Owner.LastName