- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2022 09:04 PM
Hi,
I have a custom choice field 'Type' in the cmn_location table with choices as A, B, C and D. In the CMDB table I am using a reference field 'Location' which refers to cmn_location.
I have applied a simple reference qualifier as below:
Type is A or Type is C
But while click the magnifying glass in the 'Location' field it is only showing Type A records and not Type C. Am I missing something here?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-03-2022 10:34 AM
Hi,
Should work fine
but try this as well -> are you sure the choice values are correct and those are not Choice labels.
javascript:'u_type=Data^ORu_type=Data Center';
regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2022 09:08 PM
Did you try Type A and Type C?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2022 10:27 PM
Yes I tried that as well, but it didn't show any records at that time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2022 10:56 PM
Hi,
try this advanced ref qualifier -> ensure you give correct field name and choice value and not choice label
javascript:'typeINA,C';
OR share what you tried?
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-02-2022 12:34 AM
Hi,
Field name is u_type and choice values are Data and Data Center. I am using the below but still it shows only type related to Data
javascript:'u_typeINData,Data Center';