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
Ann BeattieAnn Beattie 

Trailhead Reports and Dashboards high-value opportunities error

I keep getting this error:
"Please check that you have a filter for Stages that are not equal to Closed Won or Closed Lost."
my filter logic is:
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"

User-added image
Ann BeattieAnn Beattie
User-added image
which gives me good report results but does not pass the challenge

And I have tried this:
 User-added image
which does not give good results and so does not pass

If I the filter is 1 AND 2 AND 3, I get the correct results, but don't pass the challenge
Amit Chaudhary 8Amit Chaudhary 8
Please check below post for same issue i hope that will help you
1) https://developer.salesforce.com/forums/?id=906F0000000BOJBIA4
2) https://developer.salesforce.com/forums/?id=906F0000000BIZEIA4

User-added image
Filtered By:1 AND 2
    1. Amount greater than "25,000" 
    2. Stage not equal to Closed Won,Closed Lost

User-added image
Let us know if this will help you
 
Rita LeverettRita Leverett
Enter the Amount as 25000 (no quotes or comma).
PATHANPATHAN
I created one object and have one field 'No.of Records'.When i  created a new record then no.of records field is need to auto update or increase.need to be trigger through or any