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
avimeiravimeir 

Missing field in report

I am creating a report for a custom object called Charge__c, which has lookups into more custom objects.

 

Some of the custom objects show in the lefthand Fields list, and some don't. I've checked and all of the looked-up custom objects are allowed to show in reports.

 

What could be the problem here?

 

Thanks!

imutsavimutsav
check in the report type if these fields are added there. Setup->App Setup-> Create-> Report Types then click on the report type you are trying to create the report on.

Thanks
Utsav

[Do mark this answer as solution if it works for you and give a kudos.]
byrdsbyrds

You may have to make sure that all of the objects are related when you build that Report.

 

I have found that some custom objects have to be related in the building of a report.  

That, is all objects are not automatically linked together in reports.