2 answers
Hi Maxine, Create a Formula field of Checkbox Return type on the Object, Label the field as Owner Active and the formula is
Owner.IsActive
Create a 2nd formula field of checkbox return type and label the field as Created By Active and the formula is
CreatedBy.IsActive
Create a report and filter the report where either of the checkbox is true.
Here you go =>