The report format need to be Summary, Matrix or Joined report. Side note: you can only add up to 5 Custom Summary Formula in a report.
Here are widely use formula in report related to Opportunity:
- WON:SUM - number of opportunity Won
- CLOSED:SUM - number of opportunity Closed (Won + Lost)
- AMOUNT:SUM - total Amount of opportunity
- Record Count - number of record per group
1. Use Case: count Win Loss Ratio by Quantity
CLOSED:SUM/PARENTGROUPVAL(CLOSED:SUM, GRAND_SUMMARY)
2. Use Case: count Win Loss Ratio by Amount
AMOUNT:SUM/PARENTGROUPVAL(AMOUNT:SUM, GRAND_SUMMARY)
* Win / Loss here is a formula field for report display purpose - this is the formula IF(IsWon, "Win","Lost")
No comments:
Post a Comment