- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 04:32 AM
Hi. I'm try to filter in the 'Time Worked' table as I have some 'empty' values. However when I try to exclude these it still leaves some in - see screenshot below - why is this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 04:46 AM
Hi @steveturley ,
That might not be empty. just click on any empty string and show matching. You will get an sysId of that user record their. Actually users are missing here and because of that it is showing empty. but at the backend it has sysid of user record.
Please Mark My Response as Correct/Helpful based on Impact
Regards,
Gunjan Kiratkar
2X ServiceNow MVP
Community Rising Star 2022
Youtube : ServiceNow Guy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 04:46 AM
Hi @steveturley ,
That might not be empty. just click on any empty string and show matching. You will get an sysId of that user record their. Actually users are missing here and because of that it is showing empty. but at the backend it has sysid of user record.
Please Mark My Response as Correct/Helpful based on Impact
Regards,
Gunjan Kiratkar
2X ServiceNow MVP
Community Rising Star 2022
Youtube : ServiceNow Guy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 04:52 AM
That's what it was. It's because of domain separation.Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 04:47 AM
Hello,
If you wan to exclude user who are empty please use the below:-
It should give you all the record which does not have the user as empty:-
Please mark my answer as correct based on Impact.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 05:08 AM
Hi @steveturley
Filter seem to be correct, so try to logout and re-login.
Please mark this as correct answer and helpful if it resolved, or mark this helpful if this help you to reach towards solution.