I tried to complete this challenge, but still getting an error with the "Stage" field.
#Trailhead Challenges
,
t’s almost always the filter logic that trips people up here—by default multiple filters in a list view are AND-ed together, so two “Stage equals …” filters will never return anything. You need:
- Three filters:
- Stage | equals | Proposal/Price Quote
- Stage | equals | Negotiation/Review
- Probability | greater or equal | 50
- Custom filter logic so you get either Stage OR Stage, but still enforce the Probability filter. In Lightning List Views:
- After you’ve added all three filters, click Add Filter Logic (or the little pencil ✏️ next to “Filter Logic (AND)”).
- Enter:
scssCopyEdit(1 OR 2) AND 3
Click Save.
- Three filters: