An app builder at DreamHouse Realty created a custom object which has Fields containing data from two different objects via related lookups. What is needed to create " with " or " without " reports on the new custom Object?
A custom report type defines which records and fields are available in a report based on relationships between a primary object and related objects. Salesforce also references custom WITH or WITHOUT report types for reporting on related records.
Because DreamHouse Realty needs “with” or “without” reports involving a custom object and related lookup data, the app builder must create a Custom Report Type and define the object relationships.
Why others are incorrect:
A. Report Filters filter report results but do not define the reportable object relationship.
B. Row-Level Formula calculates values per row; it does not create with/without relationship reporting.
C. Report Bucket Field groups report values; it does not define related-object report structure.
===========
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit