
I also attempted to just create the forumula in a report using the following:
LINEITEM_UNIT_PRICE:SUM * PROBABILITY:SUM
The formula calculates correctly for all Subtotal values, but the problem is that for Grand Total values, it is adding up all Probabilities to calculate a Probability Sum and then multiplying that by the Sales Price Total. Thus, resulting in an incorrect weighted total.
Any help is appreciated!
4 answers
Rebecca,
It's easy to pull in fields from the Opportunity object into the Opportunity Products object. You need to use the Insert Field button on the top of the formula editor to traverse from Opportunity Product -> Opportunity-> Field
-----------------------------------------------------------------------------------------------------------