I am using the Professional version of Salesforce and join reports are not possible.
It would be nice if I could get all of the Subtotal/Grand Total that are greater than two to only show up on the report. See the items in red below, these are the only ones I want to show up. Is there a way to do this if so how?
Your help is greatly appreciated.
Thanks,
Rose
2 réponses
Hi Rose,
Is the Program object related to another object on a Master Detail relationship? If Program is a child in this relationship, you should be able to create a Rollup Summary field on the parent object.
Create a report for Parent Object with Programs and filter by this field where Your_Roll_Up > = 2.
Regards.