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
Gopal Das 13Gopal Das 13 

Multiple Object Report

We want to create a report with below objects field.
Account object with two child object Address and Hr Info.
Contact object with one child object Address.

Address has a lookup relationship with both Account and Contact.

What are possible way to create reports?

In joined report there are limitation of 20,000 records in printable view, excel file is downloaded when clicking on printable view but file is blank when opening the file.
Lokesh KumarLokesh Kumar
Hi Gopal,
Create a record type considering below flow for the object.

Contact
           - Account
                   -Address-
                           -Hr 

let me know if this help you !

Thanks !