function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Mignu FMignu F 

Master-Detail reporting

Hello all,
I have a custom object called video and this object has a master detail relationship to account and we are using person accounts.  A person account can have one to many video records.  My goal is to create a report that returns person accounts with a specific video record.   For this, I am using a report type of "accounts with videos".  

My filter criter is as shown below but this is returning all video records for the person accounts.  I expected it to return only the video record with the title "VIP".  What I am missing here?

User-added image
 
Raj VakatiRaj Vakati
My Guess is 
  1. You might have space in filter values 
  2. Or you might have two duplicate fields with Title and you are refering the wrong one 
Mignu FMignu F
Hello Raj V,
I verified that there is no space in filter values and also there aren't any duplicate fields with Title.