How to ads filter “is one of” to a field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2024 01:19 AM
Is there any way to add the filter “is one of” to a reference field on the incident table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2024 01:34 AM
Hi Alon,
Direct on reference field, "is one of" option is not available in filter but you can try with using show related fields and try with either number or sys id or any string type field of incident table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2024 02:48 AM
Hi @Alon Grod ,
Yep. In the condition you need to dot-walk. E.g. instead of:
Then you should go to name field:
Same goes for other reference fields.
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2024 03:09 AM
Hello Alon Grod,
This filter give dotwalking.
Like this->
If my answer is helpful please mark it as helpful or correct!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2024 07:13 PM
Hello @Alon Grod ,
Please try this ways:
- Open the dictionary entry for the reference field.
- Locate the "Reference Qualifier" field and add the encoded query that represents your "is one of" condition.
- For example, if you want to filter the Caller field to only show users whose department is one of a predefined list of departments (e.g., HR, IT, Finance), you would construct the encoded query like this:
departmentINHR,IT,Finance (Here, IN is the operator for "is one of", and HR,IT,Finance is the list of departments you want to include.
Regards,
Pratima.k