
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2023 05:12 AM
Hello devs,
I would like to know if it even possible to filter the record based on column value.
As you can see, on the picture, I have to select Workcenter (1) click on serach icon (2) and I have to type 'config' there. (3)
Is there the way to filter the Reference list based on type of column ?
(I know there is filter to be used as filter but I am curios if this is even possible)
Thank you for any suggestions.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2023 06:21 AM
reference qualifier works on field in form/list and not in filter conditions.
So it won't work here
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2023 05:22 AM
Hi @Jan Zemcak ,
Yes It is possible to filter the Reference list based on type of column. You can use reference qualifier in the reference field and use dot walking to achieve it
If you do not know how to dot walk, then refer below article

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2023 05:25 AM
Yes I can archieve this on the reference field on form but this is LIST of the records.
This must be done somehow over the INVENTORIES table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2023 05:30 AM
In the filter, select show related fields and then again click on filter and search with workcenter and select it.
Now search with type and select it
Now provide condition Type is config
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2023 05:30 AM
if you apply reference qualifier it will work both on form and list
what's your challenge?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader