I need to run a report with two objects where in the related object only the records with the status of New show up. I do not want the report to return results if one record has status of new, another has status of awaiting decision and another one has a status of closed.
I tried to do a unique count of related records and even tried a history report with no luck. Is it possible without having to program something?
6 respuestas
In that case I would try a Leads Report with a Report Cross-Filter that excludes any Leads that have a Child object record that is not "New"
Documentation