function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Priyadarshi NayakPriyadarshi Nayak 

Opportunity Report Filter error

working out challenge for unit - Using the Report Builder
https://developer.salesforce.com/trailhead/reports_dashboards/reports_dashboards_getting_started?state=id

challenge text
Create a report to show opportunities that are greater than the amount specified below. Name the report 'High Value Opportunities' and save it to the 'Unfiled Public Reports' folder.
  • The new report should be of type Opportunities.
  • The report format should be tabular.
  • The report should show all opportunities, of any status or probability, with any close date.
  • The report should include these columns: Opportunity Name, Type, Amount, Close Date, Stage, and Opportunity Owner.
  • 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.
Used following report filter. 
 Filter Logic: 1 AND (2 and 3)
1. Amount greater than ""25,000""
2. Stage not equal to "Closed Won"
3. Stage not equal to "Closed Lost"

Getting following error

Challenge Not yet complete... here's what's wrong:
Please check that you have a filter for Stages that are not equal to Closed Won or Closed Lost.

Please let know the correction required?

Thanks
Priyadarshi
Amit Chaudhary 8Amit Chaudhary 8
Please check below post. I hope that will help you
https://developer.salesforce.com/forums/?id=906F0000000BIZEIA4
https://developer.salesforce.com/forums/?id=906F0000000BOGHIA4

User-added image

Please let us know if this will help you

Thanks
Amit Chaudhary