How to ads filter “is one of” to a field

Alon Grod
Tera Expert

Is there any way to add the filter “is one of” to a reference field on the incident table?

 

 

8 REPLIES 8

Shubham26
Tera Guru

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.

 

Shubham26_0-1708421527606.png

 

 

AndersBGS
Tera Patron
Tera Patron

Hi @Alon Grod ,

 

Yep. In the condition you need to dot-walk. E.g. instead of:

AndersBGS_0-1708426000813.png

Then you should go to name field:

AndersBGS_1-1708426042950.png

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/

Pratima Kalamka
Kilo Sage

Hello Alon Grod,

This filter give dotwalking.

Like this->

PratimaKalamka_0-1708427182182.png

If my answer is helpful please mark it as helpful or correct!!

 

Hello @Alon Grod ,

Please try this ways:

  1. Open the dictionary entry for the reference field.
  2. Locate the "Reference Qualifier" field and add the encoded query that represents your "is one of" condition.
  3. 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:
  4.  

 

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.

 

 
If my answer is helpful please mark it as helpful or correct!!

 

Regards,

Pratima.k