My custom object is for Invoices, multiple invoices with different owners can belong to the same Account, hence the Master-Detail relationship with Accounts. I want to be able to show each sales person their total sales based off of invoices, the only way I can do that (efficiently by creating only one report) is to be able to create a report that views as My Invoices, which I'm not seeing currently.
15 answers
Okay here's what you do:
Create a new custom field on the Invoice Object
Select
Name = "My Invoice" (or something like that)
Type = Formula
Result = CheckboxFormula =
$User.Id = Owner__c
Then add the new Field to your Custom Report Layout, and in your Report select Show All Invoices, and add a Filter like
My Invoice [equals] TRUE