
I am trying to create a report that displays a combined total of closed and pledged opportunities and a combined total of prospected and solicited opportunities. I am able to run a report that displays each opportunity separately, but is there a way to combine the opportunities?
@Fundraising@Nonprofit Success Pack@Salesforce.org System Administrators5 Antworten
Or a simplified version...
Select
Datatype = Formula
Result = Text
Formula =
IF(IsWon, "Won",
IF(IsClosed, "Lost",
"Open")