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
Matthieu Kuijpers 2Matthieu Kuijpers 2 

Stuck on "Admin Trail - Using the Report Builder" challenge

I'm trying to complete the challenge in the admin trail about the report builder but I'm stuck. No matter what I try I keep getting the same 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."

I tried applying these filters:

Filtered By:1 AND NOT(2 OR 3)
    1. Amount greater than "25,000" 
    2. Stage equals Closed Won 
    3. Stage equals Closed Lost

Filtered By:
    Amount greater than "25,000"
    AND Stage not equal to Closed Won
    AND Stage not equal to Closed Lost

Any help is much appreciated
Best Answer chosen by Matthieu Kuijpers 2
Siddharth ManiSiddharth Mani
No need to apply 2 separate filters for the second condition. Use only 1 filter and specify as follows:
Amount greater than "25,000" AND
Stage 
not equal to Closed Won,Closed Lost

All Answers

Siddharth ManiSiddharth Mani
No need to apply 2 separate filters for the second condition. Use only 1 filter and specify as follows:
Amount greater than "25,000" AND
Stage 
not equal to Closed Won,Closed Lost
This was selected as the best answer
Matthieu Kuijpers 2Matthieu Kuijpers 2
Awesome! Didn't know I could add multiple values on the right side of the comparison.

Thanks!
Kim Nguyen 7Kim Nguyen 7
I had the same issue too so thanksf or posting this question
David RaycroftDavid Raycroft
I had the same problem, thank you for providing the solution
Sekhar Oleti 6Sekhar Oleti 6
Even I had the same problem..scracthed my head and came here to see if I can get clarifiction, thank you!!