You need to sign in to do that
Don't have an account?

Report: High Value Opportunities
Hello,
I tried for the below logic in different ways even though getting wrong.
The report should have filters for opportunities of an Amount greater than $25000 USD and opportunities where the Stage is not equal to Closed Won or Closed Lost.
Can any body help me out from this issue.
Thanks
Srinivas
I tried for the below logic in different ways even though getting wrong.
The report should have filters for opportunities of an Amount greater than $25000 USD and opportunities where the Stage is not equal to Closed Won or Closed Lost.
Can any body help me out from this issue.
Thanks
Srinivas
1) https://developer.salesforce.com/forums/?id=906F0000000BOJBIA4
2) https://developer.salesforce.com/forums/?id=906F0000000kDlvIAE
3) https://developer.salesforce.com/forums/?id=906F0000000BIZEIA4
Your filter should be like below
Filter By 1 AND (2 OR 3)
Let us know if this will help you