List and Filter Task
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
I am having the same issue as others not getting the task to validate. I have completed it several times and my boss did it once and we still get this error. I have attached screen shots showing each step. I used the List Editor to make all changes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago - last edited an hour ago
Hi @thmccray,
your filter has a condition "State != Closed" but it shall rather be "Active == true" ;))
Because incident is active unless it is Closed or Cancelled. And the validation message says "only display active incidents" and with your current filter it can display cancelled incidents that are not active.
Replace the query from State IS NOT Closed to Active IS true. And let me know
Let me know if this helped
EDIT: I can see that your screenshot has a profile picture of System admin, but shall it not be under Platform user instead?
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
