- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2024 04:00 PM
I am working through the ServiceNow Administration Fundamentals On Demand course. In one of the exercise, I am instructed to go to All > System Definition > Tables and then to search for the HR Case table.
I can see that table in the list. However, I'm wondering why the system doesn't let me filter on the list of tables for when the Label contains "Case". Can someone explain this to me?
Thank you!
Louise
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2024 04:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2024 07:23 PM
Hi @louiserp
Either use Case (as it is case sensitive) else use Label is *case [* is a Wildcard character here].
OR
Click on the search icon before "Label" column and you will see search box below the label column, search for case/Case [Here is not case sensitive].
Regards,
Nikhil Bajaj
Regards,
Nikhil Bajaj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2024 10:05 PM
Hello @louiserp
Not all the operators are available for all type of fields....
Please refer this doc:
As a workaround, you can use *case as mentioned by others.
(Which will give same output)
Please mark the answer as helpful and correct if helped.
Kind Regards,
Ravi Chandra

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2024 04:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2024 03:57 PM
Yes! I'm new to this, so I forgot about the wild card. Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2024 07:23 PM
Hi @louiserp
Either use Case (as it is case sensitive) else use Label is *case [* is a Wildcard character here].
OR
Click on the search icon before "Label" column and you will see search box below the label column, search for case/Case [Here is not case sensitive].
Regards,
Nikhil Bajaj
Regards,
Nikhil Bajaj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2024 03:59 PM
Yes! I'm new to this so I forgot about the wildcard. Thank you!